#contact{
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	}
#contact label {
	float: left;
	clear: left;
	margin: 13px 20px 0 0;
	width: 95px;
	text-align: right;
	font-size: 15px;
	color: #054367; 
	text-transform: uppercase; 
}

#contact input {
	width: 320px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 7px 0; 
	background: #FFF;	
	border: none;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.4);
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
}



input::-webkit-input-placeholder  {
		font-size: 12px;
    	color: #18A2F3; 
	}
input:-moz-placeholder {
	
    font-size:12px;
	
}
input[placeholder], [placeholder], *[placeholder]
{
	font-size:12px;
    color:#18A2F3 !important;
}

#contact textarea {
	width: 320px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #FFF;
	border: none;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.4);
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
}
	textarea::-webkit-input-placeholder  {
		font-size: 12px;
    	color: #18A2F3; 
	}
	
textarea:-moz-placeholder {
    font-size:12px;
	
}
input[placeholder], [placeholder], *[placeholder]
{
	font-size:12px;
    color:#18A2F3 !important;
}

#contact input[type=button] {
	font-size: 13px;
	margin-left: 115px;
	padding-bottom: 5px;
	width: 168px;
	height: 35px;
	float: left; 
	border: 1px solid #096CA8;
	background: #EE750E;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}

/*.button123{
	font-size: 13px;
	margin-left: 115px;
	padding-bottom: 5px;
	width: 168px;
	height: 35px;
	float: left; 
	border: 1px solid #096CA8;
	background: #EE750E;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	}*/