/* To create block standard form */
form.block-form {clear: both}
form.block-form legend {font-weight: bold; padding-top: 0.5em; font-size: 100%; color: #000!important; } /* size like h3 */
form.block-form fieldset {margin: 0; border: 0; border-bottom: solid 1px #000; padding-bottom: 1em}
form.block-form div.field,form.block-form div.fields  {padding: 0.125em 0; clear: both;}
form.block-form div.field:after {display: block; content: "."; visibility: hidden; clear: both; height: 1px;}
form.block-form div.field label {display: block; float: left; padding: 0.25em 0.5em 0 0;}
form.block-form div.field input,form.block-form div.field select,form.block-form div.field textarea {float: right;}
form.block-form textarea {font-size: 1em}
form.block-form .regular-field {width: 60%}
form.block-form p.errormsg {
	clear: both; 
	font-size: x-small; 
	color: #900; 
	font-weight: bold; 
	padding: 3px 0 3px 20px;
	background: #FFFFFF url(/admin/assets/gfx/icon_minialert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

form#login-form fieldset { border: none; }