/* Form Styles for the DTH site */
/* by Jose Blanco 				*/

/* Common elements */

form {
	font: 100% Arial, sans-serif;
}

select {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 200px;
}

input {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input:hover {
}

label {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	display: block;
	font-weight: bolder;
}

textarea {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
} 

legend {
	font-weight: bolder;
	color: rgb(12,89,148);
}

fieldset {
	margin-bottom: 20px;
	width: 420px; 
	border: 1px solid #dfdfdf; 
	padding: 10px;	
}

legend + div {
	margin-top: 10px;
}

/* C L A S S E S */

.clear-both {
	clear: both;
}

.float-left {
	float: left;
}

.bold {
	font-weight: bold;
	font-size: 12px;
	line-height: 2em;
	color: rgb(12,89,148);
}

.radioGroup {
	clear: both;
	margin: 0 0 20px 200px;
}

.radioGroup input {
	width: 20px;
}

.error {
	background: transparent url('/images/DTH/required-error.png') bottom right no-repeat;
}

.infoList {
	list-style-type: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-bottom: 2em;
}

.required {
	background: transparent url('/images/DTH/required.png') bottom right no-repeat;
}

/* S P E C I F I C  D I V S */

#buttons {
	width: 420px;
	text-align: center;
	margin-top: 20px;
}

#buttons input {
	width: 130px;
}

#errorMsg {
	background-color: rgb(255,249,116);
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	line-height: 1em;
	color: red;
	padding-left: 5px;
	font-weight: bold;
	width: 440px;
}
