/* Admin Color */

body { background: #000; }

a { color: #0072ff; }

.button .button_bg { background: #0072ff url(../pics/button_bg.png) repeat-x; _background: #0072ff; }
.button .bl { background: #0072ff url(../pics/button_left.png) no-repeat 0 0; _background: #0072ff; }
.button .br { background: #0072ff url(../pics/button_right.png) no-repeat 100% 0; _background: #0072ff; }
.button { color: #fff; }

.top_home .search_box { color: #fff; }

.top_home .search_content {
	background: #fff;
	border: 1px solid #abadb3;
}
.top_home input.list {
	background: none;
	color: #000;
}
.top_home .input_dropdown {
	background: #fff;
	border: 1px solid #abadb3;
	color: #000;
}
.top_home .search_table .bottom_text,
.top_home .search_table .bottom_text a {
	color: #888;
}
.box .title, .terms h1, .terms h3 {
	color: #fff;
}
 
.text_error {
	color: #e83030;
}
.inputerror {
	background: #FFEBEB;
}
.okbox {
	background: #e5ffe5; color: #8eb96b; 
}

