/**************************************************************
   AUTHOR:    Massimo Foti 
   REVISED:   WEBjuice sagl - info@webjuice.ch
   DATE:      2009.04.30
   PURPOSE:   Styles for the forms elements.
 **************************************************************/
#errorDisplay {
	background-color: #FFCC33;
	background-image: url(../graphics/icon_alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px solid #B00000;
	color: #000000;
	display: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#errorDisplay ul {
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 10px;
	border: 0px;
	padding: 0px;
	background-color: #FFCC33;
}
form {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #555555;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
input {
	width: 250px;
}
select {
	width: 254px;
}
textarea {
	width: 300px;
	height: 100px;
}
input.invalid, textarea.invalid {
	background-color: #FFFFFF;
	border: 1px;
	border-color: #B00000 !important;
	border-style: solid;
	margin: 1px !important;
}
input.invalid:focus, textarea.invalid:focus {
	background-color: #FFFFFF;
	border: 2px;
	border-color: #B00000 !important;
	border-style: solid;
	margin: 0 !important;
}
input.required {
	background-image: url(../graphics/bg_required.gif);
	/*background-color: #FFFFFF;*/
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, textarea:focus {
	background-image: none;
	border: 2px;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 1px;
}
input[type="submit"] {
	border-style: outset;
	border-width: 2px;
	margin: 0;
}
input[type="submit"]:active {
	border-style: inset;
	border-width: 2px;
	margin: 0;
}
input[type="submit"]:focus {
	border-style: outset;
	border-width: 2px;
	margin: 0;
}
.boxes {
	border: none;
	vertical-align: middle;
	width: 16px;
}
input.button {
	width: 120px;
	padding: 2px 5px;
	cursor: pointer;
	font: 400 1em verdana, sans-serif;
	color: #999999;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.widthFormMid {
	width: 300px;
}
