﻿div.form-row {
	clear:both; 
	margin:5px 0;
	padding: 0 0 0 120px;
}

div.form-row:after{
	/* Below: apply clearfix to form-row */
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
html[xmlns] div.clearfix { display: block; }

#search div.form-row {padding:0;}
select option{padding-left:10px;}


div.form-row label { float:left; width:100px; text-align:right; margin: 0 0 0 -120px; color: #9A0000; font-size: 13px; font-weight: bold;}
div.form-row input.textbox { }

.checkbox label, .radiobutton label {
	width:auto ! important;
	float:none ! important;
	margin:0 !important;
}
p.dub3txb_p_right label {margin:0!important;}


.checkbox td, .radiobutton td { vertical-align:top;}
.checkbox input, .radiobutton input{margin:5px;}

input.button { margin: 10px 0; color: #fff; width: 82px; height: 22px; background: url('/cms/outertemplates/images/button.gif') top center no-repeat; border: none; cursor:pointer;}
	input.btnLoadDetails {margin:0; background:url(/cms/outertemplates/images/button_medium.gif) top left no-repeat; width:112px;}
	input.btnEmailSelected {margin:0; background:url(/cms/outertemplates/images/button_medium.gif) top left no-repeat; width:112px;}
	input.btnUpdateSelected {margin:0; background:url(/cms/outertemplates/images/button_large.gif) top left no-repeat; width:152px;}
	input.btnAddOpportunity {margin:0; background:url(/cms/outertemplates/images/button_large.gif) top left no-repeat; width:152px;}

.button_search 
{
    background: url(/cms/outertemplates/images/template/search_button.gif) no-repeat top left;
    border: none;
    color: #fff;
    font-size: 0.7em;
    width: 82px;
    height: 22px;
    padding: 2px 0 5px 0;
}

div#login label.form { width:auto; }

#updateVolunteers div.form-row { width:125px; float:left; clear:none;}
#updateVolunteers div.form-row label {width:auto;clear:both;}
#updateVolunteers div.form-row .textbox { width: 85px; }
#updateVolunteers div.form-row .button { margin: 8px 0; }
div.form-row textarea { margin: 5px 20px 10px 0; display: inline; }

#searchPt2 td {color: #000;}
