div.form-row { clear:both; margin:5px 0; }
div.form-row label { float:left; width:100px; text-align:right; margin-right:5px;}
div.form-row label.widelabel{width:auto;}
div.form-row input.textbox { float:left;}
div.form-row select option {padding-right:10px;}

div.form-row span.checkbox label {float:none; width:auto; margin-left:3px;}

input.button { border: 1px solid #ccc; background: #004a00; color: #ffe76b; border: none; height: 24px; line-height: 25px; width: 90px;}
input.buttonSmall { }
input.buttonBig { }

select option{padding-right:15px;}

#search .textbox 
{
    background: #fff url('/cms/outertemplates/images/default/search.gif') right fixed no-repeat;
    border: 1px solid #ccc;
    width: 175px;
    height: 20px;
    line-height: 20px;
    padding: 2px 25px 0 5px;
}

#search label {left:-999px; position:absolute;}

/* Clearfix for non ie browsers */
	.form-row:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.form-row { display: inline-block; }
	html[xmlns] .form-row { display: block; }
/* End of Clearfix */
