/******************************************** 
Project: Project Name
Author Name: Akash Verma
Created on: 10 Dec 2006
Last Modified By: Pankaj Thakur
Last Modified On:   22 Dec 2006
? 2006 Vinove Software & Services Pvt Ltd., All Rights Reserved
**************************************************/

/* Form*/
form {min-width: 300px;max-width:100%; }
form fieldset { font-size:12px; clear: both;border-color: #3367CB;border-width: 1px;border-style: solid;padding: 10px;}
form label { display: block;float: left; font-size:12px; width: 110px; padding: 0; margin: 5px 0 0;text-align: right;}
form fieldset legend {font-size:13px; font-weight:bold; color:#333;}
form input, form textarea, form select {width:auto;margin:5px 0 0 10px;font-size:12px; }
form input#reset { margin-left:0px; }
textarea { overflow: auto; }
form small { display: block;margin: 0 0 5px 120px; padding: 1px 3px;font-size: 88%;font-size:12px; }
form .required{font-weight:bold;font-size:11px; }
form br {clear:left; }
form spacer{ display:inline;float:left;width:150px; padding: 0; margin: 5px 0 0;}
form img{padding-left:121px;}
form span{ font-size:12px}
.button{padding-left:160px;}
.center{ text-align:center}
.mandatory{background-color:#FFFF66;font-size:12px;}