h1 { color: #0053a1; font-size: 28px; font-weight: 100!important; margin: 0 0 20px 0; padding: 0px; font-family: Helvetica, sans-serif;}
h2 { color: #1d93d2; font-size: 25px; font-weight: 100!important; margin: 0 0 20px 0; padding: 0px; font-family: Helvetica, sans-serif;}
h3 { color: #1d93d2; font-size: 18px; font-weight: 100!important; margin: 0 0 10px 0; padding: 0px; font-family: Helvetica, sans-serif;}
h3.large { color: #0053a1; font-size: 25px; font-weight: 100!important; margin: 0 0 20px 0; padding: 0px; font-family: Helvetica, sans-serif;}

p { font-family: Helvetica, sans-serif; line-height: 16px; padding-bottom: 10px; margin: 0px;}

ul  {margin: 0px; padding: 0px;}
li { margin: 0px; padding: 0px; list-style-type: none;}
img  {border: none!important;}
a img  {border: none!important;}
a {border: none!important;}
a:active { 
	border:none!important;
	outline:none;
}
a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}

fieldset { border: none; margin: 0px; padding: 0px; background: none;}

form { border: none; margin: 0px; padding: 0px; background: none;}

legend { border: none; display: none;}

.label { display: none;}
label { float: left;}

hr { margin-top: 10px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; border-top: 1px solid #e8e5e0; height: 1px; background: #fff; border-bottom: none; border-right: none; border-left: none; width: 100%;}

.clear { clear: both;}

/* ERRORS */

.error { padding-left: 20px; background: url(../images/template/h1error.gif) no-repeat scroll left top; color: #D50000;}
.sub_error { float: left; color: #990000; font-weight: bold; padding-bottom: 5px;}
.error_textfield { background-color: #EFE1E1; border: 1px solid #fff;}
.errorbox { background: url(../images/template/error.gif) no-repeat scroll left top; margin: 20px 0px 20px 0px; color: #000; padding: 0px 10px 10px 37px; width: 600px;}
	.errorbox h1 { color: #000; margin-bottom: 3px; padding: 3px 0px 0px 0px; font-size: 140%; text-transform: uppercase;}
	.errorbox h2 { padding: 0px; margin: 0px; font-size: 17px; color: #D50000;}
	.errorbox ul { margin: 5px 0px 5px 0px; padding: 0px 0px 0px 20px;}
	.errorbox li { list-style-type: square;}
	.errorbox .redtext { color: #990000;}
	
.correctbox { background: url(../images/template/correct.gif) no-repeat scroll left top; margin: 20px 0px 20px 0px; color: #000; padding: 0px 10px 10px 37px; width: 600px;}
	.correctbox  h1 { color: #1e4d07; margin-bottom: 3px; padding: 3px 0px 0px 0px; font-size: 140%; text-transform: uppercase;}
	.correctbox  h2 { padding: 0px; margin: 0px; font-size: 17px; color: #D50000;}
	.correctbox  ul { margin: 5px 0px 5px 0px; padding: 0px 0px 0px 20px;}
	.correctbox  li { list-style-type: square;}
	
	
	

.fadeinandout { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.fader:hover { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; z-index: 1; zoom: 1;-webkit-transition: opacity ease-out 250ms;}
	
.disabled { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4; z-index: 1; zoom: 1;}

a.button { cursor: pointer; border: none; float: left; padding: 11px 10px 10px 10px; font-weight: bold; color: #fff; text-align: center;
	background: #258be2; border-radius: 2px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#258be2', endColorstr='#0151a6');
	background:-webkit-gradient(linear, left top, left bottom, from(#258be2), to(#0151a6));
	background:-moz-linear-gradient(top,  #258be2,  #0151a6);
	background:-o-linear-gradient(top,  #258be2,  #0151a6);
}
a.button:hover {
	background: #0151a6; color: #fff; text-decoration: none;
}

a.button_small { cursor: pointer; border: none; float: left; padding: 5px 10px 4px 10px; font-weight: bold; color: #fff; text-align: center;
	background: #258be2; border-radius: 2px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#258be2', endColorstr='#0151a6');
	background:-webkit-gradient(linear, left top, left bottom, from(#258be2), to(#0151a6));
	background:-moz-linear-gradient(top,  #258be2,  #0151a6);
	background:-o-linear-gradient(top,  #258be2,  #0151a6);
}

input.button_small { font-size: 12px; font-family: Helvetica, sans-serif; cursor: pointer; border: none; float: left; padding: 5px 10px 4px 10px; font-weight: bold; color: #fff; text-align: center;
	background: #258be2; border-radius: 2px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#258be2', endColorstr='#0151a6');
	background:-webkit-gradient(linear, left top, left bottom, from(#258be2), to(#0151a6));
	background:-moz-linear-gradient(top,  #258be2,  #0151a6);
	background:-o-linear-gradient(top,  #258be2,  #0151a6);
}
a.button_small:hover {
	background: #0151a6; color: #fff; text-decoration: none;
}

.small { font-size: 10px; margin: 0; padding: 0;}

.fr { float: right!important;}
