/*
*************************
Project: LexisNexis country sites
CSS file for forms
***
V1.0 By Ricardo Zea
Date: 05/5/2008
*************************
*/

/* V1.0 By Ricardo Zea starts here */
/* Forms used like Events Registration, Conference Contact, etc.*/

fieldset {
	border:#ccc 1px solid;
	padding:5px;
}
legend {
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:10px;
}
.podContainer fieldset select, 
.podContainer fieldset textarea {
	margin-left:7px;
	border:#ccc 1px solid;
	font-size:12px;  
}
.podContainer fieldset select {
	font-size:1em;
}
table td[nowrap="nowrap"] {
	font-weight:bold;
	color:#999900;
}
.required {
	padding-right:5px;
	color:#f00;
}
.podContainer .buttons {
	background: #0099FF;
	color:#FF0000;
}
/* V1.0 By Ricardo Zea ends here */