h3.isuvadmin {
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times,
		serif;
	font-size: 15px;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

#isuvcontainer, #isuvcolleft, #isuvcolright {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#isuvcolleft {
	width: 520px; 
	float: left;
	clear: left;
}

#isuvcontainer h2 {
	font-size: 18px; 
}

#isuvformtable table { 
	table-layout: auto;
	margin: 0px; 
	width: 100%
}

#isuvformtable td, #isuvformtable th { 
	padding: .3em; 
	text-align: left; 
	vertical-align: top; 
}

#isuvformtable input#desc_len {
	width: 50px; 
}

#isuvformtable .widthauto {
	width: auto; 
}

#isuvformtable .widthmax {
	width: 350px; 
}

#isuvformtable .widthmaxplus {
	width: 700px; 
}

#isuvformtable .widthshort {
	width: 150px; 
}

#isuvformtable .wppost {
	width: 350px; 
}

#isuvformtable .wppage {
	width: 350px; 
}

#isuvformtable .widthtextarea {
	width: 350px;
	height: 120px;
}

#isuvformtable .widthtextareaplus {
	width: 700px;
	height: 60px;
}

#isuvformtable .widthselect {
	width: 320px;
}

#isuvformtable .widthselectmaxplus {
	width: 620px;
}

#isuvformtable .button-primary {
	width: auto; 
}

#isuvformtable .button-secondary {
	width: auto; 
}

#isuvformtable .isuvDatepicker {
	width: auto; 
} 

#isuvwpeditor table { 
	width: auto;
}

#isuvwpeditor td {
	padding: 0px; 
}

#isuvmessage {
	margin: 15px 15px 5px 0px;
	padding-left: 5px;
	background-color: lightYellow;
	border-color: #E6DB55;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	font-size: 15px;
}

#isuverror {
	margin: 15px 15px 5px 0px;
	padding-left: 5px;
	background-color: #FFEBE8;
	border-color: #C00;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	font-size: 15px;
}

.errorfield {
	background-color: #FFEBE8 !important; 
	border-color: #C00 !important;
}