body{
	    background: #fff url(/images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content{
    width: 480px;
    height: 710px;
    margin: 0 auto;
}
#content #form{
background: rgba(0, 0, 0, 0.77);
    border-radius: 10px;
    padding: 10px 20px 20px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 80px;
}
#content #form .vred{
	    margin-top: 40px;
font-size: 20px;
}
#content #form .vred p{
    text-align: center;
}

#content #form form{
	    clear: both;
}
#content #form form input{

	    padding: 10px 0;
    margin: 10px 0;

}
#content #form form input.name,
#content #form form input.email{
    text-indent: 10px;
    width: 230px;
    border: 3px solid #fda331;
    border-radius: 5px;
    margin: auto;
	    margin-top: 10px;
}
.formfield{
	    text-align: center;
}
#content #form form input.submit{
    width: 100%;	
}
.submit{
	background: url(/images/button.png) no-repeat center center;
    border: none;
    height: 90px;
	    font-size: 0px;
}
.text{
	clear:both;
	font-size:20px;
    top: -20px;
    position: relative;
}
.vred img{
	    margin-top: -100px;
	    float: left;
}
.text p{
    text-align: center;
	
}

.top>div{
	    padding-top: 30px;
	    text-align: right;
	    overflow: auto;
    padding-left: 20px;
}
.top>div .one{
	font-size: 30px;
}

.top>div .two{
font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}

.top>div .thr{
	    font-size: 18px;
}

@media (max-width: 500px){
	#content{
		width:100%;
	}
}
@media (max-width: 430px){
	.vred img{
		float:none;
	}
	#content #form .vred{
		text-align:center;
	}
	.top{
		    margin-top: -100px;
    padding-bottom: 20px;
	}
	body{
		    margin: 20px;
	}
}