@charset "utf-8";
/* CSS Document */

#newform {
	margin:0;
	padding-top:20px;
	color:#004785; /* customize width, this form have fluid layout */
		}
		
#newform fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		

	#newform legend{display:none;}	
	
	#newform label{
	display: block;
    font-size: 14px;
    color: #494949;
    text-transform: None;
    margin: 0px 0 0 0;
    padding: 8px 0 4px;
}	

	#newform input {
		width:100%;
		font-size: 18px;
		height: 29px;
		padding:4px;
		border: 1px solid #153f70;
  		margin-bottom: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
  		}


#newform select {
		width:97%;
		font-size: 14px;
		padding: 8px;
		border: 1px solid #153f70;
		margin-bottom: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}                                                                                        

#newform input[type='checkbox']{
    width: 18px;
    height: 18px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#newform input[type='radio']{
    width: 18px;
    height: 18px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
		
	#newform input[type='text'] { 
	border-color:#153f70; 
	}
	#newform input[type='text']:focus {
  border-color:rgba(138,15,19,0.8);
  webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(83,117,156,0.6);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(83,117,156,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(83,117,156,0.6);
}



	
	#newform textarea{
	width: 97%;
	font-size: 18px;
	padding: 4px;
	border: 1px solid #153f70;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
		}
		
			#newform input[type='textarea']:focus {
  border-color:rgba(138,15,19,0.8);
  webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,15,19,0.6);
}				
	#newform p.submit{
		text-align:right;
		}	

#newform .button{
	margin: 0 17px 0 0;
	padding: 4px;
	width: 100px;
	height: 34px;
	color:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #1a144b; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1a144b 0%, #008ab0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1a144b), color-stop(100%,#008ab0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1a144b 0%,#008ab0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1a144b 0%,#008ab0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1a144b 0%,#008ab0 100%); /* IE10+ */
	background: linear-gradient(135deg, #1a144b 0%,#008ab0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a144b', endColorstr='#008ab0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 0;
}