/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 100%;
	font-size: 11px;
	color: #333;
	margin:0px;
	padding:0px;
}
form fieldset {
	margin:0px;
	padding:0px;
}
form.cmxform table				{width:100%;}
form.cmxform table td.cn		{WIDTH:114px;padding:5px 16px 3px 0px;text-align:right;font-size:11px;font-weight:bold;color:#000;vertical-align:top}
form.cmxform table td.ci		{padding:3px 0px 3px 0px;}
form.cmxform table td.cim		{padding:30px 0px 10px 16px;text-align:left;font-size:12px;font-weight:bold;color:#7d2c11;font-family:georgia}
form.cmxform table td .btn4		{WIDTH:99px;border:none;color: white;background:url(images/gombsub.png) no-repeat left top;font: bold 10px Arial;height: 25px;cursor:pointer;text-transform:uppercase}
form.cmxform table td .btn4hov	{WIDTH:99px;border:none;color: white;background:url(images/gombsub.png) no-repeat left bottom;font: bold 10px Arial;height: 25px;cursor:pointer}
form.cmxform table td .messages	{padding:0px 0px 0px 16px;color:#7d2c11;font-family:arial;font-weight:bold;font-size:11px;}
form.cmxform table td span		{float:left;padding:0px 16px 3px 26px;background:url(images/info.png) no-repeat top left;text-align:left;font-family:arial;font-size:11px;}
form.cmxform table td sup		{color:#7d2c11;}

form.cmxform legend 		{padding-left: 0px;}
form.cmxform legend, form.cmxform label {color: #333;}
form.cmxform fieldset {border: none;	background: none;}
form.cmxform fieldset fieldset {background: none;}
form.cmxform fieldset p, form.cmxform fieldset fieldset {padding: 0px;background: none;text-align:left}

form.cmxform div.error, div.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	background:url(images/error.png) no-repeat left center;
	padding:3px 0px 3px 20px;
	float:left;
	display:block;
	clear:both;
}
div.error { display: none;}

input, textarea, select 	{font-family:arial;border:1px solid #ccc;padding:3px 3px 3px 3px}
select				{padding:2px;margin:0px;display:block}
input					{width:250px;}
input[type=checkbox]	{border: none;width:25px;}
input:focus 			{border: 1px solid #666;background:#fff}
input.error 			{border: 1px dotted #ff0000;}
input.code			{width: 100px}
textarea:focus 		{border: 1px solid #666;background:#fff}
textarea.error 		{border: 1px dotted #ff0000;}
select.error 			{border: 1px dotted #ff0000;}
form.cmxform .gray * 	{color: gray; }

textarea				{WIDTH:330px;overflow:auto;padding:4px;height:85px}
