/***********************************************************
*  Style Sheet created and designed by 
*  JWTomasello of Eidolon Enterprises LLC.
***********************************************************/
/***********************************************************
*          Main page, body, links and overall font/heading attributes
***********************************************************/
* {
	margin: 0;
	padding: 0;
}



h4 {
	font-size: 100%
}

.validator {
	width: 169px;
	height: 31px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-right: 1px dotted #333;
}
/***********************************************************
*                                        Form attributes
************************************************************/
#reg_form {
background-color: #D8D6D6;
width:400px; 
padding:5px;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size:78%;	
margin-left:20%;
margin-right:auto;
}

#reg_form  p {
text-align: center;
margin: 4px 0;
padding:8px;
font-size:120%;	
}

#reg_form fieldset {
display:block; 
border:1px dotted #fff; 
margin:1px 1px 1px 1px; 
padding:1px 1px 1px 1px;
line-height:1.2em;
}


#reg_form h4 {
top:.5em;
text-align: center;
font-size:1.5em; 
font-weight:bold; 
color: #D29D0F;
width:157px; 
border: 1px solid #D29D0F;
background: url(../images/legend_bg.gif);
margin-left:auto;
margin-right:auto;
}

#field{
margin-left:auto;
margin-right:auto; 
}

#reg_form label {
float:left;
width:150px; 
color: #003399; 
margin-bottom:0.5em;
margin-left:auto;
margin-right:auto; 
}

#reg_form input {
border:1px solid #003399; 
padding:0 2px; 
margin-bottom:0.3em;
}


#reg_form textarea {
height:auto;
border:1px solid #003399; 
padding:0.5em; 
overflow:auto; 
}

#reg_form #button1 {
color:#D29D0F; 
font-weight: bold;
background: url(../images/legend_bg.gif);
display: inline;
height: 27px;
line-height: 27px;
text-align: center;
margin-left: auto;
margin-right: auto;
border: 1px solid #D29D0F;
}

#reg_form #button1:hover {
color:#D29D0F;
}

#reg_form #inf_from, #reg_form #inf_email{
color: red;
}

#reg_form #inf_addr, #reg_form #inf_phnnr{
color: blue;
}

#what{
color: red;
}