body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Title {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #2C487B;
	text-decoration: none;
}
.Text {
	font-family: Verdana;
	font-size: 10px;
	color: #3A5A96;
	text-decoration: none;
}
.PriceText {
	font-family: Arial;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.text-small-italic {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #3A5A96;
	font-style: italic;
}
.text-std {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.text-white {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-white_unbold {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.text-white-large {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.text-white-black {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.text-attention {
	font-family: Verdana;
	font-size: 10px;
	color: #3A5A96;
	text-decoration: none;
}
.link-white {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.link-dark {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #3A5A96;
	text-decoration: underline;
}
.link-bold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #3A5A96;
	text-decoration: none;
}
.link-black {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.Text-active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #3A8E96;
}
.Text-inactive {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #B03737;
}
.time {
	width: 55px;
	height: 13px;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-align:right;
}
input, select, textarea,option {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;
}
input.domain {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	background-color: #FFFFFF; 
}
input.domain_button {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	background-color: #EAEAEA; 
}
input.whois_button {
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
}

select.domain {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	background-color: #FFFFFF; 
	border-width:small;
	border-color: transparent;
	border-style: ridge;
}
.Whois_return {
	font-family: Verdana;
	font-size: 10px;
	color: #3A5A96;
	text-decoration: none;
}

.input_help {
	width: 320px; 
	font-size: 12px; 
	font-family: Arial; 
	color: #3A5A96;
	background-color: #FFFFFF; 
	border: 1px solid #3A5A96;
}
.input_help_veld {
	width: 320px; 
	font-size: 12px; 
	font-family: Arial; 
	color: #3A5A96;
	background-color: #FFFFFF; 
	border: 1px solid #3A5A96;
}
inputs {
	width: 80px; 
	font-size: 12px; 
	font-family: Arial; 
	color:	#3A5A96; 
	background-color: #FFFFFF; 
	border: 1px solid #3A5A96;
}
.button {
	font-size: 12px;
	color:	#3A5A96;
	border: 1px solid #3A5A96;
	width: 100px;
}
.radio {
	font-size: 12px;
	width: 20px;
	height: 20px;
	border: 0px none;
	background-color: transparent;
}
.error{
	font-size: 10px;
	color:	#FF0000;
}
.show_input {
	border: 0px #AEAEAE solid;
	font-size: 10px; font-weight: bold;
	vertical-align:top;
}
#dhtmltooltip{
	position: absolute;
	width: 100px;
	border: 1px solid #2C487B;
	padding: 2px;
	background-color: black;
	color: #3A5A96;
	font-family: Verdana;
	font-size: 10px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#AEAEAE,direction=115);
}