/* CSS forms */

div.formholder{
padding: 12px 15px 15px 15px;
background: #FCF5EB;
border: 2px solid #F4E8D9;
}

div.formholder h2{
	font-size: 10.5pt;
	color: #333333;
	padding: 10px 0 7px 15px;
	display: block;
	background: #F4E8D9;
	margin:  0 -15px 15px -15px;	
}


.w400{
width: 400px;
}
.w450{
width: 450px;
}
.w500{
width: 500px;
}
.w550{
width: 550px;
}
.w600{
width: 600px;
}
.w650{
width: 650px;
}
.w700{
width: 700px;
}
.w750{
width: 750px;
}
.w800{
width: 800px;
}

table.form {
	border: 1px solid #DFCAB1;
	margin-bottom: 15px;
	width: 100%;
}

table.form th {
	background: #f5f5f5;
	padding: 0 0 0 7px;
}
table.form th span {
	font-weight: normal;
}
table.form td, table.form th {
	background: #f5f5f5;
	padding: 2px 0 2px 14px;
	vertical-align: top;
}



table.form td.text {
	background: #f5f5f5;
	padding: 2px 0 2px 7px;
}

span.mtext {
  margin: 0 0 0 -10px;
}

table.form th.text {
	padding: 2px 0 2px 7px;
}

table.form th.headline {
	background: #F4E8D9;
	color: #333333;
	padding: 3px 7px;
	font-size: 8.25pt;
	border-bottom: 1px solid #DFCAB1;
}

table.form input {
	width: 100%;
	margin: 0 0 0 -10px;
}

table.form input.counter {
	width: 50px;
	margin: 0 0 0 3px;
	background: none;
  border: 0;
  font-weight: bold;
  vertical-align: middle;
}

table.form input.check {
	width: auto;
	margin: 0 0 0 0;
}

table.form input.radio {
	width: auto;
	margin: 0 0 0 0;
}

table.form select {
	width: 100%;
	margin: 0 0 0 -10px;
}

table.form textarea {
	width: 100%;
	margin: 0 0 0 -10px;
	padding: 3px;
}

table.form_main td {
	background: #eeeeee;
}

table.form_main th {
	background: #eeeeee;
}

table.warning {
	border: 2px solid #C50000;
	margin-bottom: 15px;
	width: 100%;
}

table.warning th {
	background: #C50000;
	color: #ffffff;
	padding: 3px 7px;
	font-size: 8.25pt;
}

table.warning td {
	background: #ffffff;
	padding: 5px;
}




table.buttons {
	border: 2px solid #777777;
	background: #E2E0E0;	
}

table.buttons td, table.buttons th {
	background: #E2E0E0;
	padding: 5px;	
}
	
table.buttons td input {
	height: 30px;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px;
}

input.buttons {
	height: 30px;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;

}
