/*  AjaxWhois v1.0
*   by Uma Sharma bizguruji@softuff.org
*   Powered by Softuff eDevelopment - www.softuff.org
*
* @ Released under GNU/LGPL License : http://www.fsf.org/
**/

form div {
	margin:0;
}

#registerDiv {
	height:auto;
	margin:5px 0 5px 5px;
}

.domainToReg {
	width:100%;
	height:20px;
	line-height:20px;
}

.regDomain {
	float:left;
	background:url(../images/avail.gif) 0 4px no-repeat;
	color:#000;
}

.regDomain span {
	margin:0 0 0 18px;
}

.removeDomain {
	float:right;
	background:url(../images/trash.gif) 0 5px no-repeat;
}

.removeDomain span {
	margin:0 0 0 13px;
}

.clearReg {
	clear:both;
}

#registerButton {
	margin:0;
	clear:both;
	height:30px;
	background:none;
}

#registerButton input.regButton {
	float:right;
	cursor:pointer;
}
