#Email_list
{
	position: relative;
	display: inline;
	clear: both;
	float:left;
	height: auto;		
	margin:0 0 20px 21px;
	padding:0 0 20px 0;
	width: 210px;
	background: transparent;
	
}

.TextBox
{
	position: relative;
	display: inline;
	clear: both;
	float:left;
	height: 23px;		
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	width: 210px;
	background: url(../img/textboxbg.jpg) repeat-x;
	border: solid 1px #999999;
	font-size: 14px;
	
}



.Radiobutton
{
	position: relative;
	display: inline;	
	float:left;
	height: auto;
	background: transparent;	
	margin: 12px 0 0 0;
	padding: 0 8px 0 0;
	width:auto;	
	font-size: 13px;
}

.Button
{
    position: relative;
	display: inline;	
	height: 25px;
	background: url(../img/buttonbg.jpg) repeat-x;	
	margin: 12px 0 0 5px;
	padding:0;
	width: 62px;
	border: solid 1px #ADADAD;
	font-size: 13px;
}

.Label
{
    position: relative;
	display: block;		
	background: transparent;	
	margin: 0;
	padding:0;
	width: auto;	
	font-size: 13px;
	font-weight: bold;
}

.Validator
{
    position: absolute;
    
	display: block;		
	background: transparent;	
	top: 95px;
	left: 0;
	width: 200px;
	height: 15px;
	

	
}

.Validator ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
 	
}

