#submit{
	behavior:url(border-radius.htc);
	border: solid 1px #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	/* For Firefox */
	-moz-box-shadow:    3px 3px 5px #cccccc;
	/* For Safari & Chrome */
	-webkit-box-shadow: 3px 3px 5px #cccccc;
	/* For Linux browser */
	-khtml-box-shadow: 3px 3px 5px #cccccc; 
	box-shadow: 3px 3px 5px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(PixelRadius=3,Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(PixelRadius=3,Strength=4, Direction=135, Color='#cccccc');
}

input{
	border: solid 1px #cccccc;
}

#trg {
	font-family:"Arial";
	font-size:12px;
	list-style-image: url('../images/bullet_items.gif');
}

#trg li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #E5E5E5;
}
#trg a{
	text-decoration:none;
}
#footer td{
	background-color: #CFAC43;
	color: #FFFFFF;
	text-align: center;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
}