/* Register Form */

.agbfield {
	height: 143px;
	overflow: auto;
	border: solid 1px gray;
	width: 530px;
	padding: 4px;
	font-size: 11px;
}

.CreateButton,
.CreateButton:hover
{
	border: 0;
	width: 150px;
	color: White;
	height: 26px;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.CreateButton
{
	background: url('/images/button/submit.jpg') no-repeat;
}

.CreateButton:hover
{
	background: url('/images/button/submitOver.jpg') no-repeat;
}

.RegisterLink
{
	color: #3d68d6;
	cursor: pointer;
	text-decoration: underline;
}