/* -------------------------------------------------------------- 
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Alisa: so the centered page wouldn't shift if the content is shorter than viewport */
html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   typography
-------------------------------------------------------------- */
body {
	font-size: 62.5%; 
	font-family: Arial, Helvetica, Verdana, sans-serif;  
	line-height: 1.5;
	color: #403d3a; 
}

p, ol, ul, dl, table {font-size: 1.1em; }
ol p, ul p, dl p {font-size: inherit; margin: 0;} 
ol, ul, dl {margin: 0px 15px 15px 40px;}

img {margin: 0px 22px 15px 22px; vertical-align: bottom;}

a {color:#e350a3; text-decoration: none;}
a:focus, a:hover {text-decoration: underline;}
strong {font-weight: bold;}
em {font-style: italic;}

/* -------------------------------------------------------------- 
 Some default classes
-------------------------------------------------------------- */
.divider {
	background: url(../images/hp_divider.gif) no-repeat;
	height: 2px;
	clear: both;
	width: 191px;
	margin: 0px auto 15px auto;
}

/* --------------------------------------------------------------  
	=Layout 
-------------------------------------------------------------- */
body {
	background: #fff;
}	

.container {
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.content {
	position: relative;
}

.login {
	background: url(../images/login_bg_top.gif) left top no-repeat;
	margin-left: 45px;
	margin-top: 50px;
	float: left; 
	display: inline;
	width: 240px;
}

.login form {
	background: url(../images/login_bg_bottom.gif) left bottom no-repeat;
	padding-bottom: 10px;
}

.logo img {
	margin: 20px auto 20px auto;
	width: 137px;
	display: block;
}
/* -------------------------------------------------------------- 
 =forms
-------------------------------------------------------------- */
form fieldset {margin: 10px 20px 10px 20px;}

form fieldset.submit {margin-top: 0; margin-bottom: 5px; display: inline;}

form ol {margin: 0;}

form li {
	margin-bottom: 5px; 
	list-style: none;
}
label {
 color: #666666;
}
.label {display: block; float: left; text-align: right; width: 100px; margin-top: 2px; }

.login .label {width: 72px; font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase;}

input.text, select, textarea {
	border: 1px solid #f07381;
	color: #888888;
	margin-left: 5px;
}

input.text, .select, .textarea {width: 115px;}
input.largetext, .largeselect, .largetextarea {width: 250px;}
input.mediumtext, .mediumselect, .mediumtextarea {width: 150px;}
input.smalltext, .smallselect {width: 100px;}

.textarea {height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;}

.userhelp input, .userhelp label {
	float: left;
}
.userhelp a {
	float: right;
}
.checkbox, .radio {
	margin: 2px 5px 0 0;
	*margin: -2px 0 0 0;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
}
.submit {
	float: right;
}
#repHelp {
	cursor: pointer;
}
#repHelpContent {
	margin: 0 18px 5px 26px;
}
.hide {
	display: none;
}
.replace img {display:none;}
.replace {display:block; width: 191px; height:24px; background:url(../images/what_is-minus.gif) no-repeat top left; text-indent:-9999px; overflow:hidden; font-size:1%; margin: 0 22px; margin-bottom: 10px;}

.error {
	text-align: center;
	color: #ff0000;
}
