/* forms.css */
/* DNS LUXENBOURG */

.input {
	height: 13px;
	padding: 4px 3px 2px 3px;
	border: 1px solid #d9d9d9;
	color: #434343;
	font-size: 11px;
}

input.button {
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

select {
	height: 19px;
	width: 100%;
	border: 1px solid #d9d9d9;
	color: #434343;
}



/* Header / Search */
/* ========================================== */


/* Input / .input */
/* ========================================== */

.contact .input { width: 218px; margin-bottom: 7px; }
.contact .input.nachricht { height:80px; }

input.input.code { width: 147px; margin-top: 7px; }

input.input.domaincheck_text { width: 290px; }

input.input.check-nameserver { width: 238px; margin-bottom: 8px; }
input.input.check-ip-address { width: 228px; margin-bottom: 8px; }

input.input.searchtext { margin-right: 2px; width: 130px; }


/* Input / .button */
/* ========================================== */

input.button.whoisgateway_more { vertical-align: bottom; margin-left: 70px; }

input.button.addnameserver { margin-right: 5px; margin-top: 10px; }

input.button.testchecknameserver { float: right; vertical-align: bottom;  margin-top: 105px;}

input.button.back { float: right; }

.contact input.button.send-contact { display: block; float: right; }

input.button.domcheck-en, input.button.domcheck-fr, input.button.domcheck-de { vertical-align: bottom; }

input.button.submit_search { 
	width: 17px; 
	height: 17px; 
	border: 0;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}



/* Content Right / Login / Logout */
/* ========================================== */

#id_login { width: 150px; }


/* Select and Other */
/* ========================================== */

.contact select { margin-bottom: 7px; }