div.formerror-errors,
div.formerror-success {
	position: relative;
	margin-bottom: 20px;
}

div.formerror-errors {
	border: 5px solid #ff603a;
	color: #ce0000;
	background: #ffffff;
}
div.formerror-success {
	border: 5px solid #6ab539;
	color: #008f00;
	background: #ffffff;
}

div.formerror-errors ul {
	position: relative;
	margin: 10px 20px;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}

div.formerror-success ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	line-height: normal;
	text-align: center;
}

.field-error {
	margin-top: -2px;
	color: #840000;
	line-height: normal;
	margin-bottom: 10px;
}


table.form {
	font: 12px/20px "Arial", sans-serif;
	color: #000000;
	width: 100%;
	margin-bottom: 40px;
	/*
	border: 1px solid #82909E;
	padding: 1px 1px 0 1px;
	*/
}

table.form tr.even {
	background: #dce7ff;
}

table.form tr.odd {
	background: #bfcbff;
}

table.form label {
	font-weight: bold;
	color: #231f20;
}

table.form td.label {
	text-align: left;
	vertical-align: top;
	padding: 5px 20px 5px 10px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	white-space: nowrap;
	background: #efefef;
	color: #1C3F95;
}

table.form td.input {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table.form td.input-readonly {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}

table.form tr.buttons td {
	padding: 3px 10px;
	text-align: left;
	background: #ececec url(../images/section-bg.png) left bottom repeat-x;
	border-top: 1px solid #c6c8c9;
	border-bottom: 1px solid #c6c8c9;
}

table.form input[type=text], 
table.form select, 
table.form textarea {
	font: 12px/normal "Arial", sans-serif;
	padding: 3px;
}

table.form input[type=checkbox] {
	vertical-align: middle;
}
table.form select {
	padding: 2px 4px 2px 0px;
	height: 22px;
}
table.form select option {
	padding: 3px 4px 3px 4px;
}
table.form textarea {
	padding: 4px;
}
table.form input.button {
	padding: 5px 10px;
}

table.form .focused,
table.form input.focused,
table.form select.focused,
table.form textarea.focused {
	border: 1px solid #f8981d;
}


.w50 { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w860 { width: 860px; }



input.calendar {
	background: #ffffff url(../cmslib/images/icons/calendar-widget.png) right center no-repeat;
	width: 90px;
	border: 1px solid #cccccc;
	padding: 2px;
	cursor: pointer;
}


input[type=text], 
select, 
textarea {
	font: 12px/normal "Arial", sans-serif;
	padding: 3px;
}

input[type=checkbox] {
	vertical-align: middle;
}
select {
	padding: 2px 4px 2px 0px;
	height: 22px;
}
select option {
	padding: 3px 4px 3px 4px;
}
textarea {
	padding: 4px;
}
