/* Below line is used for online Google font */
@import "http://fonts.googleapis.com/css?family=Ubuntu";
#main{
width:910px;
height:620px;
margin:30px auto
}
#first{
width:400px;
height:610px;
box-shadow:0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
float:left;
padding:10px 50px 0;
background:linear-gradient(#fff,#f2f6f9)
}

hr{
border:0;
border-top:1px solid #ccc;
margin-bottom:30px
}
label{
font-size:15px
}


.info2 {
	font-size:14px !important;
	line-height:16px;
	width:483px;
	padding:10px;
	border:1px solid #cccccc;
	border-radius:4px;
	background-color:#ffffff;
	}

.adv-input{
width:285px;
padding-left:10px;
margin-top:5px;
margin-bottom:5px;
border-radius:5px;
border:1px solid #cbcbcb; 
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
background-color: #f1f1f2;  
font-size:14px;
}

.input_checkbox { 
height:15px;
width:15px;
}

.optionText {
	font-size:10px !important;
	}

.input_error {
	font-size:12px;
	color:red;
	display:none;
	float:right;
	}

#all_error {
	float:left;
	padding-bottom:5px;
	}
#opt_error {
	float:left;
	padding-bottom:5px;
	}

textarea{
width:400px;
height:100px;
padding:10px;
margin-top:10px;
margin-bottom:35px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-size:16px
}

.submitButton {
background:linear-gradient(to bottom,#22abe9 5%,#36caf0 100%);
box-shadow:inset 0 1px 0 0 #7bdcf4;
border:1px solid #0F799E;
color:#fff;
font-size:16px;
font-weight:700;
cursor:pointer;
width:250px;
padding:5px;
padding-left:25px;
padding-right:25px;
margin-top:25px;
text-decoration:none;
text-shadow:0 1px 0 #13506D
}

.submitButton:hover {
	background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%;
)






input[type=submit] {
background:linear-gradient(to bottom,#22abe9 5%,#36caf0 100%);
box-shadow:inset 0 1px 0 0 #7bdcf4;
border:1px solid #0F799E;
color:#fff;
font-size:16px;
font-weight:700;
cursor:pointer;
text-shadow:0 1px 0 #13506D
}
input[type=submit]:hover{
background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%)
}







