@charset "utf-8";
/* CSS Document */

form
    {
	border-width: 1px;
	padding: 15px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    } 

fieldset {
	width:auto;
	padding-left:10px;
	padding-right:10px;
	border:1px dashed #cccccc;
}

legend {
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#D20C28;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}

label
    {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
    } 
	


input
    {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
    } 

select
    {
	width: auto;
	font-size: x-small;
	background-color: #f5f5f5;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
    } 

textarea
    {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 10px;
    } 

