html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset */

body {
		font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	
}

.box_2u_alt {
	padding: 7px;
}

.box_2u_alt h4 {	
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0096A8;
	text-transform: uppercase;
	padding-right: 8px;	
}

/**
 * login form
 */
fieldset#LoginForm,
fieldset#SearchForm {
	display: block;
	padding: 8px 0 8px 0px;
}

fieldset#SearchForm {
	padding: 8px 0 8px 8px;
}
fieldset#LoginForm span {	
	display:block;
	position: absolute;
	height: 29px;
	top: 8px;
	right: 0;
	padding-right: 8px;
}
fieldset#LoginForm span,
fieldset#LoginForm span a {
	font-size: 10px;
	color: #0096A8;
	
	text-decoration: none;
}
fieldset#LoginForm input.text, 
fieldset#SearchForm input.text {
	width: 110px;
	height: 18px;
	font-size: 11px;
}
fieldset#SearchForm input.text {
	width: 172px;	
}

fieldset#LoginForm input.submit {
	margin-top: 5px;
}

fieldset#LoginForm input.submit, 
fieldset#SearchForm input.submit {
	width: 60px;
	font-size: 9px;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #2f6ae2;
	background: url(../i/bg_input_submit.gif) top left repeat-x;
	height: 20px;
	vertical-align: middle;
}
a,a:hover,a:visited,a:active {
	color: #0096a8;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 4px 0 4px 0;
}


fieldset input.submit {
	width: 80px;
	font-size: 9px;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #2f6ae2;
	background: url(../i/bg_input_submit.gif) top left repeat-x;
	height: 20px;
	vertical-align: middle;
} 


