@charset "utf-8";
/* CSS Document */
#container{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
}
#fwcxform{
margin-top:10px;
width:960px;
}
#fwcxform #fwtitle
{
	float:left;
	width:960px;
	height:90px;
	background:url(../images/fwtitle.gif) no-repeat center #fff;
	background-size:contain;
}

#fwcontent
{
	float:left;
	width:960px;
	height:300px;
	background:url(../images/fwcxbg.gif) repeat-x;
}

#fwcxform a{
	text-decoration:none;
}
#fwcxform a:hover 
{
	position:relative;
	top:1px;
	left:1px;
}