html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {vertical-align: top;}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	font-size: 12px;
	margin-top:8px;	
	padding: 0;
	background: #ffffff;
	width: 100%;
	color: #373737;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;  }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none;}

.clear { display: inline-block; }   
.clear:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* CORNER */
.corner {
	background: transparent;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}

.xb2 {margin:0 2px; border-width:0 2px;}
.xb3 {margin:0 1px;}
.xb4 {height:1px; margin:0 1px;}

.xb2, .xb3, .xb4 { border-left:1px solid #cecccd; border-right:1px solid #cecccd;}
.xb1 {margin:0 4px;}
/* END CORNER */
.block {display: block; margin: 0 auto;}
.bold {
	font-weight: bold;
}
a, a:link, a:active, a:visited {
	color:#8A0032;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#8A0032;
	text-decoration: underline;
	cursor: pointer;
}
.ver-middle {vertical-align: middle;}
.marcenter {margin-left: auto; margin-right: auto;}
.text-uppercase {text-transform: uppercase;}
.clearboth {height: 0px;clear: both;}
.text-right{text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.white {color: #fff;}
.float-left { float: left; }
.float-right { float: right; }
.marleft-five {	margin-left: 5px; }
.marleft-ten { margin-left: 10px; }
.martop-five { margin-top: 5px; }
.martop-ten { margin-top: 10px; }
.marright-five { margin-right: 5px; }
.marright-ten { margin-right: 10px; }
.marbottom-five { margin-bottom: 5px; }
.marbottom-ten { margin-bottom: 10px; }
.margintop-twenty {margin-top: 20px;}
.marginbottom-twenty {margin-bottom: 20px;}
.padtop-ten {padding-top: 10px;}
.padtop-five {padding-top: 5px;}
.padbottom-ten {padding-bottom: 10px;}
.padbottom-five {padding-bottom: 5px;}
.padleft-five {padding-left: 5px;}
.padleft-ten {padding-left: 10px;}
.padright-five {padding-right: 5px;}
.padright-ten {padding-right: 10px;}
.padleft20 {padding-left: 20px;}
.padright20 {padding-right: 20px;}


#apply_input_button		{ background:url("../images/applynextstep.gif") no-repeat top left; height:24px; width:78px; line-height:24px; font-weight:none; font-size:0px; color:#fff; border:0px; text-align:center; cursor:pointer;}
#hintbox{ /*CSS for pop up hint box */
		position:absolute;
		
		
		background-color: #FFFFCC;
		
		width: 150px; /*Default width of hint.*/ 
		padding: 3px;
		border:1px solid #FF9933;
		font:normal 11px Verdana;
		line-height:18px;
		z-index:100;
		border-right: 2px solid  #FF9933;
		border-bottom: 2px solid #FF9933;
		visibility: hidden;
}
#apply2_input_button		{ background:url("../images/applysubmit.gif") no-repeat top left; height:18px; width:58px; line-height:18px; font-weight:none; font-size:0px; color:#fff; border:0px; text-align:center; cursor:pointer;}

#apply2_input_reset		{ background:url("../images/applyreset.gif") no-repeat top left; height:18px; width:58px; line-height:18px; font-weight:none; font-size:0px; color:#fff; border:0px; text-align:center; cursor:pointer;}
