@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	}
h1{
	color: #0066cc;
	font-size: 32px;
	line-height: 1em;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
h2{
	color: #ff6600;
	font-size: 20px;
	font-weight: 700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	}
#header{
	height:100px;
	width:900px;
	margin: 0 auto;
	position:relative;
	}
#logo{
	position:absolute;
	left: 10px;
	top: 10px;
}
#wrap{
	position:relative;
	background:url(header.png) repeat-x;
	height:100%;
	min-height:600px;
	padding-top: 10px;
	}
#content{
	margin:0 auto;
	width:900px;
	padding: 20px;
	height: 100%;
	overflow:auto;
	background: #FFFFFF;
	position: relative;
	-moz-border-radius:10px;
	}
#left{
	float:left;
	width: 540px;
	/* border: 1px solid #000000; */
	}
#form{
	position: fixed;
	margin-left:135px;
	background-color:#FFFFFF;
	left:50%;
	width: 300px;
	border: 3px dashed #FF6633;
	}
.message{
	background: #CCFF99;
	padding: 10px;
	height:100%;
	overflow:auto;
	-moz-border-radius:10px;
	}
.message p{
	padding:0;
	margin:0;
	}


