/* Use this stylesheet for any generic form styles (textboxes, labels etc) */

div.form-row {clear:both; margin:5px 0; padding-left:140px; overflow:hidden;}
div.form-row label {float:left; text-align:right; margin:0 5px 0 -140px;	font-size: 11px;}
span.checkbox label, span.radiobutton label, table.checkbox label, table.radiobutton label {
	float:none; 
	width:auto; 
	margin-left:3px;
}

label {color:#760aba; font-weight: bold; font-size: 0.9em;}

input.textbox, select.ddl, textarea.textbox {
	background: #f4eef8 url('/cms/outertemplates/images/txtbg.gif') top repeat-x;  
    padding: 2px;
    line-height: 14px;
    border:1px solid #e1d1eb;
    color:#760ABA;
    font-family:Verdana;
	font-size: 11px;
}
div.buttons {text-align:center;}
input.button {
	background:#62079C;
	color:#FFF;
	border:0;
	cursor:pointer;
	line-height:17px;
	padding:2px 4px;
	text-transform:uppercase;
	font-size: 11px;
}
.btnSend {background: #8d0d05; color: #fff; padding: 2px 5px; border: 0; float: right; cursor:pointer;}

select option{padding-right:10px;}