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


/* Form style */

#popupContact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 12px;

}
#popupContact input, textarea, select {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #333333;
	margin: 5px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}   
#popupContact input:focus, textarea:focus, select:focus {
	color:#FFFFFF;
	background-color: #0A1F6A;
	border: 1px solid #F2D43F;
}
#popupContact input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #222;
	color:#fff;
	background-color: #0A1F6A;
	margin-top: 10px;
	float: left;
}
#popupContact input.submit:hover {
	color: #EDCF3A;
}
#popupContactinput[type="submit"][disabled] { background:#888; }
#popupContact fieldset {

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

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