

form#contactForm {
	margin: 0;
	padding: 0;
	width:540px !important;
}
form#contactForm label {
	color: #fff;
	display: block;
	font-weight:bold;
}

form#contactForm input {
	color:#1288ba;
	width:250px;
	border: 1px solid #aae1fd ;
}

form#contactForm textarea {
	color:#1288ba;
	border: 1px solid #aae1fd ;
	font-size: 125%;	
	width:530px;
}

form#contactForm input:hover, form#contactForm textarea:hover,
form#contactForm input:focus, form#contactForm textarea:focus
{
		color:#014c76;
		border:1px solid #014c76;
	}


	p.submit input{
		float:right;
		width:100px !important;
		height:33px !important;
		margin-right:10px;
		background:url(../images/bg_bt_submit.jpg) no-repeat top left;
		border:0 !important;
	}
