.domaincheck-background {
	background: url(/img/domaincheck/domain-suche-bg.jpg) no-repeat;
	height: 103px;
	width: 898px;
	color: white;
	text-align: left;
	padding-top:30px;
	padding-left: 115px;
}

.domaincheck-editbox {
	background: url(/img/domaincheck/domain-eingabe-bg.jpg) no-repeat;
	width:508px;
	height: 31px;
	border: 0px;
	margin-top: 6px;
	margin-bottom: auto;
	margin-right: 40px;
	color: white;
	text-indent: 5px;
	float:left;
	outline: none
}

.domaincheck-titel {
	//font-weight: bold;
	float: left;
}

.domaincheck-button {
	//margin-right: 25px;
	float:left;
	margin-top: 2px;
	//width:94px;
}

.domaincheck-select {
	margin-top: 6px;
	width: 80px;
	height: 29px;
	overflow: hidden;
	background: url(/img/domaincheck/dropdown.gif) no-repeat right #ddd;
	border: 1px solid #ccc;
	margin-right: 25px;
	float:left;
}


.domaincheck-select select {
   background: transparent;
   width: 110px;
   padding: 5px;
   //line-height: 1;
   border: 0;
   border-radius: 0;
   height: 29px;
   -webkit-appearance: none;
}