/* Logo */
h1 a {
	background-image:url('../images/logo.png'); 
	min-height:0;
	height:52px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png", sizingMethod="crop");
}

/* Backgrounds */
body{
	background-image:none;
	background-color:#336699;
}
h1{
	background-image:none;
	background-color: #CCCCCC;
}
#container, body.embed{
	background-color:#FFFFFF;
}
.cform input.text, .cform textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top;
}
.cform .focused{
	background-color:#FFF7C0;
}
.cform .instruct{
	background-color:#F5F5F5;
}

/* Borders */
#container{
	border:0 solid #cccccc;
}
.cform .info{
	border-bottom:1px dotted #CCCCCC;
}
.cform .section{
	border-top:1px dotted #CCCCCC;
}
.cform input.text, .cform textarea.textarea{
	border:;
}
.cform .instruct{
	border:1px solid #E6E6E6;
}

/* Typography */
.cform .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.cform .info p{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.cform .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}	
.cform .section p{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}	
.cform label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.cform li div, .cform li span, .cform li div label, .cform li span label{
	font-family:inherit;
	color:#444444;
}
.cform label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.cform input.text, .cform textarea.textarea, .cform select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.cform .instruct{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.cform li.altInstruct .instruct, .cform li.leftHalf .instruct, .cform li.rightHalf .instruct{
	color:#444444;
}
.cform input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.cform li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.cform li.focused label.desc{
	color:;
}
.cform li.focused div, .cform li.focused span, .cform li.focused div label, .cform li.focused span label{
	font-family:;
	color:;
}

/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}