body{
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
}

table{

	font-size: 13px;
	color: #7E7F83;
	font-family: Arial;		
}

input{
	
	ackground-color:#FFFFFF;
	border:1px solid #7F9DB9;
	font-family:Arial;
	font-size:13px;
	color:#000000;
	padding-left:3px;		
	width:100%;
	height:16px;
}

.pass_input{
	
	background-color:#FFFFFF;
	background-image:url(../img/pass_bg.gif);
    background-repeat:no-repeat;
	border:1px solid #7F9DB9;
	font-family:Arial;
	font-size:13px;
	color:#000000;
	padding-left:3px;		
	width:100%;
	height:16px;
}

textarea{
	
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	font-family:Arial;
	font-size:13px;
	color:#000000;
	padding-left:3px;
	width:100%;
	height:100px;
}

.selected_submit{
	
	background-color:#FFFFFF;
	border:1px solid #7F9EBA;
	border-color:#7CA935;
	font-family:Arial;
	font-size:11px;
	color:#747474;
	line-height:0px;	
	width:100%;
	height:16px;
	cursor:pointer;
}

select{

	background-color:#FFFFFF;
	border:1px solid #7F9EBA;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	line-height:0px;
	padding:0px;	
	height:16px;
}

a{
	
	font: normal 11px Arial;
	color: #939598;
	text-decoration: none;
}
a:hover {
	
	font: normal 11px Arial;
	color: #939598;
	text-decoration: none;	
}


.next_back {
	
	font: normal 11px Arial;
	color: #A2A2A2;
	text-decoration: none;	
}

.unvis
{
	display: none;
}

.vis
{
	display: block;
}

.ch{

	width: 15px;
	height: 15px;
	border:0px;
}

.PageHeader{

	font: normal 20px Arial;
	color: #9AA5BB;
	text-decoration: none;
}

.reg_blocks{

	color:#999999;
	font-weight:bold;
	font-size:17px;
	padding-top:5px;
}

#popup_pic img {
    background-color:#FFF;
    background-image:url(img/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

.td_padd{

	padding-bottom:3px;
}