/*=============================================================================================
   =FORMS
============================================================================================= */

form fieldset dl { position: relative; overflow:hidden;}

		form fieldset dt {
			position:relative;
			float:left;
			width:125px;
			padding: 5px 6px 5px 0;
			clear:both;
		}

		form fieldset dd {
			margin-bottom: 5px;
			padding: 5px 0;
			color: #79563c !important;
		}

/* ------------------------------------------------------------------------------ */

div.frmsub { overflow: none; padding: 1em 0 4.5em 0;}
	input.a, img.a { float:left; }
	img.a { margin:4px 0 0 25px;}
	input.b { float: right; margin:0 25px 0 0;}

/* ------------------------------------------------------------------------------ */

form ol li { list-style: none !important; }

fieldset {}

legend {}

label {font-weight: bold;}

/* =LABELS
---------------------------------------------------------------------------------------- */
dd span {color:#fff;}

/* =INPUTS
---------------------------------------------------------------------------------------- */

input.form_button_img {margin-top: 4px; }