
a.toplink {
	text-decoration: none;
}

a:hover.toplink {
	text-decoration: underline;
}


table.form {

		margin-top: 12px;

}

td.boxfill {
		background: #1b1c24 url(../images/bgfill1.jpg) no-repeat center;
		width: 580px;
		height: 360px;
}


td.ftitle {
		font: normal 12px/12px Tahoma, Verdana, Arial, Times, serif;
		color: #8d8d8d;
		text-decoration: none;
		width: 80px;
		text-align: right;
}

td.field {
		width: 380px;
		text-align: left;
}

.bcopy {
		font: normal 12px/12px Tahoma, Verdana, Arial, Times, serif;
		color: #8d8d8d;
}


body {
		background: #1b1c24;
		margin:0px;
		margin-top:10px;
		padding: 0px;
}


p {
	text-align:left;
	margin-top: 5px;
	margin-bottom: 8px;
}

p.title {
	text-align:left;
	margin-top: 1px;
	margin-bottom: 8px;
}

.textbox {
    font: normal 12px/14px Verdana, Tahoma, san-serif;
    color: #8d8d8d;
    width: 280px;
    height: 18px;
		border: 1px solid #8d8d8d;
		background-color:#2a2b31;
		padding-left: 2px;
}

.msgbox {
    font: normal 12px/14px Verdana, Tahoma, san-serif;
    color: #8d8d8d;
    width: 360px;
		border: 1px solid #8d8d8d;
		background-color:#2a2b31;
		padding-left: 2px;
}

.submitbutt {
	font: normal 14px/14px Tahoma, Verdana, san-serif;
	width: 72px;
	height: 26px;
  color: #90b99d;
  border: 1px solid #8d8d8d;
	background-color:#2a2b31;

}