body {
	color: #222;
}

html, body {
	padding:0;
	height: 100%;
	background-color: #e71f64;
	/*box-shadow: inset 0 0 50px rgba(255,255,255,.3);*/
}

.form.container{background-color:#fff;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-width: 900px;
box-shadow: 1px 2px 10px rgba(0,0,0, 0.5);
-moz-box-shadow: 1px 2px 10px rgba(0,0,0, 0.5);
-webkit-box-shadow: 1px 2px 10px rgba(0,0,0, 0.5);
margin: 30px auto;
}

.form.container.thankyou{min-height:500px; height:500px;}
.thankyou a{color: #e71f64;}
.thankyou p{line-height:20px;}
.form.container .row{padding:30px;}
.style1{line-height:20px;}
.cssLogo{margin:80px 0;}

.logo{margin:0 0 10px 0; text-align:center;padding: 0 0 30px 0;border-bottom: 1px solid #eee;}
.msg{margin:0 0 20px 0; text-align:center;}
.msg h2{font-family:"Helvetica", "Verdana", "Arial",  "sans-serif";color: #e71f64; font-size:20px; font-weight:normal;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 5px;
border-top: none;
}
@media (min-width: 800px){.table-responsive {padding:0 80px;}}
@media (max-width: 767px){.table-responsive {
border: none;
padding:0 10px;
}}

td.cssRemarks{padding:20px 0 5px 0 !important;}
td.agreement{padding:0px 0 15px 0 !important; color:#222;}

.form-control{width:100%;}

.yellow-box {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.yellow-box2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.GO {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #eeeeee;
	border: 1px solid #666666;
	height: 16px;
}
.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {font-size: 12px}
.style5 {font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; font-family: Arial, Helvetica, sans-serif;}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; }
.style7 {color: #e71f64}
.style8 {color: #666; line-height: 20px;}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #666; }

.cssBtn {
background-image: linear-gradient(bottom, #000 0%, #222 100%);
background-image: -o-linear-gradient(bottom, #000 0%, #222 100%);
background-image: -moz-linear-gradient(bottom, #000 0%, #222100%);
background-image: -webkit-linear-gradient(bottom, #000 0%, #222 100%);
background-image: -ms-linear-gradient(bottom, #000 0%, #222 100%);
background-color: #222;
webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
border-color: #000;
color: #fff;
border-radius: 3px;
}
.cssBtn:hover, .cssBtn:active, .cssBtn:visited,.cssBtn:link{color: #fff;}