.ContentBox{
	font-family :  Tahoma,Verdana,Arial;
	font-size: 12px;
	border:1px solid #999999;	
	background-color:#FFFFFF;
	padding:0px;
}

.ContentBox .Header{
	border-bottom:1px solid #999999;
	background-image:url(http://www.renklisepet.com/class/assets/contentbox/headback.gif);
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	height:20px;
	padding-left:10px;
	border-bottom:1px solid #999999;
}

.ContentBox .FormKey{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}

.ContentBox .FormValue{

}


.ContentBox .Body{
	font-family :  Tahoma;
	font-size:12px;
}

.ContentBox .Body table{
	font-family :  Tahoma;
	font-size:11px;
}

.ContentBox .Footer{
	background-color: #999999;
	line-height:5px;
	height:5px;
	font-size:5px;
}

.ContentBox .TextBox{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
}

.ContentBox .DropDown{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
}

.ContentBox .DropDown2{
	font-family :  Tahoma;
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
}

.ContentBox .Button{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
}

/* Classes for Validator */
.tfvHighlight{
	color: black;
	font-family :  Tahoma;
	font-size:12px;
	background-color:#FEE1C2;
}
.tfvNormal{
	color: black;
	font-family :  Tahoma;
	font-size:12px;
	background-color:#FFFFFF;
}

.ContentDialog{
	position:absolute;
	left:0px;
	top:0px;
	font-family :  Tahoma;
	border:1px solid #999999;	
	background-color:#FFFFFF;
	padding:0px;
	display:none;
	visibility:hidden;
}

.ContentDialog .Header{
	border-bottom:1px solid #999999;
	background-image:url(http://www.renklisepet.com/class/assets/contentbox/headback.gif);
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	height:20px;
	padding-left:10px;
	border-bottom:1px solid #999999;
}

.ContentDialog .FormKey{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}

.ContentDialog .FormValue{

}


.ContentDialog .Body{
	font-family :  Tahoma;
	font-size:10px;
	heigth:auto;
	overflow:auto;
}


.ContentDialog .Footer{
	background-color: #999999;
	line-height:5px;
	height:5px;
	font-size:5px;
}

.ContentDialog .TextBox{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
}

.ContentDialog .DropDown{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
}

.ContentDialog .DropDown2{
	font-family :  Tahoma;
	font-size:10px;
}

.ContentDialog .Button{
	font-family :  Tahoma;
	font-size:12px;
	font-weight:bold;
}