/* 
	A special hack is included for IE8 since it does not apply padding 
	correctly on fieldsets
 */ 
label       { font-weight: bold; }
fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }

fieldset, #IE8#HACK { padding-top:1.4em; } 
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }


input[type=text], input[type=password],
input.text, input.title{
  	background-color:#000;
 	border:1px solid #666;
  	height:25px;
  	width:225px;
}

input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus{
  	border-color:#DFC58A;
}

textarea {
  	background-color:#000;
 	border:1px solid #666;
  	height:100px;
  	width:225px;
}

textarea:focus {
  	border-color:#DFC58A;
}

select { 
	background-color:#fff; border-width:3px; border-style:solid; }

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
	color:#DFC58A;
 	margin:0 0;
}


ul.mainForm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;	
}


li.mainForm
{
	list-style-type: none;
	margin-left:0;
	padding-bottom: 16px;
}

.button
{
	margin:0 20px 10px 0;
	padding:4px 7px;
	background:#DFC58A;
	border:0px;
	position: relative;
	left:40px;
	width:75px;
}