@CHARSET "ISO-8859-1";

.rightColumn .registrationBlock
{
	width: 140px;
	margin: 0 0 5px -2px;
	background-color: White;
	text-align: center;
	padding: 2px 0 0 0;
}
.rightColumn .registrationBlock .emailRegBlock
{
	width: 140px;
	background-color: White;
	text-align: right;
	padding: 2px 0 0 0;
	margin: 8px 0 0 0;
}

.rightColumn .registrationBlock .emailRegBlock fieldset
{
	border:0px;
	height:45px;
	margin:2px 2px 0px 0px;
}

.rightColumn .registrationBlock .emailRegBlock .fieldHolder
{
	width: 138px;
	margin: 0 2px 0 0;
	background-color: #cccccc;
}
.rightColumn .registrationBlock .emailRegBlock .fieldHolder input
{
	width: 132px;
	margin: 4px 2px 4px 0;
	border: solid 1px #bfbfbf;
	font-size: 1em;
	color: gray;
	padding: 0px 3px;
}
.rightColumn .registrationBlock .emailRegBlock .buttonHolder
{
	margin: 3px 0 0 0;
	font-size: 0.9em;
	background-image: url('../../../imgs/orangeArrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: 99px;
	margin-left: 41px;
}

.rightColumn .registrationBlock .emailRegBlock .buttonHolder .submit
{
	width: 80px;
	background-color: #e59d39;
	border: none;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	height: 17px;
	padding: 0 5px 0 5px;
	cursor: pointer;
}
