/****************************************/
/* isgsecurities */
/* copyright (c) the worx group - 2009 */
/* form.css */
/****************************************/
form { width:300px; margin:10px auto; float:left; }
	form fieldset { border:1px solid #ca940f; padding:8px; }
	form legend { border:1px solid #ca940f; padding:2px 5px; font-weight:bold; }
	form table {  }
		form tr {  }
		form td { padding:0 0 3px 0; vertical-align:top; }
			form td label { display:block; margin:2px 10px 0 0; cursor:pointer; }
			form td input.text, form td textarea, form td select { border:1px solid #ca940f; background:0; padding:2px; font-family:arial; font-size:11px; width:180px; }

			form div.submit { padding:10px 0; text-align:center; }
			form div.submit input.button { border:0; background:0; cursor:pointer; color:#000; font-family:arial; font-size:11px; font-weight:bold; text-transform:uppercase; }
			form div.submit input.button:hover { color:#ca940f; }
