@charset "utf-8";
/* CSS Document */

body 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body,
html {
    margin:5;
    padding:0;
    color:#000;
    }


div#container
{
margin-left: auto; 
margin-right: auto;
width: 600px;
} 

div#logo
{
width:600px;
height:212px;
}

div#space 
{
padding:5px;
}

#wrap {
    margin:0 auto;
    width:598px;
    }


div#box
{
	width:598px;
	height:550px;
	border: 1px dotted #000000;
}

div#footer
{
			width:600px;
			height:25px;
			font-size:9px; 
			font-family:Arial, Helvetica, sans-serif; 
			text-align:left; 
}

#main {
	float:left;
	width:348px;
	padding:5px;
	height:540px;
    }
main, h1
	{
	font-size:14px;
	font-weight:bold;
	padding:0px;
	}	
main, h2 
	{
	font-size:12px;
	font-weight:bold;
	}
.main 
	{
	font-size:9px;
	font-weight:normal;
	}	
#sidebar {
	float:right;
	width:240px;
	height:550px;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }

#sidebar-box
	{
	border-left:dotted 1px #000000;
	padding:10px;
	height:530px;
	}	
.sidebar
	{
	font-size:9px;
	font-weight:normal;
	}	
div.form-container {  }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 10px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 0px 0; padding: 5px; border: #DDD 1px solid; }
div.form-container form legend {
	font-weight: bold;
	color: #003399;
}
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 100px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 100px; }
.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}	

