input[type="submit"] {
	width: 125px;
	height: 40px;
	display: inline;
	float: left;
	outline: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000000;
	white-space: nowrap;
	word-wrap: normal;
	cursor: pointer;
	margin-left: 0px;
	padding-left: -15px;
	
	margin-right: 10px;
	
	border: 1px solid black;
	border-color:  rgba(115,115,115,0.64);
	
	-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35); 
	-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3680a9), to(#016297));
	background: -webkit-linear-gradient(top, #3680a9, #016297);
	background: -moz-linear-gradient(top, #3680a9, #016297);
	background: -ms-linear-gradient(top, #3680a9, #016297);
	background: -o-linear-gradient(top, #3680a9, #016297);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3680a9', endColorstr='#016297'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3680a9', endColorstr='#016297')"; /* IE8 */
}

input[type="button"] {
	width: 125px;
	height: 40px;
	display: inline;
	float: right;
	outline: 0;
	color: #006197;
	font-size: 14px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
	white-space: nowrap;
	word-wrap: normal;
	cursor: pointer;
	margin-left: 10px;
	padding-left: -15px;


		
	border: 1px solid black;
	border-color:  rgba(115,115,115,0.64);
	
	-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35); 
	-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd647), to(#f8c401));
	background: -webkit-linear-gradient(top, #ffd647, #f8c401);
	background: -moz-linear-gradient(top, #ffd647, #f8c401);
	background: -ms-linear-gradient(top, #ffd647, #f8c401);
	background: -o-linear-gradient(top, #ffd647, #f8c401);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd647', endColorstr='#f8c401'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd647', endColorstr='#f8c401')"; /* IE8 */
}

input[type="button"]:hover, input[type="submit"]:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe68b), to(#ffcd16));
	background: -webkit-linear-gradient(top, #ffe68b 0%, #ffcd16 100%);
	background: -moz-linear-gradient(top, #ffe68b 0%, #ffcd16 100%);
	background: -ms-linear-gradient(top, #ffe68b 0%, #ffcd16 100%);
	background: -o-linear-gradient(top, #ffe68b 0%, #ffcd16 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe68b', endColorstr='#ffcd16'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe68b', endColorstr='#ffcd16')"; /* IE8 */
} 

input:focus {
	color: #006197;  
	border-color: rgba(64,116,189,0.4);
	
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);  
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);  
	outline: 0 none;   
}

textarea:focus {
	color: #006197;  
	border-color: rgba(64,116,189,0.4);
	
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);  
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(41, 92, 161, 0.6);  
  outline: 0 none;   
}

input[type="submit"]:hover, input[type="submit"]:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#36a1db), to(#087dbb));
	background: -webkit-linear-gradient(top, #36a1db 0%, #087dbb 100%);
	background: -moz-linear-gradient(top, #36a1db 0%, #087dbb 100%);
	background: -ms-linear-gradient(top, #36a1db 0%, #087dbb 100%);
	background: -o-linear-gradient(top, #36a1db 0%, #087dbb 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#36a1db', endColorstr='#087dbb'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#36a1db', endColorstr='#087dbb')"; /* IE8 */
} 

textarea {
	-webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	width: 250px;
	color: #777;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; 
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; 
}

input {
	-webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	height: 25px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 250px;
	color: #777;
	display: block;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; 
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; 

}

.checkbox {
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.checkbox:active, .checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
	background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.checkbox:checked:after {
	content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.checkbox + label {
	width: 230px;
	display: inline-block;
	position: relative;
	top: -15px;
}

.formError {
	color: red;
	border-bottom-color: red;
}



