body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 380px;
	height: 60px;
	background-image: url(images/header.gif);
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	background-image: url(images/block_rep.gif);
}

#domainSaleText {
	font-size: 14pt;
	text-align: center;
}

#domainNameText {
	font-weight: bold;
	color: #000000;
}

.fieldSet {
	padding-bottom: 4px;
	display: block;
	width: 380px;
}

label {
	padding-top: 1px;
	padding-right: 6px;
	float: left;
	width: 170px;
	font-weight: bold;
	text-align: right;
}

.tf, .tfOffer, .tfTelNo {
	padding-left: 2px;
	width: 188px;
	font-size: 8pt;
	border: 1px solid #1c5180;
}

.tfOffer {
	width: 50px;
}

.tfTelNo {
	width: 100px;
}

#makeOfferButt {
	border: 1px solid black;
}

#moreInfoDiv {
	margin-top: 8px;
	text-align: center;
}

#domainOfferDiv {
	display: none;
	margin-top: 8px;
}

#domainOfferText {
	text-align: center;
}

#thankyouMessageTitle {
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#thankyouMessage {
	font-size: 14pt;
	text-align: center;
}

