#contacts {
	float: right;
	margin: 23px 4px 0 0;
	padding: 0;
	font-size: 10px;
}

#contacts #tag {
	font-weight: bold;
	color: #cf4b04;
}

#contacts ul {
	padding: 20px 30px;
	margin: 0;
}

#contacts ul li {
	padding: 0 0 2px 0;
}

#contacts ul li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#contacts ul li a:hover {
	text-decoration: underline;
}

#contactMain {
	font-size: 11px;
	height: 500px;
}

#contactMain th, #contactMain td {
	padding: 0;
	margin: 0;
	line-height: 14px;
	vertical-align: top;
}

#contactMain input.text {
	padding: 2px;
	border: 1px solid #7f9db9;
}

#contactMain td.padded {
	padding: 2px;
}

#domains {
	margin: 23px 4px 0 0;
	padding: 0;
	font-size: 10px;
}

#domains #tag {
	font-weight: bold;
	color: #cf4b04;
}

#domains ul {
	padding: 20px 30px;
	margin: 0;
}

#domains ul li {
	padding: 0 0 2px 0;
}

#domains ul li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#domains ul li a:hover {
	text-decoration: underline;
}

#domainsMain {
	font-size: 12px;
	width: 763px;
}

.domainsHeader {
	padding: 20px 0 0 20px;
	background: url('/style/image/domains-top.jpg') no-repeat top left;
	height: 78px;
}

#domainsMain th, #domainsMain td {
	padding: 0;
	margin: 0;
	line-height: 14px;
	vertical-align: top;
}

#domainsMain input.text {
	padding: 2px;
	border: 1px solid #7f9db9;
}

#domainsMain td.padded {
	padding: 2px;
}

#request {
	float: right;
	width: 755px;
	/*background: #e9fec6;*/
	color: #4c8c0c;
	margin: 20px 4px 4px 0;
}

#request h3 {
	text-indent: -9000px;
	background: url('/style/image/contact-header.png') no-repeat scroll left bottom;
	float: right;
	margin: 0;
	padding: 0;
	width: 763px;
	height: 120px;
}

#request .header-text {
	width: 530px;
	height:130px;
	float:left;
	margin-left: -8px;
	background: url('/style/image/contact-text.png') no-repeat scroll left bottom;
}

#request .header-chat {
	width: 233px;
	height:130px;
	float:left;
	background: url('/style/image/contact-chat-offline.png') no-repeat scroll left bottom;
}

#request-form {
	float: right;
	width: 763px;
	background: url('/style/image/contact-background.gif') repeat-x top right;
	/* background: #dce1ff; */
	margin: 0;
}

#request-table {
	width: 745px;
	border: 0 none transparent;
	margin: 20px 5px;
}

#request-table th {
	width: 150px;
	padding: 3px;
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	vertical-align: top;
	font-weight: bold;	
}

#request-table th label {
	color: #38383a;
}

#request-table span.error {
	background:url("/style/image/small-alert.png") no-repeat scroll left bottom transparent;
	color:black;
	margin-left:10px;
	padding-left:25px;
}


#suggestions {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#request-table td {
	padding: 3px;
	font-size: 12px;
}

#request-submit {
	padding-bottom:20px;
	padding-top:7px;
	text-align:right;
	width:513px;
}

#position {
	background: #666666;
	color: white;
	font-weight: bold;
	padding: 5px;
}

#thanks {
	float: left;
	margin: 10px 35px;
	width: 500px;
	font-size: 11px;
}

#thanks h4 {
	font-size: 13px;
	font-weight: bold;
}

#thanks a {
	color: #3a6c08;
	text-decoration: none;
	font-weight: bold;
}

#thanks a:hover {
	text-decoration: underline;
}

input.buttonbox.large {
	color: #3a6b06;
	background-image: url('/style/image/button-large-request.gif');
}

input.buttonbox.large:hover {
	background-image: url('/style/image/button-large-request-over.gif');
}

textarea.shadowbox {
	padding: 4px;
	text-indent: 0;
}

td.loading {
	background: transparent url('/style/image/request-loader.gif') no-repeat center center;
}

#request-addbox {
	border: 1px solid #6594e9;
	background: #ebf2ff;
	color: #6594e9;
	padding: 8px;
}

#suggestionsTable th {
	background: white;
	color: #4580E6;
	padding: 5px;
}

#addinput {
	border: 1px solid #b6c8dc;
}

.fillbox {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.fillbox li {
	position: relative;
	font-size: 12px;
	padding: 2px 0;
	border-bottom: 1px solid darkGreen;
}

.fillbox li a {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	background-position: left top;
	background-repeat: no-repeat;
}

.fillbox li a.word-kill {
	background-image: url('/style/image/word-kill.gif');
}

.fillbox li a.word-add {
	background-image: url('/style/image/word-add.gif');
}

.inpstylenew {
	border: 1px solid #aab0d6;
	background-color: #FFFFFF;
	border-radius: 3px;
	padding-top: 1px;
	padding-left: 2px;
	color: #050505;
	width: 353px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: Arial;
	font-size: 12px;

}


