@charset "utf-8";
/* CSS Document */
form, cfform{
	width: 260px;
	float: right;
	border: 1px solid #0C0241;
	padding: 14px;
	margin-left: 20px;
}
#right form h2, #right cfform h2{
}
form p, cfform p{
	margin-top:0;
	margin-bottom: 20px;
	clear: both;
}
form label, cfform label{
	background: #90BED6;
	display: block;
	font-weight: bold;
	line-height: 1.8em;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
form input, cfform input, cfform cfinput{
	width: 255px;
}
form ul li input, cfform ul li input{
	width: auto;
}
/* Kayn's style - content style should be governed by the TINYMCE stylesheet*/
form textarea, cfform textarea{
	width: 255px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
}
#right form p.button, #right cfform p.button{
	clear: both;
	margin: 0px;
}
form p.button input, cfform p.button input, cfform p.button cfinput{
	width: auto;
}
#right cfform ul li, #right form ul li{
	background:none;
	padding:0;
}
form .required, cfform .required{
	background:#FFC;
}

