body {
	background-color: #1a0104;
}

hr {
	color: #492c2f;
	background-color: #492c2f;
}

.input_text, .input_button, #div_menu, #s_box, .box_c, .table_b, .friend_table {
	border-color: #bc5058;
}

.table_b, .friend_table {
	border-bottom: 0;
}

.thread_div, .td_list {
	border-bottom: 1px solid #c56168;
}

.input_text, .a_box:hover, .pm_left_box:hover, .answer_box, .pm_on {
	background-color: #44060a;
}

.a_box:hover, .pm_left_box:hover, .answer_box {
	background-color: #300407;
}

.input_button, .tr_list, #div_menu {
	background-color: #640f16;
	background: -webkit-linear-gradient(#81161f, #41070c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#81161f, #41070c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#81161f, #41070c); /* For Firefox 3.6 to 15 */	
	background: linear-gradient(#81161f, #41070c);
}

#s_box {
	background-color: #41070C; 
}	

.a_m_icon:hover, .input_button:hover, .m2_div:hover {
	background-color: #560d14;
	background: -webkit-linear-gradient(#75151d, #36060a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#75151d, #36060a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#75151d, #36060a); /* For Firefox 3.6 to 15 */		
	background: linear-gradient(#75151d, #36060a);
}

.title, .title_a, .title_smal, .title_smal_a, .flik_a_active, h1, h2, h3, h4 {
	color: #c62424;
}

.div_padding {
	padding: 7px; 
	border-top: 1px solid #c56168;
}

.box, .box_m, .flik_a {
	border: 1px solid #492c2f;
 	background-color: #000000;
	border-radius: 4px;
}

.flik_a {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-bottom: 0;
}

.td_div_no_top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

.flik_right, .wall_box, .forum_cont_left, .forum_cont_right, #forum_topic_table, #start_in_ajax_right, .a_box {
	border-color: #492c2f;
}

.f_1, .fb_1 {
	background-color: #2b0008;
}

.m2_div {
	border-right: 1px solid #81393e;
}

/*Flik hover*/
.flik_a {
	background: linear-gradient(#300409, #1b0205);
	text-shadow: 1px 1px 1px #000;
}

.flik_a_active, .flik_a:hover {
	background: 0 #000;
}