/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
color:#333333;
font-size:1em;
}
form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
border-color:#64D6CE -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px medium medium;
}
form.cmxform fieldset {
margin-bottom:10px;
}



form.cmxform select {
	width: 150px;
}


form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	/*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
/*div.error { display: none; }*/
form.cmxform input {	border: 1px solid gray; }
form.cmxform input:focus { border: 1px solid black; }
form.cmxform input.error { border: 1px dotted red; }
form.cmxform input.radio {	border: 0px solid gray; }
/* Ad preview box */

#ad-preview-container {
	width: 220px;
	margin-left:650px;
	position: absolute;
}
#ad-preview {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border: 3px dashed #CCCCCC;
	padding: 15px;
	overflow:hidden;
	background: #ffffff;
}
#ad-preview #preview_text_ad_headline {
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
#ad-preview #preview_text_ad_text {
	cursor:pointer;
}
#preview-caption {
	margin-top:5px;
	display:block;
	color:#999999;
	text-align:right;
}

form.cmxform .tip {
	color:#00C0F7;
      	font-family:Lucida Grande,Lucida Sans Unicode,Arial,Verdana;
      	font-size:11px;
      	font-weight:normal;
      	text-decoration:none;
	width: 220px;
	margin-left:584px;
	position: absolute;
	border: 1px dashed #CCCCCC;
	padding: 15px;
	overflow:hidden;
	background: #ffffff;
}

div.uploadBox {
	margin-top: 50px;

}
form.cmxform label .bigradio{
width: 200px;
}
