/***************************************************

Grad College additions to the jQuery validation styles

****************************************************/
	
input.error {border: 1px dotted #CC0000}
select.error {border: 1px dotted #CC0000}
textarea.error {border: 1px dotted #CC0000}
input {border: 1px solid #AAAAAA}	

form.cmxform table {
	padding: 6px;
}

form.cmxform select:hover,textarea:hover,input[type]:hover {
    background-color:#d1f2ff;
}

form.cmxform {
	width: 60em;
    font-size: 85%;
}

em.error {
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 18px;
}
em.success {
	background:url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 18px;
}

#warning {
	display: none;
}

.rounded_button {
  border: 2px solid #929292;
  width: 8em;
  padding: .3em 2em;
  background: #dfdfdf;
  border-radius: 20px;
}