.forms{

margin: 0 auto;
width: 650px;
padding: 10px;
}

#stylized{

border: solid 2px #b7ddf2;
background: #e0e3e4;

}
 /* Defines the style of the title of each field */
#stylized label {

display: block;
font-weight: bold;
text-align:right;
width: 140px;
float:left;

} 
.forms h1{
	color: #003366; 
}

#stylized p{
font-size: 11px;
color: #666666;
margin-bottom: 20px;
border-bottom: solid 1px #b7ddf2;
padding-bottom: 10px;

}

#stylized input{

float:left;
font-size: 11px;
padding: 4px 2px;
border:solid 1px #aacfe4;
width: 150px;
margin: 2px 0 20px 10px;

}
/* Defines the comments section */
#stylized textarea{

float:left;
font-size: 11px;
padding: 2px 2px;
border:solid 1px #aacfe4;
width: 300px;
margin: 2px 0 20px 10px;

}
/* Defines the areas in the form */
.forms fieldset {  
margin: 0 0 -1em 0;   
padding: 0 0 1em 0;  
width:100%;
border-style: none;  
border-top: 1px solid #BFBAB0; 
background-repeat: repeat-x; 
}

.forms fieldset ul {  
padding: 1em 1em 0 1em;  
list-style: none;
}
.forms fieldset li {  
padding-bottom: 1em;
}
/*************************/
/*Defines the Title of each area */
/*updated by Cagatay AZKIN April25'09*/
.forms legend {  
margin-left: 1em;  
color: #4E2716;  
font-weight: bold;
padding: 0px;
float:left;
}


.warning{clear:both;float:right;}#content #stylized legend {
	text-align: left;
	page-break-before: always;
	page-break-after: always;
}
