@import url("buttons.css");
/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; }
a { outline:none; }
hr { border: solid #A4DFF1 1px; margin:2px ;}
object { display:block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.verticalMiddle { vertical-align: middle; }
.clear { clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #ffffff;

}

#registration_container ul li
{
	margin-bottom: 15px;
}

#login_name_content_container
{
	margin-bottom: 15px;
}

#login_error_container
{
	color:red;
}
#registration_error_container 
{
	color:red;
}