body{
	margin:0 auto;background:#cecece;
}
.main{
	background:#222423;height:50px;color:#fff;text-align:center;
}
#r1,#r2,#r3,#r4,#r5{
	float:left;width:4cm;background:#373737;height:45px;line-height:33px;
}
a{
	text-decoration: none;color:#fff;
}
#r1:hover,#r2:hover,#r3:hover,#r4:hover,#r5:hover{
	background:green;
}
.clear{
	clear:both;
}
form{
	margin-left:50px;
}
form input[type="text"]{
	width:6cm;height:30px;border:0px;text-indent:20px;color:green;text-transform: uppercase;
}
	form input[type="number"]{
	width:6cm;height:30px;border:0px;text-indent:20px;color:green;
}
form input[type="email"]{
	width:6cm;height:30px;border:0px;text-indent:20px;color:green;
}
form input[type="submit"]{
	width:2.4cm;height:30px;border:0px;text-indent:10px;background:green;color:#fff;
}
.b{
	background:green;height:2px;
}
.u1,.u2,.u3{
	float: left;width:7cm;
}
.u3{
	color:#fff
}
.op{
	background:#373737;height:200px;
}
li{
list-style-type: none;margin:10px;	
}
.bb{
	text-align: center; color:#fff;background:#050505;height:30px;padding-top: 30px;
}
.cfo {
	background:#fff;
}
.cfo form input[type="text"] {
	background:#c5cacd;width:11cm; border-top-right-radius: 9px;border-top-left-radius: 9px;
	border-bottom-right-radius: 9px; border-bottom-left-radius: 9px;height:40px;
}

.cfo form textarea {
	background:#c5cacd;width:11cm; border-top-right-radius: 9px;border-top-left-radius: 9px;
	border-bottom-right-radius: 9px; border-bottom-left-radius: 9px;height:130px;border:0px;
}