/**************************************************************

	Validate
	v 2.1

**************************************************************/

#myForm {
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}


/*************************************************************/
.errorFieldHighlight {
	font-weight: bold;
	font-size:11px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #FF0000;
}
.msgFieldHighlight {
	font-weight: bold;
	font-size:11px;
	color: #009900;
	background-color: #FFFFCC;
	padding: 4px;
	margin:5px;
	border: 1px solid #009900;
}

div.multiupload{
	border:1px outset gray;
	float:left;
	padding:3px;
	background:#eee;
}
div.multiupload div.list{
	border:1px inset gray;
	background: #fff;
}
div.multiupload div.list div.item{
	margin:1px;
	background: #eee;
}
div.multiupload div.list div.item:hover{
	background: #ccc;
}
div.multiupload div.list img{
	float:left;
	margin: 3px;
	cursor:pointer;
}
.contributor {
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-top: 10px;
}
.contributor a{
	color: #003366;
	text-decoration: underline;
}
.contributor a:visited{
	color: #003366;
	text-decoration: underline;
}
.contributor a:hover{
	color: #EEB328;
	text-decoration: underline;
}

