﻿/* CSS Document */

.xForm {
	width: 100% !Important;
}

.xForm table {
	width: 100% !Important;
	background-color: #cdcece !Important;
}

.xForm td {
	padding: 13px !Important;
	text-align: left !Important;
}

.xForm span {
	font-size: 0.7em !Important;
}

.xForm label, .xForm legend {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 3px;
}

.xForm fieldset {
	border: none !Important;
}

.xForm textarea {
	width: 100% !Important;
	height: 150px !Important;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

.xForm input {
	margin-right: 5px;
}

.xForm input.value {
	display: block !Important;
	font-size: 12px;
	width: 300px;
	border: 1px solid #CCCCCC;
}

.xForm input.button {
	width: auto !Important;
	height: auto !Important;
	font-size: 12px;
	float: right;
}

.xForm .fldTextfield {
	width: 100% !Important;
}

.xForm select {
	height: auto !Important;
	width: 304px !Important;
	display: block;
	font-size: 12px;
}

.xForm .xformvalidator {
	display: block;
	color: #cc0000;
	line-height: 20px;
}