@import url(design.css);

* {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

input, textarea, select {
	font-size: 12px;
}

.title {
	font-weight: bold;
}

.small {
	font-size: 12px;
}

.field {
	width: 250px;
}

.area {
	width: 250px;
	height: 160px;
}

.information {
	color: green;
}
.warning {
	color: orange;
}

.error {
	color: red;
}

.counter_field {
	width: 220px;
	margin: 10px;
}

.counter_field table {
	width: 100%;
}

.counter_field table tr th {
	text-align: left;
	margin-right: 5px;
}

.counter_field table tr td {
	text-align: right;
	margin-left: 5px;
}

.counter_new {
	position: absolute;
	top: 200px;
	left: 420px;
}

.counter_new h2 {
	color: red;
}

.domain_list {
	width: 80%;
	border: 1px solid #000000;
}

.domain_list tr td {
	height: 22px;
	vertical-align: middle;
}

.domain_list tr td img {
	border: 0px none;
}

.domain_list .status {
	text-align: right;
}

.domain_list .free {
	background-color: lightgreen;
}

.domain_list .exist {
	background-color: #FF7F7F;
}

.domain_list .error * {
	text-decoration: line-through;
}
