/*body.dp{
	background-color:#3d4753;
}
body.zot{
	background-color:#DCDCDC;
}

body.dp #visitorHeader{
	height:116px;
	background:transparent url("../img/bg_visitor_head_dp.png") no-repeat bottom left;
}

body.dp #visitorHeader img{
	margin:37px 0 0 24px;
}

body.zot #visitorHeader.it{
	height:116px;
	background:#fff url("../img/bg_visitor_head_zot_it.png") no-repeat bottom left;
}

body.zot #visitorHeader.en{
	height:116px;
	background:#fff url("../img/bg_visitor_head_zot_en.png") no-repeat bottom left;
}

body.dp #visitorContent {
	padding:10px 0;
	background-color: #fff;
}

#visitorFooter{
	height:85px;
	padding-top:30px;
	background:transparent url("../img/bg_visitor_foot_dp.png") no-repeat top left;
	font-size:10px;
	text-align:right;
	color:#b2bcc6;
}

body.dp #visitorFooter{
	background:transparent url("../img/bg_visitor_foot_dp.png") no-repeat top left;
	color:#b2bcc6;
}

body.zot #visitorFooter{
	background:transparent url("../img/bg_visitor_foot_zot.png") no-repeat top left;
	color:#000000;
}*/

#visitorHeader img{
	margin:0 0 0 30px;
}

ul{
margin:21px 0;
padding:0;
list-style:square inside;
font-weight:bold;
}

.button{
padding:0;
margin-left:14px;
border:1px solid #4b525b;
width:120px; height:22px;
}

.send{
color:#fff;
background:transparent url("../images/bg_btSend.gif") repeat-x top left;
}

.cancel{
background:transparent url("../images/bg_btCanc.gif") repeat-x top left;
}

.deleteprofile{
width:120px;
background:transparent url("../images/bg_btCanc.gif") repeat-x top left;
}

#rado{
display:block;
margin-top:95px;
}

.wBigInput{
width:260px;
}

.wStdInput{
width:170px;
}

.wTnyInput{
width:110px;
}

.wPhPreInput{
width:90px;

}

.wPhNumInput{
width:80px;
}

.taPrivacy{
padding:6px; margin-bottom:1em;
border:1px solid #737373;
width:100%; height:122px;
color:#000;
}

.error_text{
	background-color:#ffd5d5;
	border:2px inset red;
}
.error{
	color:red;
}
.error_frame{	
	margin-top:1em;
	padding:1em;
	border:1px solid red;	
	background-color:#ffd5d5;
}
.error_radio {
background-color:#FFD5D5;
border:1px solid #FF0000;
}

#tooltip {
	position: absolute;	
	z-index: 3000;
	border: 1px solid red;
	background-color: #ffd5d5;
	padding: 10px;
	opacity: 0.85;
	color:#000;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font: 13px/1.5 Arial,Helvetica,sans-serif
}

.taFriendMessage {
padding:6px; margin-bottom:1em;
border:1px solid #737373;
width:326px; height:122px;
color:#000;
}

