@charset "UTF-8";
body {
	background-color: #aaa5b9;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(gif/pattern.gif);
}
#wrapper {
	margin: 30px auto;
	width: 700px;
}


#wrapper .fwtopround {
	background-image:url(gif/fw_topround.gif);
	background-repeat:no-repeat;
	height: 8px;
	font-size:0;
}
#wrapper .fwtoplogo {
	background-image: url(gif/fwtone.gif);
	background-repeat: repeat-x;
	height: 72px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #ccc;
	padding-left: 4px;
}

#wrapper .fwbutton  {
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	margin: 0;
	height:22px;
}
#wrapper .fwcontent {
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-top: 1px solid #333;
	background-color: #ebe6e1;
	padding: 10px;
	background-image: url(gif/fw_bgcont.gif);
	background-repeat: no-repeat;
}
#wrapper .fwcontent a {
	text-decoration:none;
	color:#CC0000;
	}
	#wrapper .fwcontent a:hover {
	text-decoration:underline;
	color:#CC0000;
	}
	
#wrapper .fwcontent p {
	font-size: 12px;
	color: #333;
}
#wrapper .fwcontent h1 {
	font-size: 18px;
	color: #CC0000;
}
#wrapper .fwcontent h2 {
		font-size: 12px;
		font-weight:bold;
		color: #CC0000;
		text-decoration:underline;
	}
#wrapper .fwcontent img {
	border: 1px solid #333;
	margin-left: 10px;
}
#wrapper .fwbottom {
	background-image: url(gif/fw_bottom.gif);
	background-repeat: no-repeat;
	height: auto;
	font-size: 11px;
	line-height: 22px;
	padding-left: 10px;
	color: #333;
}
#wrapper .fwbottom a {
	color:#333;
	text-decoration:none;
	}
#wrapper .fwbottom a:hover {
	text-decoration:underline;
	}
#wrapper .fwcontent li {
	line-height: 20px;
	font-size: 12px;
}
#wrapper .fwcontent input, textarea {
	border: 1px solid #333;
	font-size: 12px;
}
#wrapper .fwcontent #form1 label {
	font-size: 12px;
}
#wrapper .fwtoplogo img {
	border:0;
}
#wrapper .fwcontent .fitself {
	background-color: #FFFF66;
	border: 1px solid #ccc;
	padding: 4px;
	margin-right: 182px;
}
#wrapper .fwcontent .fitself h1 {
	font-size: 24px;
	margin: 0px;
}
#wrapper .fwcontent .fitself ul {
	font-size: 12px;
	list-style-type: circle;
}

