/***************************************************************
 * Global styles - START 
 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif, Helvetica, Arial;
	color: #2f2f2f;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #d41413;
}
a:hover {
	text-decoration: underline;
}
#main_container {
	position: relative;
	margin: auto;
	width: 988px;
	background: white url('images/page_bg.gif') center center repeat-y;
}
/**
 * Global styles - END 
 ***************************************************************/

/***************************************************************
 * Header - START
 */
#header {
	position: relative;
	height: 75px;
	background-color: white;
}
#header #h_l {
	position: absolute;
	left: 0;
	top: -16px;
}
#header #h_r {
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
}
/**
 * Header - END 
 ***************************************************************/

/***************************************************************
 * Languages - START
 */
#lng_sw {
	position: relative;
	width: 160px;
	height: 24px;
	line-height: 24px;
	background: url('images/languages.jpg') center center;
	margin-right: 8px;
}
#lng_sw #lng_sw_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
	height: 24px;
	display: block;
}
#lng_sw #lng_sw_en {
	position: absolute;
	top: 0;
	right: 0;
	width: 67px;
	height: 24px;
	display: block;
}
/**
 * Languages - END 
 ***************************************************************/

/***************************************************************
 * search_box - START
 */
#search_box {
	float: right;
	width: 160px;
	height: 24px;
	line-height: 24px;
	background: url('images/search_bg.jpg') center center;
}
#search_box input {
	width: 85px;
	height: 14px;
	margin-left: 11px;
	background: red url('images/search_filed_bg.gif') repeat-x;
	border: none;
	color: white;
	font-size: 11px;
}
#search_box a {
	color: white;
	font-weight: bold;
	margin-left: 3px;
	font-size: 10px;
}
#search_box a:hover {
	text-decoration: none;
}
/**
 * search_box - END 
 ***************************************************************/

/***************************************************************
 * Top navigation - START
 */
#top_nav {
	background: #f0f0f0 url('images/top_nav_bg.jpg') no-repeat top center;
	margin: auto;
	height: 68px;
}

#top_nav #t_n_top ul li {
	float: right;
	margin-top: 6px;
	list-style: none;
	line-height: 31px;
	position: relative;
}
#top_nav #t_n_top ul .top_nav_last
{
	margin-right: 25px;
}
#top_nav #t_n_top ul li a {
	display: block;
	padding: 0 10px;
	color: #413c3a;
	font-weight: bold;
	font-size: 11px;
}
#top_nav #t_n_top ul li a:hover {
	color: #cf0d0e;
	text-decoration: none;
}
#top_nav #t_n_bot ul li {
	float: right;
	list-style: none;
	line-height: 31px;
	position: relative;
}
#top_nav #t_n_bot ul li a {
	display: block;
	padding: 0 10px;
	color: #f8ffff;
	font-weight: bold;
	font-size: 11px;
	background: url('images/top_nav_bot_bg.gif') no-repeat center right;
}
#top_nav #t_n_bot ul .top_nav_first {
	
}
#top_nav #t_n_bot ul .top_nav_last
{
	margin-right: 25px;
}
#top_nav #t_n_bot ul .top_nav_last a
{
	background-position: -1px 100%;
}
#top_nav #t_n_bot ul li a:hover, 
#top_nav #t_n_bot ul li a#top_nav_selected {
	text-decoration: none;
	color: #3c3f74;
	background: url('images/top_nab_bot_bg_hover.gif') repeat-x;
}
/**
 * Top navigation - END 
 ***************************************************************/

/***************************************************************
 * head_img - START
 */
#head_img {
	padding-left: 4px;
	margin: auto;
	margin-bottom: 19px;
}
/**
 * head_img - END 
 ***************************************************************/

/***************************************************************
 * box - START
 */
.box {
	position: relative;
	background-color: white;
	border: 1px solid #e3e3e3;
}
.box .box_t_l, 
.box .box_t_r, 
.box .box_b_l, 
.box .box_b_r {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/box_corners_grey.gif');
}
.box .box_t_l {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.box .box_t_r {
	top: 0;
	right: 0;
	background-position: 13px 0;
}
.box .box_b_l {
	bottom: 0;
	left: 0;
	background-position: 0px 13px;
}
.box .box_b_r {
	bottom: 0;
	right: 0;
	background-position: 13px 13px;
}

.box .box_separator {
	position: relative;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #e2e2e2;
}
.box .box_separator .bsl, 
.box .box_separator .bsr {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/box_corners_white.gif');
}
.box .box_separator .bsl {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.box .box_separator .bsr {
	top: 0;
	right: 0;
	background-position: 13px 0;
}

/**
 * box - END 
 ***************************************************************/

/***************************************************************
 * promo_box - START
 */
#promo_box {
	width: 609px;
	margin-left: 14px;
	padding: 13px;
}
#promo_box h1 {
	font-weight: bold;
	font-size: 12px;
	color: #1d1c1a;
	margin-bottom: 20px;
}
#promo_box .p_b_r, 
#promo_box .p_b_l {
	width: 300px;
	height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
}
#promo_box .p_b_r {
	float: right;
}
#promo_box .p_b_l {
	float: left;
}
#promo_box .p_b_r img, 
#promo_box .p_b_l img {
	border: 1px solid #e3e3e3;
	margin-right: 12px;
}
#promo_box .p_b_r a, 
#promo_box .p_b_l a {
	color: #313131;
}
#promo_box .p_b_r a:hover, 
#promo_box .p_b_l a:hover {
	color: #d90e07;
	text-decoration: none;
}
/**
 * promo_box - END 
 ***************************************************************/

/***************************************************************
 * makes_box - START
 */
#makes_box {
	width: 635px;
	margin: 9px 0px 0px 14px;
}
#makes_box .m_b_separator {
	position: relative;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #e2e2e2;
}
#makes_box .m_b_separator .m_b_s_l, 
#makes_box .m_b_separator .m_b_s_r {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/box_corners_white.gif');
}
#makes_box .m_b_separator .m_b_s_l {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#makes_box .m_b_separator .m_b_s_r {
	top: 0;
	right: 0;
	background-position: 13px 0;
}
#makes_box ul {
	margin-left: 13px;
}

#makes_box ul li {
	float: left;
	list-style: none;
}
#makes_box ul li a {
	display: block;
	width: 200px;
	height: 90px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#makes_box ul li a:hover {
	background-position: 0px -90px;
}
/**
 * makes_box - END 
 ***************************************************************/

/***************************************************************
 * news_box - START
 */
#news_box {
	float: right;
	width: 312px;
	min-height: 300px;
	margin-right: 10px;
}
#news_box h1 {
	font-weight: bold;
	font-size: 12px;
	color: #1d1c1a;
	margin: 13px 0px 20px 13px;
}
#news_box #accordion .a_row {
	zoom:1;
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 0px 13px 13px 13px; 
	border-bottom: 1px solid #e2e2e2;
}
.a_row div {
	zoom:1 /* IE7 */
}
#news_box #accordion .a_row .a_l, 
#news_box #accordion .a_row .a_r {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/box_corners_white.gif');
}
#news_box #accordion .a_row .a_l {
	bottom: 0px;
	left: 0;
	background-position: 0px 13px;
}
#news_box #accordion .a_row .a_r {
	bottom: 0px;
	right: 0;
	background-position: 13px 13px;
}
#news_box #accordion .a_row {
	
}
#news_box #accordion .a_content {
	margin-top: 0px;
	border: none;
	overflow: hidden;
}
#news_box #accordion .a_row h3 a {
	display: block;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	color: #d41413;
}
#news_box #accordion .a_row h3 a:hover {
	color: #3e4178;
	text-decoration: none;
}
#news_box #accordion .a_row .a_content img {
	border: 1px solid #e3e3e3;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus { 
	outline: none; 
}
/**
 * news_box - END 
 ***************************************************************/

/***************************************************************
 * Footer - START
 */
#footer {
	width: 988px;
	height: 60px;
	margin: auto;
	background: #ffffff url('images/footer_bg.gif') no-repeat -3px -6px;
	padding-top: 40px;
	text-align: center;
}
#footer a {
	color: #5b5b5b;
}
/**
 * Footer - END 
 ***************************************************************/

/***************************************************************
 * columns - START
 */
#left_col {
	width: 166px;
	float: left;
	margin-left: 14px;
}
#workspace {
	width: 630px;
	float: left;
}
#workspace h1 {
	font-weight: bold;
	font-size: 12px;
	color: #1d1c1a;
	margin: 28px 0px 34px 26px;
}
#right_col {
	width: 138px;
	float: left;
	margin: 0px 10px 0px 8px;
}
/**
 * columns - END 
 ***************************************************************/

/***************************************************************
 * lc_gall_box - START
 */
#lc_gall_box {
	width: 135px;
	height: 120px;
	padding: 10px;
}
#lc_gall_box h1 {
	font-weight: bold;
	font-size: 11px;
	color: #1d1c1a;
	margin-bottom: 5px;
}
#lc_gall_box h1 a {
	color: #1d1c1a;
}
#lc_gall_box h1 a:hover {
	text-decoration: none;
}
#lc_gall_box .lc_g_b_hr {
	border-top: 1px solid #dedede;
	margin-bottom: 4px;
}
#lc_gall_box #lc_img_container {
	margin:auto;
	width: 135px;
}
#lc_gall_box a img {
	border: 1px solid #dbdbdb;
	margin: 3px;
}
/**
 * lc_gall_box - END 
 ***************************************************************/

/***************************************************************
 * lc_video_box - START
 */
#lc_video_box {
	margin-top: 8px;
	width: 135px;
	height: 135px;
	padding: 10px;
}
#lc_video_box h1 {
	font-weight: bold;
	font-size: 11px;
	color: #1d1c1a;
	margin-bottom: 5px;
}
#lc_video_box h1 a {
	color: #1d1c1a;
}
#lc_video_box h1 a:hover {
	text-decoration: none;
}
#lc_video_box .lc_g_b_hr {
	border-top: 1px solid #dedede;
	margin-bottom: 4px;
}
#lc_video_box a#video_bl_img {
	margin: auto;
	display: block;
	width: 127px;
	height: 100px;
	border: 1px solid #dbdbdb;
}
#lc_video_box a#video_bl_img img {
	width: 25px;
	height: 29px;
	margin: 35px 0px 0px 55px;
	border: none;
}
#lc_video_box a#video_bl_img:hover img {
	display: none;
}
/**
 * lc_video_box - END 
 ***************************************************************/

/***************************************************************
 * news_list - START
 */
#news_list {
	width: 630px;
}

#news_list .n_l_separator {
	position: relative;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #e2e2e2;
}
#news_list .n_l_separator .n_l_s_l, 
#news_list .n_l_separator .n_l_s_r {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/box_corners_white.gif');
}
#news_list .n_l_separator .n_l_s_l {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#news_list .n_l_separator .n_l_s_r {
	top: 0;
	right: 0;
	background-position: 13px 0;
}
#news_list .n_l_box {
	margin: 25px 0px 25px 14px;
	width: 295px;
	float: left;
	border-right: 1px solid #dbdbdb; 
}
#news_list .n_l_box h2 a {
	display: block;
	width: 265px;
	font-size: 12px;
	color: #db1111;
}
#news_list .n_l_box h2 a:hover {
	text-decoration: none;
	color: #363869;
}
#news_list .n_l_box .n_l_date {
	height: 30px;
	line-height: 30px;
}
#news_list .n_l_box .n_l_img {
	margin: 18px 0px 5px 0px;
	border: none;
}
#news_list .n_l_box .n_l_intro {
	width: 265px;
}
#news_list .n_l_box .n_l_more_box {
	display: block;
	width: 210px;
	height: 30px;
	background: red url('images/news_list_link_more_bg.jpg') no-repeat center center;
	border: 1px solid #dcdbd9;
	color: white;
	padding: 13px 0px 0px 55px;
}
#news_list .n_l_box .n_l_more_box:hover {
	text-decoration: none;
	color: #f5e400;
}
/*  */

/**
 * news_list - END 
 ***************************************************************/

 /***************************************************************
 * Pager - START 
 */
.pager {
	margin: auto;
	height: 37px;
	line-height: 37px;
	background: #dadada url('images/paginator_bg.gif') repeat-x;
}
.pager .prev_page a, 
.pager .next_page a {
	display: block;
	width: 35px;
	height: 37px;
}
.pager .prev_page {
	background: #dadada url('images/paginator_left.gif') center center no-repeat;
}
.pager .next_page {
	background: #dadada url('images/paginator_right.gif') center center no-repeat;
}
.pager .page a, 
.pager .current_page {
	display: block;
	font-weight: bold;
	width: 20px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
.pager .page a {
	color: #cf1c17;
}
.pager .page a:hover
{
	color: #393979; 
	text-decoration: none;
	background: #dadada url('images/paginator_hover_bg.gif') repeat-x;
}
.pager .current_page {
	background: #dadada url('images/paginator_hover_bg.gif') repeat-x;
}
/**
 * Pager - END 
 ***************************************************************/

/***************************************************************
 * rc_promo_box - START
 */
#rc_promo_box {
	width: 134px;
	padding: 10px;
}
#rc_promo_box h1 {
	font-weight: bold;
	font-size: 11px;
	color: #1d1c1a;
	margin-bottom: 5px;
}
#rc_promo_box .lc_g_b_hr {
	border-top: 1px solid #dedede;
	margin-bottom: 4px;
}
#rc_promo_box p {
	margin-top: 15px;
}
#rc_promo_box img {
	border: 1px solid #dbdbdb;
}
#rc_promo_box a {
	font-size: 10px;
	color: #333333;
}
#rc_promo_box a:hover {
	text-decoration: none;
}
/**
 * rc_promo_box - END 
 ***************************************************************/

/***************************************************************
 * rc_news_box - START
 */
#rc_news_box {
	width: 134px;
	padding: 10px;
	margin-bottom: 8px;
}
#rc_news_box h1 {
	font-weight: bold;
	font-size: 11px;
	color: #1d1c1a;
	margin-bottom: 5px;
}
#rc_news_box .lc_g_b_hr {
	border-top: 1px solid #dedede;
	margin-bottom: 4px;
}
#rc_news_box p {
	margin-top: 15px;
}
#rc_news_box a {
	font-size: 10px;
	color: #333333;
}
#rc_news_box a:hover {
	text-decoration: none;
}
/**
 * rc_news_box - END 
 ***************************************************************/

/***************************************************************
 * form_box - START
 */
#form_box_logo {
	width: 134px;
	height: 50px;
	padding: 10px;
	position: relative;
	background-color: white;
	text-align: center;
}
#form_box_logo .box_t_l, 
#form_box_logo .box_t_r {
	position: absolute;
	margin: -1px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/grey_white_corners.gif');
}
#form_box_logo .box_t_l {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#form_box_logo .box_t_r {
	top: 0;
	right: 0;
	background-position: 13px 0;
}
#form_box {
	padding: 15px 0px 15px 0px;
	width: 154px;
	position: relative;
	background-color: #c60808;
	margin-bottom: 9px;
}
#form_box .box_t_l, 
#form_box .box_t_r, 
#form_box .box_b_l, 
#form_box .box_b_r {
	position: absolute;
	margin: 0px;
	font-size: 1px;
	width: 13px;
	height: 13px;
	background-image: url('images/red_box_corners.gif');
}
#form_box .box_t_l {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#form_box .box_t_r {
	top: 0;
	right: 0;
	background-position: 13px 0;
}
#form_box .box_b_l {
	bottom: 0;
	left: 0;
	background-position: 0px 13px;
}
#form_box .box_b_r {
	bottom: 0;
	right: 0;
	background-position: 13px 13px;
}
#form_box ul {
	margin: 5px 0px 5px 0px;
}
#form_box ul li {
	list-style: none;
	height: 31px;
	line-height: 31px;
}
#form_box ul li a {
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	color: white;
	background: #da2d29 url('images/form_box_link_bg.gif') repeat-x;
}
#form_box ul li a:hover,
#form_box ul li a#fb_selected {
	text-decoration: none;
	color: #3b3d7a;
	background: #da2d29 url('images/form_box_link_bg_hover.gif') repeat-x;
}
/**
 * box - END 
 ***************************************************************/

/***************************************************************
 * product_list - START
 */
#product_list {
	margin: 28px 0px 28px 0px;
}
#product_list h1 {
	font-weight: bold;
	font-size: 11px;
	color: #1d1c1a;
	margin-bottom: 17px;
}
#product_list #filter {
	width: 570px;
	height: 60px;
	margin: 0px 28px 0px 28px;
}
#product_list #filter b {
	color: #3f3a72;
}
#filter_submit_lnk {
	display: block;
	margin-left: 5px;
	width: 21px;
	height: 21px;
}
#filter_submit_lnk img {
	margin-top: 9px;
	border: none;
}
#product_list table {
	margin: 0px 28px 0px 28px;
}
#product_list table tr td .pr_label {
	color: #3b387f;
}
#product_list table tr td h2 {
	font-size: 12px;
	color: #df1513;
	margin-bottom: 5px;
}
#product_list table tr td .lnk_more_container {
	margin-top: 5px;
	height: 1px;
	border-top: 1px solid #AEAEAE;
}
#product_list table tr td .lnk_more_container a {
	float: right;
	display: block;
	width: 95px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #AEAEAE;
	border-top: none; 
	text-align: center;
	background: #e4e4e4 url('images/lnk_more_container_bg.gif') repeat-x;
	color: #6a6a6a;
}
#product_list table tr td .lnk_more_container a:hover {
	text-decoration: none;
}

/**
 * product_list - END 
 ***************************************************************/

/***************************************************************
 * product - START
 */
#product {
	margin: 28px;
}
#product #left {
	float: left;
	width: 280px;
	height: 300px;
}
#product #left img {
	border: 1px solid #dbdbdb;
}
#product #right {
	float: right;
	width: 280px;
	height: 300px;
}
#product #right #brochure_lnk, 
#product #right #images_lnk, 
#product #right #video_lnk {
	display: block;
	width: 222px;
	height: 30px;
	padding: 13px 0px 0px 55px;
	border: 1px solid #dadadc;
	color: white;
	margin-bottom: 4px;
	background-color: red;
	background-position: center;
	background-repeat: no-repeat;
}
#product #right #brochure_lnk:hover,
#product #right #images_lnk:hover, 
#product #right #video_lnk:hover {
	text-decoration: none;
	color: #f5e400;
}
#product #right #brochure_lnk {
	background-image: url('images/product_brochure_lnk.jpg');
}
#product #right #images_lnk {
	background-image: url('images/product_images_lnk.jpg');
}
#product #right #video_lnk {
	background-image: url('images/product_video_lnk.jpg');
}
#product #right #maker_lnk b {
	color: #333878;
}
#product #right #maker_lnk a {
	color: #e0131a;
	font-weight: bold;
}
#product #right #product_links {
	position: relative;
	height: 40px;
	border-top: 1px solid #bebebe;
	background: white url('images/product_links_bg.jpg') top left no-repeat;
}
#product #right #product_links #print_box, 
#product #right #product_links #send_to_friend_box, 
#product #right #product_links #send_request_box {
	position: absolute;
	display: block;
	font-weight: bold;
	color: #dc1117;
	font-size: 10px;
}
#product #right #product_links #print_box:hover, 
#product #right #product_links #send_to_friend_box:hover, 
#product #right #product_links #send_request_box:hover {
	text-decoration: none;
	color: #3b3b81;
}
#product #right #product_links #print_box {
	width: 40px;
	height: 20px;
	top: 12px;
	left: 32px;
}
#product #right #product_links #send_to_friend_box {
	width: 66px;
	height: 20px;
	top: 12px;
	left: 107px;
}
#product #right #product_links #send_request_box {
	width: 62px;
	height: 20px;
	top: 12px;
	left: 215px;
}
#product #content {
	padding-top: 10px;
}
/**
 * product - END 
 ***************************************************************/

/***************************************************************
 * Video gallery - START
 */
.videog_lnk {
	display: block; 
	text-align: center; 
	width: 140px; 
	height: 150px; 
	padding-top: 10px;
	background-color: #f0f0f0;
	border: 1px solid #e3e3e3;
}
.videog_lnk:hover {
	text-decoration: none;
	background-color: #ce0c0d;
	color: white;
}
/**
 * Video gallery - END 
 ***************************************************************/

/***************************************************************
 * partner_box - START
 */
.partner_box {
	display: block;
	margin: 25px 0px 25px 14px;
	width: 295px;
	float: left;
	border-right: 1px solid #dbdbdb; 
	color: #333333;
}
.partner_box:hover {
	text-decoration: none;
}
.partner_box img {
	border: none;
}
.partner_box b {
	color: #d61615;
	line-height: 20px;
}
.partner_box .pb_intro {
	display: block;
	margin: 0px 10px 0px 0px;
}
/**
 * partner_box - END 
 ***************************************************************/

/***************************************************************
 * albums - START
 */
#albums {
}
#albums a {
	float: left;
	display: block;
	width: 166px;
	margin: 20px 20px;
}
#albums a:hover {
	text-decoration: none;
}
#albums a img {
	border: 1px solid #9ea09f;
	margin-bottom: 5px;
}
#albums a b {
	display: block;
	margin: 0px 0px 10px 5px;
	height: 25px;
}
#albums a album_link {
	display: block;
	margin-bottom: 10px;
}
#albums a .album_link {
	display: block;
	width: 120px;
	height: 28px;
	border: 1px solid #9ea09f;
	background: #d31b1b url('images/album_lnk_bg.jpg') no-repeat center center;
	color: white;
	padding: 15px 0px 0px 44px;
}

/**
 * albums - END 
 ***************************************************************/

/***************************************************************
 * Contacts - START
 */

ul#towns {
	padding: 0px 28px 28px 28px;
}
ul#towns li {
	float: left;
	list-style: none;
	line-height: 35px;
	position: relative;
	border-right: 1px solid #cecece;
}
ul#towns li a {
	display: block;
	padding: 0 10px;
	color: #de1414;
	font-weight: bold;
	font-size: 11px;
	background: url('images/contact_towns_bg.gif') repeat-x;
}
ul#towns li a:hover {
	color: #393b85;
	text-decoration: none;
}

/**
 * Contacts - END 
 ***************************************************************/

/***************************************************************
 * Error mesage - START
 */
#err_msg
{
	margin: 0px 28px 0px 28px;
	text-align: left;
	border-top: 1px solid red; 
	border-bottom: 1px solid red; 
	background-color:#FFF0F0;
	color: #000000;
	padding: 10px;
}
.err_msg
{
	text-align: left;
	border-top: 1px solid red; 
	border-bottom: 1px solid red; 
	background-color:#FFF0F0;
	color: #000000;
	padding: 10px;
}
.err_msg ul
{
	margin: 0px 0px 0px 28px;
}
/**
 * Error message - END 
 ***************************************************************/

/***************************************************************
 * Information message - START
 */
#info_msg
{
	margin: 0px 28px 0px 28px;
	text-align: left;
	border-top: 1px solid #008000; 
	border-bottom: 1px solid #008000; 
	background-color:#F0FFF0;
	color: #000000;
	padding: 10px;
}
.info_msg
{
	margin: 0px 28px 0px 28px;
	text-align: left;
	border-top: 1px solid #008000; 
	border-bottom: 1px solid #008000; 
	background-color:#F0FFF0;
	color: #000000;
	padding: 10px;
}
/**
 * Information message - END 
 ***************************************************************/

/***************************************************************
 * Math captcha field - START 
 */
#math_captcha {
	float: left;
	border: 1px solid #d6d6d6;
	background-color: #c60c0d;
	width: 200px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}
/**
 * Math captcha field - END 
 ***************************************************************/





a.static_send_req {
	display: block;
	width: 200px
	height: 25px;
	line-height: 25px;
}
a.static_send_req:hover {
	text-decoration: none;
}
a.static_send_req img {
	border: none;
}
