/** 
 * Styles for forms.
 * Styles are slowing being moved over here. Currently most of the form styles are split between 
 * stylesheet.css and dialog.css
 */

 
 

/* List of checkboxes that appear on eventedit.jsp, register.jsp, etc.*/

div.sonOfMultiSelect label input {
	margin-left: 10px;
	margin-top: -2px;
}

div.sonOfMultiSelect label {
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-width: 1px 0pt;
	display:block;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 14px;
	font-size-adjust: none;
	padding-left: 5px;
}

div.sonOfMultiSelectWrapper {
	border-style: solid;
	border-color: rgb(51, 51, 51) rgb(204, 204, 204) rgb(204, 204, 204) rgb(51, 51, 51);
	border-width: 2px;
	width: 100%;
	height: 500px;
	position: relative;
	font-family: sans-serif;
	font-size: 10px;
	font-size-adjust: none;
}

div.sonOfMultiSelect {
	overflow: auto;
	position: absolute;
	top: 0pt;
	left: 0pt;
	width: 100%;
	height: 500px;
}

.inTextError {
	color:red;
	size:.9em;
}
