@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0xp;
}
body {
	width:998px;
	margin: auto;
	font-family: verdana;
	font-size: 10px;
}

img {
	border: 0px;
}

a {
	font-size: 1em;
	color: #0066FF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

div.spacer {
	clear:both;
}

div.hidden {
	display: none;
}

/* Form */
form dl
{
    margin:5px 0px;
}

form dl dt {
    clear: both;
    width: 100px;
    float: left;
    padding: 8px 24px;
    margin:0;
    text-align: right;
}

form dl dt label.required
{
    color:red;
}

form dl dd, form dl div.textarea {
    width: 562px;
    padding: 6px 0px;
    float: left;
    margin:0;
}

form dl dd input {
    width: 240px;
}

form input.checkbox,form input.submit {
    width: auto;
    border: none;
}

form dl dd ul.errors,form dd ul.errors {
    list-style-type: none;
    color: red;
    padding: 8px 0 0 0;
}


/* Header */
div#headerLeft {
	background-image: url('/images/header/frame_left.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width:306px; 
	height:217px; 
	float:left;
}
div#headerLeft div#headerLeftContent {
    height: 145px;
    width: 211px;
    margin-left: 70px;
    margin-top: 43px;
    text-align: center;
}
div#headerLogo {
	background-image: url('/images/header/header_down.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 643px;
	height:217px;
	float: left;
}
div#headerLogo h1 {
	padding: 0px;
	margin-top: 0px;
	margin-left: 40px;
}



