table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

#w_wrapper {padding: 0 20px 20px 20px;}
.input>label {
	display: block;
	font-weight: bold;
}

.input>input {
	border: 2px solid #C58178;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    vertical-align: bottom;
}

.fullsize {width: 95%;}
.fullsize>input {width: 400px;}

.halfsize {
	float: left;
	margin-right: 38px;
}

.input>textarea {
	width: 409px;
	border: 2px solid #C58178;
	resize: none;
}

.hiddenfield {display: none;}

.submintbut {text-align: right;}

.oknote {
	background: url('/images/ender.png') bottom center no-repeat;
	padding-bottom: 50px;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #C58178;
	text-align: center;
}

.field_comment {
	font-style: italic;
	display: block;
	float: right;
	width: 450px;
}