@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */


input{
	margin-left: 10px;
}
.buttons{
	margin-right:175px;
	margin-top:10px;
}
.buttons input{
	width: 70px;
	margin-left:2px;
}

.formLabel{
	width:150px;
	margin-bottom:7px;
	margin-top:7px;
}
#errors{
	float:left;
}

.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .checkboxRequiredState .formLabel{
	color: #CC3333;	
}

.checkboxRequiredState .checkboxRequiredMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
}

.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.checkboxValidState .validMsg, .textfieldValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}
