/*

********************
Resource Techniques
********************
webSite Title Here
Forms CSS
Rev. 05/11/2008
********************

This stylesheet contains the forms structure					

****************************************

TBR == To be reviewed	

*/

legend { display:none; }
label { display:block; }

input, select, textarea { margin:.6em .6em .6em 0; padding:.4em; }

.i-xsml		{ width:40px; } 
.i-sml		{ width:80px; }
.i-med		{ width:120px; }
.i-lge		{ width:160px; }
.i-xlge		{ width:200px; }

.i-xsml, i-sml { text-align:center; }

.i-xml, .i-sml, .i-med, .i-lge, .i-xlge { 
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	background:#F3F7FF;
}

.i-xml:focus, .i-sml:focus, .i-med:focus, .i-lge:focus, .i-xlge:focus {
	color:#333333;
	background:#FFF6E9 url(../img/form/bg-input.gif) repeat-x;
}

.required { background:#FFEFEF; }

.FormButton { font-weight:bold; color:#fff; background:#e82a66; border: solid 2px #0b0d3d;}

.clear { clear:both;}