* {
	margin: 0;
	padding: 0;
	border: 0;
}
	
BODY {
	background-color: #FFF;
	color: #000; 
	font-family: Arial;
	font-size: 11px;
}	
	
#main {
	width:800px; 
	height:300px; 
	margin: 25px auto 0px auto;
}	

#menuTop {
	width: 800px;
	height: 100px;
	margin-bottom: 20px;
}	
#menuTopLogo {
	width: 200px;
	float: left;
	padding: 5px;
}
#menuTopInfo {
	width: 500px;
	float: right;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #C0C0C0;
}

#menu {
	float: left;
	width: 125px;
	margin: 0 64px 0 10px;
	border-right: 1px solid #000;
}
#menu a {

	font-size: 12px !important;
}
#menu .menuTop {
	font-size: 12px;
	font-weight: bold;
}
#menuImgLeft {
	float: left;
	border: 1px solid #000;
	font-size: 14px !important;
	padding: 7px;	
	margin-bottom: 5px;
}

#content {
	float: left;
	width: 600px;
}
#cse-search-results {
	margin-top: 25px;
}

.head {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	background-color: #dedede;
}
.body {
	padding: 5px 5px 7px 5px;
	font-size: 13px;
}
.body a {
	font-size: 13px !important;
}
.next {
	margin-top: 15px;
}	

.turn {
	unicode-bidi: bidi-override; 
	direction: rtl;
}	
span.error {
	color: #FB0000;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.green {
	color: #00BB00;
}
.red {
	color: #BB0000;
}


.imgRight {
	float: right;
	padding: 2px;
	border: 1px solid #000;
	margin: 7px;
	margin-top: 0;
	background-color: #D1D1D1;
}
.imgClear {
	clear:both;
}


input, textarea {
	padding: 2px;
	border: 1px solid #000 !important;
	font-size: 11px;
	font-family: Arial;
}

.domaincheckInputLeft {
	text-align:right;
	border: 1px solid #000 !important;
	border-right: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.domaincheckInputRight {
	border: 1px solid #000 !important;
	border-left: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 20px;
}

	
a:link, a:visited, a:active { 
	color: #446689; 
	text-decoration: none; 
	font-size: 11px;
}
a:hover {
	color: #000; 
	text-decoration: underline;
	font-size: 11px; 
}