@charset "utf-8";
/* CSS Document */

body { background-image:url(image/bg.jpg); margin:0 auto; border:0px; font:bold 18px Arial, Helvetica, sans-serif; color:#5c3896;}

.outerWrapper { width:1200px; height:812px; background-image:url(image/form.png); background-repeat:no-repeat; margin:0 auto; border:0px;}
.mainHolder { width:1200px; height: 500px;} 
.formBox { width:705px; height:455px; background-image:url(image/back-image.png); margin:270px 0 0 40px; float:left; padding:40px 15px 0 25px; border-radius:15px; }
.blank { width:400px; float:right; }
.a1 {clear:both; height:45px;}
.leftHolder {width:30%;float:left;}
.rightHolder {width:60%;float:left; }
.leftHolder2 {width:60%;float:left; height:40px;}
.rightHolder2 {width:5%;float:left; height:40px;}
.r1{ width:15%; float:left;}
.r2 { width:80%; float:left;}
.clearfix {clear:both;}
.button{ height:100px; width:150px; margin:30px 0 0 0;}
input[type="text"],select{border:1px solid #CCC; border-radius:4px; padding:8px 4px; width:100%;}
input[type="text"] {width:98% ; background-color:#FFFFFF;}