body{
	background-image: url(images/web_bg.jpg);
	background-color: #C1D6EE;
	margin: 0;
	background-repeat: repeat-x;
}
#container{
	background-color: white;
	border-left:2px solid #DADADA; 
	border-right:2px solid #DADADA;
	margin: 0 auto;
	width: 960px;
}
.headertxt{
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
fieldset{
	background-image: url(images/yllwbg1.jpg);
	padding: 10px;
	_padding:5px;
	border: 0;
	/**/background-color: #ffcd38;
	background-repeat: repeat-x;
}
legend{
	background-color: #666666;
	color: white;
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 15px;
	padding: 5px;
	text-transform: capitalize;
}
label{
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#name input{
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #FFC515;
 	height: 20px;
}
.input{
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #FFC515;
 	height: 20px;
}
.normaltxt{	
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.redtxt{	
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.button{
	font-family:  "Lucida Sans Unicode","Times New Roman", Times, serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: black;
	border: 0;
	padding: 5px;
}