.main {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}

.formbox {
	border: 1px solid #a7c611;
	background: #a7c611 url(/_img/bg_formbox.gif) repeat-x;
	height: 40px;
	padding: 19px;
	margin-bottom: 20px;
}

.domainnamelong {
	float: left;
	border: 1px solid #a7c611;
	padding: 5px;
	background: #fff url(/_img/bg_toolbar_input.png) repeat-x top;
	height: 26px;
	width: 665px;
	font-size: 1.4em;
	line-height: 26px;
	color: #666;
}

.errorbox {
	border: 1px solid #f0b2b2;
	background: #fae5e5 url(/_img/bg_erroricon.png) no-repeat 15px 15px;
	padding: 15px 15px 15px 70px;
	margin-bottom: 20px;
}

.infobox {
        border: 1px solid #a7c611;
        background: #ffffff url(/_img/bg_transfericon.gif) no-repeat 15px 15px;
        padding: 15px 15px 15px 70px;
        margin-bottom: 20px;
}

a {
	color: #666;
	outline:none;
}

hr {
	border: none;
	border-top: 1px solid;
	color: #a7c611;
}

