/* CSS Document */

fieldset {
	position: relative;
	width:80%;
	background-color:#f8f9f4;
	border:1px solid #9d9587;
	/* margin-bottom:20px;*/
	padding-bottom:20px;
	*background-image:url(../images/white.gif);
	*background-repeat:no-repeat;
	margin:0 auto;
	clear:left;
	margin-bottom:20px;
	}
fieldset p{
	padding:0px;
	margin:5px 0px 0px 0px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:7px;
	}	
label {
	float:left;
	padding:0px;
	margin:5px 0px 0px 0px;
	width:160px;
	}	
label.check{
	/* float:left;*/
	width:160px;
	text-align:right;
	padding-right:5px;
	}		
.input {
	float:left;
	}	
.box {
	width:440px;
	height:22px;
	}	
legend {
	font-weight:bold;
	font-size:2em;
	color:#9d9587;
	*margin-top:0px;
	padding-bottom:20px;
	
	}	
.small {
	font-size:10px;
	}	
.req {
	color:#CC0000;
	}	


