﻿a:link.gold, a:visited.gold {
	color: #AE9000;
	text-decoration:underline;
}

a:hover.gold, a:active.gold {
	color: #AE9000;
	text-decoration:none;
}

a:link.white, a:visited.white {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover.white, a:active.white {
	color: #AE9000;
	text-decoration:none;
}

input.column {
	width:250px;
	height:17px;
	background-color:#FFFFFF;
	border:1px #4D4D4D solid;
	font-size:11px;
	color:#000000;
}

textarea.column {
	width:250px;
	height:110px;
	_height:115px;
	background-color:#FFFFFF;
	border:1px #4D4D4D solid;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}

input.agree {
	width:11px;
	height:11px;
	background-color:#FFFFFF;
	border:1px #4D4D4D solid;
	font-size:11px;
	color:#000000;
}

select.column {
	width:250px;
	height:17px;
	_height:115px;
	background-color:#FFFFFF;
	border:1px #4D4D4D solid;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}

div.box_alert {
	width:516px;
	_width:536px;
	padding: 10px 10px 10px 10px;
	margin-bottom:20px;
	float:right;
	overflow:hidden;
	text-align:left;
	border:1px #AE9000 solid;
}

div.btn_form {
	float:left;
	border:1px solid #FFFFFF;
}

	div.btn_form a { 
		background:url(../img/buttons/btn.gif)
		no-repeat 0px 0px;
		display:block;
		width:248px;
		height:15px;
		text-align:center;
		text-decoration:none;
		font-size:11px;
		color:#FFFFFF;
} 

	div.btn_form a:hover {
		background:url(../img/buttons/btn.gif)
		no-repeat -144px 0px;
		color:#AE9000;
}		

	div.btn_form a:active {
		background:url(../img/buttons/btn.gif)
		no-repeat 0px -16px;
		color:#AE9000;
}