﻿body, html, form {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #F0F0F0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
#center {
	margin: 0 auto;
	background: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	width: 990px;
				
				
	min-height:100%;
	position: relative;
	text-align: left;
	*height: 100%; /* IE only */
}
#header {
	position: relative;
	background: #DDD;
	height: 185px; /*255px;*/
}
#header_image {
}
#header_right {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #FFF;
	border: 1px solid #DDD;
	z-index: 1;
	padding: 5px;
	width: 350px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	text-align: center;
}
#header_right h1 {
	margin: 0px;
}
#navi {
	background: #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	*width: 990px;
}
#content {
	padding:10px;
	padding-bottom:30px;
	padding-top: 30px;
}
#footer {
	position:absolute;
	bottom:0;
	right: 5px;
	width: 950px;
	height:20px; 
	border-top: 1px solid #DDD;
	text-align: right;
	margin-right: 15px;
	font-size: 11px;
}
.message 
{
    color: #CD0A0A;
    background: #FDD5D5;
    border: 1px solid #CD0A0A;
    padding: 5px;
    min-height: 20px;
    font-weight: bold;
}
#message-icon 
{
    background-image: url(../Pictures/ui-icons_cd0a0a_256x240.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px -144px;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 5px;
}

.box, .box-left {
	width: 450px;
	border: 1px solid #DDD;
	margin: 10px;
}
.box h2, .box-left h2 {
	background: #F0F0F0;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.box p, .box-left p {
	padding: 5px;
	margin: 0px;
}
.box-left {
	width: 485px;
	margin-left: 0px;
}
.box-float {
	width: 495px;
	float: right;
}
h1 {
	font-size: 24px;
}