body {
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 0.95em;
	/*background: #000000;*/
}

div {
	border: none;
	border-collapse: collapse;
	/*background: #ffffff;*/
}

div#main {
	width: 1100px;
	min-height: 600px;
	float: left;
	border: 1px solid #D4E0EE !important;
	/*background: #ffffff;*/
}

div#container {
	width: 1100px;
	height: 800px;
	float: left;
	border: 1px solid #D4E0EE !important;	
}


h1 {
	font-size: 18px;
	color: #4F76A3;
	font-weight: bold;
	margin: 10px 5px 10px 5px;
} 
h2 {
	font-size: 16px;
	color: #4F76A3;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
} 
h3 {
	font-size: 14px;
	color: #4F76A3;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
} 

a:link {
	color: #718ABE;
	text-decoration: none;
}

a:visited {
	color: #718ABE;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #718ABE;
	text-decoration: underline !important;
	font-weight: normal;
}

a:active {
	color: #718ABE;
	text-decoration: none !important;
	font-weight: bold;
}


.inactive {
	background: #cccccc;
}

#domreg_status {
	width: 48%;
	height: 50px;
	float: left;
	margin: 0 0 10px 10px;
	font-size: 0.9em;
	/*border: 0px;*/
}


#domreg_header {
	width: 48%;
	height: 50px;
	float: right;
	margin: 0 0 10px 0;
	/*border: 0px;*/
}
#domreg_header ul {
	list-style-type: none;
}

#domreg_header ul li{
	float: left;
}

.domreg_partner {
	width: 95%;
}

input[type="text"][disabled] {
  background:#fff4cc;
  color:#4F76A3;
  /*ursor:default;*/
}

input[type="text"][readonly] {
  background:#d8ffdb;
  color:#4F76A3;
  /*ursor:default;*/
}

input[type="submit"] {
	color: #E6EDF5;
	background: #4F76A3;
	font-size: 100% !important;
}
input[type="button"] {
	color: #E6EDF5;
	background: #4F76A3;
	font-size: 100% !important;
}

/*
#menu, #header, #footer{
	background: #E6EDF5;
}
*/

#AdatForm label { width: 500px; }
#AdatForm  label.error, #AdatForm  input.error { 
	margin-left: 2px;
	width: auto;
	color: red;
	display: block;
	font-size: 0.9em;
}

form.cmxform label.error, label.error {
	color: red;
}

#free {
  background:#fdf2cb;
  color:green;
  /*ursor:default;*/
}
#taken {
  background:#fdf2cb;
  color:red;
  /*ursor:default;*/
}
.red {
	color: #F00;
}
.pad {
	padding:10px 0px 10px 50px;
}
.success {
  background:#fdf2cb;
  color:green;
  width: auto;
 }
 
.error {
  background:#fdf2cb;
  color:red;
  width: auto;
 }
 