fieldset {
	position: relative;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}
label {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	color:#000000;
}
.form {
	margin:0;
	padding:0;
}

.content_left fieldset ul li {list-style-type:none;}
.content_left fieldset ul li {float:left;}

#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
}

.textbox {
	background-image: url(img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 16px Arial;
	color: #000000;
	padding:3px 5px 3px 5px;
	background-color:#c4dae6;
	border:1px solid black;
}

.full_dropdown {width:285px;margin-right:12px;}

.textarea {
	background-image: url(img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:600px;
	font:normal 16px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	background-color:#c4dae6;
	border:1px solid black;
}
.textbox:focus, .textbox:hover, .textarea:hover {
	background-color:#FFFFFF;
}

.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #c4dae6;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

/* The hint to Hide and Show */
.hint {
	font-family:Arial, Helvetica, sans-serif;
   	display: none;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #666;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #222 url(img/pointer.gif) no-repeat -10px 5px;
    color:#FFFFFF;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	font-family:Arial, Helvetica, sans-serif;
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(img/pointer.gif) left top no-repeat;
}

.error_box {
	font-family:Arial, Helvetica, sans-serif;
    width: 200px;
    margin-top: -4px;
	color:#8a000e;
	font-size:12px;
	font-weight:bold;
}


.submit_box .submit {font-size:18px;margin-left:575px;}

.input_red {border:2px solid red;}
.cmxform {padding-left:150px;}
#content_box_mid .cmxform fieldset ul li {float:left;background-image:none;padding:5px;margin:5px;}