@import url("../webfonts/open_sans_lightregular/stylesheet.css");

form.universal
{

	font-family: "open_sans_lightregular", sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.newheader1
{
	
	font-size:12px;
	margin-top:5px;
	color:black;
}

form.universal * {
	margin: 0;
	
}

form.universal p {
	clear: both;
	margin: 0.5em 0;
	
	font-size: 12px;
}

form.universal input[type=text],
form.universal input[type=password],
form.universal select
{
    border: 1px solid #ccc;
    padding: 8px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
  
 
 
    background: #fff;
}


form.universal textarea

{
	border: 1px solid #D6EBEB;
	color: #666;
	font-size: 16px;
	padding: 2px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: normal;
	width: 75%;
}

form.universal input:focus,
form.universal textarea:focus,
form.universal select:focus
{
	
	background-attachment: scroll;

	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

form.universal fieldset
{
	border: 1px solid #003366;
	font-size: 12px;
	width: 98%;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7px;
	position: relative;
	margin-top: 14px;
	padding-top: 22px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-repeat: repeat;
		border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 2px 2px 2px #E2E2E2;
	border: 1px solid #999;
}

form.universal fieldset legend
{
	background-color: #E7E7E7;
	border: 8px solid #E7E7E7;
	font-size: 12px;
	padding-top: 4;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	position: absolute;
	top: -0.5em;
	left: 0.5em;
	font-style: normal;
	margin-bottom: 22px;
	color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 2px #E2E2E2;
	border: 1px solid #999;
}

form.universal label
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	display: block;
	float: left;
	text-align: left;
	width: 140px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;

}

form.universal label[for]
{
	text-align: left;
}

form.universal fieldset:first-child {
	margin-top: 0;
}



form.universal ol
{
	list-style: none;
	font-weight: normal;
}

form.universal ol li
{
	margin: 5px 0;
}

form.modal input[type=button],
form.modal input[type=reset],
form.modal input[type=submit]
{
	display: table;
	border: none;
	font-family: open_sans_lightregular, sans-serif, Arial;
	font-size: 15px;
	cursor: pointer;
	
	padding-top: 4px;
	padding-bottom: 4px;
	
	color: #FFF;
	margin-bottom: 2px;
	text-align: center;
		background-color: #2A3F55;
}


form.universal input[type=button],
form.universal input[type=reset],
form.universal input[type=submit]
{
	font-family: open_sans_lightregular, sans-serif, Arial;
	font-size: 15px;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	margin-bottom: 2px;
	text-align: center;
	border: 2px solid #FFF;
	background-color: #006;
}

.specialColor
{
	background-color: #FF8888!important;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #FFF!important;
}

.norm {
	font-family: robotolight, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
}

span.customSelect {
	font-size: 14px;
	background-color: #D6EBFF;
	color: #333333;
	padding: 5px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
span.customSelect.changed {
	background-color: #D6EBFF;
}
.customSelectInner {
	background:url(../images/customSelect-arrow.gif) no-repeat center right;
}

