@charset "utf-8";
/* CSS Document */
form, cfform{
	padding-top:10px;
}
#right form h2, #right cfform h2{
}
form p, cfform p{
	margin-top:0;
	margin-bottom: 20px;
	clear: both;
}
form p small, cfform p small{
	font-size: 90%;
	color: #999;
	margin-left: 6px;
}
form label, cfform label{
	width: 100px;
	float: left;
	padding-right: 10px;
}
form input, cfform input, cfform cfinput{
	width: 275px;
}
form input.checkbox, cfform input.checkbox{
	width: auto;
}
form .required, cfform .required{
	background:#FFC;
}
form p.required, cfform p.required{
	border: 1px solid #FEDE01;
	padding: 5px 10px 5px 5px;
}
/* Kayn's style - content style should be governed by the TINYMCE stylesheet*/
form textarea, cfform textarea{
	width: 275px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	float: left;
	margin-bottom: 20px;
}
form textarea.tinymce, cfform textarea.tinymce {
	width:100%;
	height:300px;
	float:none;
}
#right form p.button, #right cfform p.button{
	margin-left: 110px;
	clear: both;
}
form p.button input, cfform p.button input, cfform p.button cfinput{
	width: auto;
	margin-right:6px;
}
cfform table, form table{
	padding:0;
	margin:0;
}
cfform table tbody tr td, form table tbody tr td{
	font-size:100%;
	margin:0;
	padding:0;
}
cfform iframe, form iframe{
	border:none;
	margin:0;
	padding:0;
}
#right cfform ul, #right form ul{
	margin:0 0 1.6em;
	padding:0;
	float:left;
}
#right cfform ul li, #right form ul li{
	background:none;
	padding:0;
}

.publish{
	width:auto;
	padding:0;
}

/*For jQuery*/
.show {display:block;}
.hidden {display:none;}
