﻿body div{
font-family: Arial, Helvetica, sans-serif;	
}
input {outline:none}
body
{
	font-size: 12px;
	background: #fff;
	color: #56594b;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.TakenInfoDiv
{	
	font-weight: bold;
	color: #333333;
}
.AvailableInfoDiv
{	
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.TextGreen
{
	color: #376F00;
	font-size: 12px;
	font-weight: normal;
}
.TextLink
{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}
.TextLink:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #F93B0B;
	text-decoration: underline;
}

.BigTextBox
{
	border-style: none;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;	
	background: url(Images/tbbgGadget.png) no-repeat;
	float: left;
	width: 180px;
	color: #333;
	padding-top: 3px;
	height: 24px;
}

.DomainImage
{
	padding: 1px;	
}

.StartTypeDiv
{	
	padding-top: 3px;
	font-size: 10px;
	color: #666666;
}
.OtherDomainOuter
{
	margin-top: 2px;
	height: 38px;	
}
.OtherDomainRed, .OtherDomainGreen, .OtherDomainGray
{
	float: left;
	padding: 4px 5px 6px 6px;
	background: url(Images/NoGadget.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
	width: 51px;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.OtherDomainGreen
{
	background: url(Images/OkGadget.jpg) no-repeat;
}
.OtherDomainGray
{
	background: url(Images/WaitGadget.jpg) no-repeat;
}