/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 100%;
	font-size: 1.0em;
	color: #fff;
	
}

form.cmxform #button {
width:100px;
background-color:#CCCCCC;
padding-bottom:3px;

}

form.cmxform #button2 {
width:100px;
background-color:#CCCCCC;
padding-bottom:3px;

}

form.cmxform #btnReset {
width:100px;
background-color:#cccccc;
}
form.cmxform span {
color:#FF0000;
}
form.cmxform #btnCreate {
    font-size: 11px;
	font-weight: bold;
	color:#2b555a;
	cursor: pointer;
	background-image: url(../images/btnsubmit2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #528294;
	height: 28px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:3px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
	width:100px;
}

form.cmxform #btnCancel {
     font-size: 11px;
	font-weight: bold;
	color:#2b555a;
	cursor: pointer;
	background-image: url(../images/btnsubmit2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #528294;
	height: 28px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:3px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
	width:100px;
}

form.cmxform #submit {
width:100px;
height:20px;
text-align:center;
vertical-align:middle;
}

form.cmxform input {
width:200px;
border-color:#999999;
font-size:11px;
height:20px;
padding-left:2px;


}

form.cmxform input.Numbers {
width:50px;
height:20px;
text-align:center;
vertical-align:middle;
}

form.cmxform input.date-pick {
width:80px;
}
form.cmxform select.mylistbox {
width:202px;
}

form.cmxform textarea {
width:200px;
border-left-color:#999999;
font-size:11px;
height:70px;
border:1px solid #999999;
padding-left:2px;
}
form.cmxform select {
width:200px;
border:1px solid #999999;
}


form.cmxform select {
width:204px;
font-size:11px;
/*border-color:#999999;*/
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
background-color: #fff;
}

form.cmxform fieldset fieldset {
	background: none;
}

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 */
	color:#FF0000;
	font-style: italic;
	padding-left:10px;
	
}
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }