@charset "UTF-8";
/* CSS Document */


/* Form style */

#contactright label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 12px;
	-webkit-border-radius:5px;
}
#contactright input, textarea, select {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	margin: 5px 0;
	webkit-border-radius:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
}   
#contactright input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #0A1F6A;
	color:#FFFFFF;
}
#contactright input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #222;
	color:#fff;
	background-color: #0A1F6A;
}
#contactright input.submit:hover {
	color: #EDCF3A;
}
#contact input[type="submit"][disabled] { background:#888; }
#contactright fieldset {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
}
#contactright legend {
	padding:7px 10px;
	-webkit-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
}

#contactright span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#contactright input.securitycode {
	width: 100px;
}
#contactleft li {
	list-style-type: none;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

