@charset "utf-8";
body{
	background:#f5f5f5;
}
#wrapper{
	padding:20px 0 50px;
	width:860px;
	margin:0 auto;
}

td label{
	margin-right:15px;
}

table {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}

caption,th {
text-align:left;
font-weight:normal;
}

table,th,td,img {border:0}
#comp{

	
}
table th{
	padding:5px;
	border:1px solid #dcdcdc;
	font-weight:bold;
	color:#333;
	vertical-align:middle !important;
	background:#eaeaeb;
	font-size:1.1em;
}

table.results th{
	border:1px solid #fff;
	background-color:#f9f3de;
}

table th.thead{
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	padding:5px;
	vertical-align:text-top;
}

table td{
	background-color:#fff;
	border:1px solid #dedede;
	padding:5px;
	vertical-align:top;
	line-height:2;
}
table.results td{
	border:1px solid #fff;
	background-color:#ddd;
}
table tr.period td{
	background-color:#eee;
}

th img{
	margin-left:10px;
}

textarea{
	border-radius:4px;
	border-top:1px solid #a8a8a8;
	border-left:1px solid #a8a8a8;	
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	background:#fbfbfb;
	box-shadow: 1px 1px 3px #eee inset;
	padding:8px;
}

ul.list{
	margin:0;
	padding:0;
}

ul.list li{
	display:block;
	width:20%;
	float:left;
	list-style:none;
}
ul.list li.long{
	width:40%;
}


h1{
	margin:0 0 15px;
}


ul.error{
	margin:0 auto 10px;
	padding:10px;
	border:2px double #dd0000;

}
ul.error li{
	list-style:none;
	color:#dd0000;	
}

h2{
	background:url(../image/h2_bg.gif) no-repeat;
	padding-left:10px;
	margin:30px 0 8px;
	
	font-size:1.2em;
	line-height:1;
}
address{
	font-style:normal;
}