HTML{ height: 100%; }
BODY{ background: #d8d8d8; }
IMG { border: 0; }
A { color: #006fb5; }

HTML, BODY, P, FORM, H1, H2, H3, H4, H5, TD
{
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

BODY{ background: #e9e9e9; }
.embed BODY{ background: #fff; }

SELECT, INPUT, TEXTAREA { font-family: Arial; font-size: 12px; }

.clear { clear: both; height: 1px; }

.width_ctrl
{
	width: 750px;
	margin: 0 auto;
}
.embed .width_ctrl { width: auto; }
.small-screen .width_ctrl { width: auto; }


.warning_for_owner
{
	width: 685px;
	border: 1px solid #fecdb0;
	background: #f9f3ba url(i-attention.gif) 8px 8px no-repeat;
	margin: 18px auto -7px auto;
	padding: 10px 15px 10px 50px;
	color: #424242;
}
.warning_for_owner A { color: #006fb5; }
.warning_for_owner A:hover { text-decoration:none; }


/* MAIN BOX */
.main_box
{
	padding: 15px 0 0 0;
	background: #fff;

	border-left:	1px solid #cfcfcf;
	border-right:	1px solid #cfcfcf
}
.embed .noborders .main_box
{
	border-left:	0;
	border-right:	0;
}
.small-screen.tiny .main_box { padding: 5px 0 0 0; }

P.show_results
{
	clear: both;
	float: right;
	padding: 0 25px 0 19px;
	background: transparent url(i-show-results.gif) 0 3px no-repeat;
}
.small-screen.tiny P.show_results
{
	float: none;
	padding: 0 5px 0 19px;
	margin-left: 5px;
}

.stat_button_fill_form { text-align: center; }
/*
BUTTON.medium
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0 1px 1px 0;
	cursor: pointer;
}
BUTTON.medium:active { padding: 1px 0 0 1px; }
BUTTON.medium.disabled:active { padding: 0 1px 1px 0; }
BUTTON.medium DIV
{
	background: transparent url(medium_btn_left.png) 0 0 no-repeat !important;
	padding: 0 0 0 20px !important;
}
BUTTON.medium DIV DIV
{
	background: transparent url(medium_btn_right.png) 100% 0 no-repeat !important;
	padding: 0 20px 0 0 !important;
}
BUTTON.medium P
{
	background: transparent url(medium_btn_bg.png) 0 0 repeat-x !important;
	color: #ffe6c7 !important;
	padding: 0 10px !important;
	white-space: nowrap;
}
BUTTON.medium SPAN{ line-height: 41px; }
*/

/* DESIGN */
.top_art{ display: none; }
.top_art SPAN{}

/* anketa header */
.anketaHeader { padding-top: 25px; }
.embed .anketaHeader { padding-top: 0; }

.anketaHeader .cont
{
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 10px 0 5px 0;
	
	border-top:		1px solid #cfcfcf;
	border-left:	1px solid #cfcfcf;
	border-right:	1px solid #cfcfcf;
}
.small-screen.tiny .anketaHeader .cont { padding: 5px 0 5px 0; }
.embed .noborders .anketaHeader .cont
{
	border-top:		0;
	border-left:	0;
	border-right:	0;
}

.anketaHeader .cont .lang_select_box
{
	position: absolute;
/*	float: right;*/
	width: 310px;
	margin: 0 8px 0 28px;
	_position: relative;
}

.anketaHeader .cont .lang_select_box .langs_shadow
{
	position: absolute;
/*	right: 0;*/
	background-color: #fff;
	padding: 0 1px 1px 0;
	_position: relative;
}
.anketaHeader .cont .lang_select_box:hover .langs_shadow
{
	background-color: #e9e9e9;
}

.anketaHeader .cont .lang_select_box .langs
{
	margin: -3px 0 0 -3px;
	border: 1px solid #fff;
	background-color: white;
	padding: 0 5px 1px 5px;

	height: 25px;
	overflow: hidden;

	_height: auto;
	_overflow: auto;
}
.anketaHeader .cont .lang_select_box .langs.many
{
	background: #fff url(langs_dropdown.png) 3px 4px no-repeat;
	padding-left: 28px;
	_background: none;
	_padding-left: 5px;
}
.anketaHeader .cont .lang_select_box:hover .langs
{
	height: auto;
	overflow: auto;
	border: 1px solid #d5d5d5;
}
.anketaHeader .cont .lang_select_box .langs A
{
	display: block;
	float: left;
	text-decoration: none;
	color: #888888;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.anketaHeader .cont .lang_select_box .langs A.active
{
	color: #464545;
    font-weight: bold;
	border: 0;
	background: none;
}
.anketaHeader .cont .lang_select_box .langs A:hover
{
	color: #464545;
}
.anketaHeader .cont .lang_select_box .langs IMG
{
	margin-right: 7px;
}



.anketaHeader .cont .logo{ float: right; text-align:right; width: 170px; height: 75px; overflow:hidden; margin: 10px 15px 0 0; padding-left: 25px; }
.small-screen.tiny .anketaHeader .cont .lang_select_box + .logo{ margin-top: 25px; }

.small-screen .anketaHeader .cont .lang_select_box { width:100%; max-width:300px; }
.small-screen.tiny .anketaHeader .cont .lang_select_box { margin-left: 5px; }

.anketaHeader .cont .info{ padding: 35px 30px 0 30px; _padding-top: 10px; }
.small-screen.tiny .anketaHeader .cont .info{ padding: 30px 5px 0 5px; }

.anketaHeader .cont .info .title{ color: #464545; font-size: 28px; font-weight: normal; margin: 0 0 10px 0; }
.small-screen .anketaHeader .cont .info .title{ font-size: 20px; font-weight: bold; margin: 0 0 5px 0; }
.small-screen.tiny .anketaHeader .cont .info .title{ font-size: 15px; font-weight: bold; margin: 0 0 5px 0; }
.anketaHeader .cont .info .title A{ color: #006fb5; }
.anketaHeader .cont .info .title A:hover{ text-decoration:none; }

.anketaHeader .cont .info .text{ margin: 0 0 10px 0;color: #797979; font-size: 12px; line-height: 18px; }
.anketaHeader .cont .info .text A{ color: #006fb5; }
.anketaHeader .cont .info .text A:hover{ text-decoration:none; }
.anketaHeader .cont .info .text IMG { max-width:100%; }
/*
.anketaHeader .cont .langs
{
	padding: 5px;
	background: #f5f5f5;
	margin: 0 25px 10px 0;
	width: 80px;
}
.anketaHeader .cont .langs A
{
	color: #006FB5;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(i-langs_select.gif) right 4px no-repeat;
}
*/

.no_form_message
{
	text-align: center;
	padding: 10px 0 15px 0;
}

.no_form_message .your_result { margin-bottom: 10px; }
.no_form_message .your_result .points { font-weight: bold; }


.timeout
{
	float: right;
	clear: right;
	width: 188px;

	margin: -10px 20px 0 0;
	padding: 5px;

	text-align: center;

	border: 1px solid #ffcbac;
	font-size: 13px;
	font-weight: bold;
	background: #f9f3ba 8px 7px no-repeat;
	color: #434343;
}
.timeout.negative
{
	background-color: #ff6c6c;
	border: 1px solid #f9f3ba;
}


.progress{ float:right; clear:right; margin: 7px 20px 0 0; width:200px; }
.small-screen .progress{ width: 50%; max-width:200px; margin-right: 10px; }
.progress .scale{ width: 100%; background: #dbedfb; }
.progress .current{ height: 4px; background: #449fea; }
.progress .numbers{ font-size: 18px; color: #4b4b4b; }
.small-screen .progress .numbers{ text-align:right;; }
.progress .numbers SPAN{ color: #b5b5b5; }


/* anketa footer */
.bottom_art{ display: none; }

.anketaFooter { padding-bottom: 30px; }
.embed .anketaFooter { padding-bottom: 0; }

.anketaFooter .cont
{
	padding: 25px 0 0 0;
	background: #fff;
	border-top: 1px solid #eee;
	min-height: 100px;
	
	border-bottom:		1px solid #cfcfcf;
	border-left:	1px solid #cfcfcf;
	border-right:	1px solid #cfcfcf
}
.small-screen .anketaFooter .cont { padding-top: 10px; min-height: 45px; }
.small-screen.tiny .anketaFooter .cont { padding-top: 5px; min-height: 25px; }
.embed .noborders .anketaFooter .cont
{
	border-bottom:	0;
	border-left:	0;
	border-right:	0;
}

.anketaFooter .cont .info
{
	color: #797979;
	margin: 0 160px 25px 25px;
	line-height: 18px;
/*	float: left; */
}
.anketaFooter .cont .info A{ color: #006fb5; }
.anketaFooter .cont .info A:hover{ text-decoration:none; }

.anketaFooter .cont .webanketa
{
	float: right;
	font-size: 11px;
	padding: 0 0 5px 0;
	color: #afafaf;
	text-align: right;
	margin: 0 25px 0 0;
	height: 60px;
/*
	min-height: 100px;
	width: 160px;
*/
}
.small-screen .anketaFooter .cont .webanketa { margin-right: 10px; height: 30px; }
.small-screen.tiny .anketaFooter .cont .webanketa { margin-right: 5px; height: 30px; }


.anketaFooter .cont .webanketa A{ font-size: 11px; color: #4b4b4b; }
.anketaFooter .cont .webanketa IMG { border: 0; }
.anketaFooter .cont .webanketa P { margin-top: -4px; }
.small-screen.tiny .anketaFooter .cont .webanketa P { font-size: 11px; }

.anketaFooter .cont .art_img{ float: left; margin: 0 0 0 30px; width: 200px; height: 100px; display:none; }

.anketaFooter .cont .share { height:20px; padding: 0 30px 10px 22px; }
.small-screen.tiny .anketaFooter .cont .share { padding: 0 5px 10px 7px; }
.anketaFooter .cont .share .a2a_divider { border-left-color: #a9a9a9; }
.anketaFooter .cont .share .my_button_Odnoklassniki,
.anketaFooter .cont .share .my_button_Vkontakte,
.anketaFooter .cont .share .my_button_draugiem_lv,
.anketaFooter .cont .share .my_button_MoiMir
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-position: 4px 0;
	background-repeat: no-repeat;
}
.anketaFooter .cont .share .my_button_Odnoklassniki { background-image: url(/direct/img/icons/share/ok.gif); }
.anketaFooter .cont .share .my_button_Vkontakte { background-image: url(/direct/img/icons/share/vkontakte.gif); }
.anketaFooter .cont .share .my_button_draugiem_lv { background-image: url(/direct/img/icons/share/draugiem.gif); }
.anketaFooter .cont .share .my_button_MoiMir { background-image: url(/direct/img/icons/share/vmoimir.gif); }



/* submit button */
.submit_btn{ height: 46px; margin: 0 auto; display: inline-block; cursor: pointer; background: transparent; border: 0; }
.submit_btn P{ float: left; height: 43px; text-align: center; color: #006fb5; font-weight: bold; background: url(big_btn_bg.png) repeat-x; padding: 14px 0 10px 0; }

.submit_btn .left{ background: url(big_btn_left.png) no-repeat; width: 19px; }
.submit_btn .right{ background: url(big_btn_right.png) no-repeat; width: 19px; }

/* element: all */
.el
{
	background-color: #fff;
	margin: 0 0 0 0;
	border: 0;
    border-bottom: 1px dotted #BBBBBB;
}

.el A { color: #006FB5; }
.el A:hover { text-decoration:none; }

.el DIV.title
{
	padding-left: 0;
}

.el DIV.title H4,
.el DIV.title H3,
.el DIV.title H2
{
	font-size: 13px;
	margin-bottom: 5px;
}

.el DIV.title H4 SPAN,
.el DIV.title H3 SPAN,
.el DIV.title H2 SPAN { display: inline; font-size: 15px !important; color: #454545; }
.small-screen .el DIV.title H4 SPAN,
.small-screen .el DIV.title H3 SPAN,
.small-screen .el DIV.title H2 SPAN { font-size: 13px !important; }
.small-screen.tiny .el DIV.title H4 SPAN,
.small-screen.tiny .el DIV.title H3 SPAN,
.small-screen.tiny .el DIV.title H2 SPAN { font-size: 12px !important; }
.el DIV.title .descr{ margin: 0 0 8px 0; }

.el.subtitle
{
	padding: 5px;
	background: #f6f6f6;
    border: 0 !important;
    padding: 10px !important;
	/*border-bottom: 1px dotted #bfbfbf;*/
}
.el.subtitle DIV.title H4 SPAN,
.el.subtitle DIV.title H2 SPAN { font-size: 18px !important; }
.small-screen.tiny .el.subtitle DIV.title H4 SPAN,
.small-screen.tiny .el.subtitle DIV.title H2 SPAN { font-size: 13px !important; font-weight:bold; }
.el.subtitle DIV.title .descr{ margin-bottom: 0; }

.el .component_error{ color: #ff583d; margin: 0 0 8px; }
.el H3+.component_error{ margin-top: -4px; }

.el.table TABLE TR.error TH {
	color: red;
	background-color: #fff;
}

#designer.sideform .subtitle .title H4 SPAN
{
	font-size: 18px;
	color: #006FB5;
	font-weight: normal;
}

/* ---------------------- */

/* element: radiobuttons */
	.el.radiobuttons P{ margin: 0 0 1px 0; }
/******/

/* element: checkboxes */
	.el.checkboxes P{ margin: 0 0 1px 0; }
/******/

/* element: address */
	.el.address .body{ margin-top: -15px; }
	.small-screen.tiny .el.address .body{ margin-top: -5px; _margin-top: -15px; }
	#designer.sideform .el.address .body{ /margin-top: 0; }
	#designer.centerform .el.address .body{ /margin-top: 0; }
/******/

/* messages */
.message
{
	border: 1px solid #ffcbac;
	font-size: 13px;
	margin: 0 0 15px 0;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	background: #f9f3ba 8px 8px no-repeat;
	color: #434343;
}
.small-screen.tiny .message { padding: 5px 15px 5px 50px; margin: 12px 0 0 0; }

.message.attention
{	
	background-image: url(i-attention.gif);
}



#designer
{
	padding: 0 18px 40px 21px;
}
.small-screen #designer { padding: 0 10px 10px 10px; }
.small-screen.tiny #designer { padding: 0 10px 1px 10px; }

#designer .el
{
	padding: 12px 10px 14px 10px;
}
.small-screen.tiny #designer .el { padding: 12px 0 14px 2px; }
#designer .el.hidden
{
	display: none;
}

/* STATISTCI */
.statQ
{
	clear: right;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0 0 13px 0;
}

.statQ.compact { margin: 0; }

TR TH .sortTypes
{
	float: right;
	padding-right: 5px;
}

TR TH .graphTypes IMG,
TR TH .sortTypes IMG { cursor: pointer; margin:0 0 0 2px; }

/*
.embed .stat_box THEAD { display:none; }
.embed .stat_box TR { display:block; }
.embed .stat_box TD { display:block; }
/**/

/* pager */
.pager{ float: right; text-align: right; color: #858484; padding-bottom:5px; }
.pager A{ color: #454545; }
.pager A.active{ background: #ffba36; padding: 4px 8px 4px 8px; color: #fff; text-decoration: none; }

.pager .go
{
	display: inline-block;
	width: 21px;
	height: 11px;
}
.pager .prev{ background: url(i-prev-page.gif) 0 2px no-repeat; }
.pager .next{ background: url(i-next-page.gif) 0 2px no-repeat; }

/* tab in frame */
.innerTab
{
	width: 100%;
	padding: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0 0 18px 0;
}
.innerTab TR:hover{ background: #ffdba9 }
.innerTab TH
{
	background: #e9e9e9;
	font-size: 11px;
	font-weight: bold;
	color: #616060;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #bebebe;
	min-width: 100px;
}
.innerTab TD{
	background: url(stat_tab_row_sep.gif) 0 bottom repeat-x;
	border-left: 1px solid #bebebe;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #616060;
	vertical-align: top;
}
.innerTab SPAN{ font-size: 12px; }

.innerTab .right{text-align: right; padding-right: 12px;}
.innerTab .left{text-align: left; padding-left: 12px;}
.innerTab .center{text-align: center;}

.innerTab .leftTag { border-left: 0; text-overflow: ellipsis; }
.innerTab .leftTag .other{ margin: 0; border-bottom: 1px solid #dedede; padding: 5px 0 5px 10px; color:#616060; }
.innerTab .leftTag .other_last{ margin: 0; padding: 5px 10px 5px; }
.innerTab .leftTag IMG { max-width: 376px; }
.innerTab .statAnswer{ font-size: 12px; color: #616060; }
.innerTab .other:hover { background: #ffdba9; }
.innerTab TR:hover .other:hover { background: #fff; }
.innerTab TR:hover .other_last:hover { background: #fff; }
.innerTab TR:hover .other_last.link_on_full_list:hover { background: inherit; }

.innerTab .question{ color: #333; font-weight: bold; }
.innerTab .green{ color: #3db940 }
.innerTab .grey{ color: #333; }
.innerTab .statGraphBG{ width: 150px; height: 8px; background: #dbedfb; border: 1px solid #dbedfb; }
.innerTab .statGraph{ float:left; height: 8px; line-height: 8px; border-right: 1px solid #fff; }
.innerTab .statGraph IMG { width:100%; height: 8px; }

.innerTab .resultRow{ line-height: 22px; }
.innerTab.compact .resultRow{ line-height: 16px; white-space: nowrap; }
.innerTab .resultRow B{ font-size: 14px; color: #333; }

.innerTab .more TD { background: none; height: 21px; font-size: 12px; color: #929292; }
.innerTab .more TD A{ font-size: 12px; color: #006fb5; }
.innerTab .more TD A:hover{ text-decoration: none; }
.innerTab .more:hover{ background: #fff; }

/* compact mode table */
.innerTab.compact THEAD { display:none; }
.innerTab.compact TBODY .answer .other_last { display:none; }
.embed .innerTab.compact TBODY TD { padding-left: 0; }
.innerTab.compact TBODY TD DIV.statGraphBG	 { float:left; margin:3px 5px 2px 0; }
.innerTab.compact TBODY TD SPAN.grey { float:left; display:block; min-width:30px; }
/* .innerTab.compact TD { padding: 3px 5px 3px 5px; } */

.stat_title
{
	border-top: 1px solid #eee;
	font-size: 18px;
	color: #464545;
	padding: 5px 0px 5px 20px;
	margin-top: 20px;
}
.embed .stat_title { padding-left: 5px; }
.embed.small-screen.tiny .stat_title { margin-top: 0; }
/*
.stat_title A { display:none; }
.stat_title SPAN { display:inline; }
*/

.small-screen .stat_title
{
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

.stat_title.as_link,
.small-screen.tiny .stat_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0 5px;
}

/*
.stat_title.as_link A,
.embed.small-screen.tiny .stat_title A { display:inline !important; }
.stat_title.as_link SPAN,
.embed.small-screen.tiny .stat_title SPAN { display:none !important; }
*/

.stat_box { padding: 20px 20px 25px 20px; }
.embed .stat_box { padding: 20px 5px 5px 5px; }

.button_holder { text-align:center; margin: 10px 0 20px 0; }
.button_holder .btnBack { float:left; }


/* LANGS INDEX */
.langs_title
{
    font-size: 28px;
    color: #464545;
    text-align: center;
    padding: 0 22px 0 25px;
}
.langsCnt{
	padding: 100px 25px 100px 25px;
}
.small-screen .langsCnt { padding: 50px 15px 50px 15px; }
.langsCnt A{
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid #fff;
}
.langsCnt A:hover{
    border: 1px solid #d4d4d4;
}
.langsCnt A:hover .name{
    color: #464545;
}
.langsCnt A P{ float: left; }
.langsCnt .name{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #888;
}
.langsCnt .flag{
    width: 33px;
}
.langsCnt .flag IMG{
    margin: 4px 5px 0 0;                        
}


/* PUBLIC PASSWORD */
.public_password
{
	width: 570px;
	background: #f9f3ba url(big_lock.png) 16px 16px no-repeat;
	margin: 0 auto;
	padding: 30px 35px 30px 85px;
}
.embed .public_password { width:auto; max-width:570px; }
.small-screen .public_password { width: auto; }
.small-screen.tiny .public_password { background-image:none; padding:5px; }

.wrong_password
{
	width: 570px;
	background: #f9f3ba url(i-attention.gif) 8px 8px no-repeat;
	margin: 10px auto -10px auto;
}
.embed .wrong_password { width:auto; max-width:570px; }
.small-screen .wrong_password { width: auto; }
.small-screen.tiny .wrong_password { background-image:none; padding:5px; }

.public_pass_form
{
	text-align: center;
	padding: 30px 0 150px 0;
}

.public_pass_form .pass_field
{
	width: 250px;
	margin: 0 5px 0 15px;
}
.small-screen.tiny .public_pass_form .pass_field { width:90%; margin: 0 5px; }



/* COMMENTS */
.stat_box .comment-cnt{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: transparent url(comment-sep-bg_03.gif) 0 100%  repeat-x;
}
.stat_box .comment-cnt .date-time{
	width: 65px;
	float: left;
	text-align: right;
}
.stat_box .comment-cnt .date-time .date{
	color: #4b4b4b;	
}
.stat_box .comment-cnt .date-time .time{
	color: #8c8c8c;
}

.stat_box .comment-cnt .text{
	margin: 0 0 0 75px;
}
.stat_box .comment-cnt .text .name{
	color: #2b6ca9;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.stat_box .comment-cnt .text .comment{
	color: #575656;
}

/* Comment form */
.comment-form{
	display: none;
	margin: 0 0 15px 0;
	background: #f3f3f3;
	border: 1px solid #bfbfbf;
}
.comment-form .title{
	color: #343434;
	font-size: 18px;
	border-bottom: 1px solid #dedede;
	padding: 10px;
}
.comment-form .main-box{
	padding: 10px;
}

.comment-form .main-box .form-item-cnt{ margin: 0 0 10px 0; }
.comment-form .main-box .form-item-cnt P{
	width: 115px;
	color: #343434;
	padding: 0 10px 0 0;
	float: left;
}
.comment-form .main-box .form-item-cnt P SPAN{
	font-size: 11px;
	color: #838383
}
.comment-form .main-box .form-item-cnt DIV{
	padding: 0;
	vertical-align: top;
	text-align: left;
	margin: 0 0 0 125px;
}
.comment-form .main-box .form-item-cnt INPUT{ width: 170px; }
.comment-form .main-box .form-item-cnt TEXTAREA{ width: 550px; height: 80px; }
.comment-form .main-box .form-item-cnt .button{ width: auto; }
.comment-form .main-box .form-item-cnt .code-image{ position: relative; left: 180px; top: -21px; margin-bottom: -21px;  }

/* Add comment */
.add-comment-link{
	text-align: center;
	margin: 15px 0;
}
.add-comment-link A{
	font-size: 16px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
}




/* buttons */

.button_box
{
	text-align: center;
	padding: 5px 0 25px 0;
}

.button, BUTTON
{
	cursor: pointer;
	display: inline-block;

	background: transparent;
	border: 0;
	margin: 0;
	padding: 0 1px 1px 0;

	*width: 200px;	/* IE7 hack */
}
BUTTON:active { padding: 1px 0 0 1px; }
BUTTON.disabled:active { padding: 0 1px 1px 0; }

.button.prop, BUTTON.prop
{
	float: right;
	position: relative;
	padding: 0;
}

.button.small DIV, BUTTON.small DIV,
.small-screen.tiny .button.medium DIV,
.small-screen.tiny BUTTON.medium DIV
{
	background: transparent url(img/enter_btn_left.png) 0 0 no-repeat !important;
	padding: 0 0 0 12px !important;
}
.button.small DIV DIV, BUTTON.small DIV DIV,
.small-screen.tiny .button.medium DIV DIV,
.small-screen.tiny BUTTON.medium DIV DIV
{
	background: transparent url(img/enter_btn_right.png) 100% 0 no-repeat !important;
	padding: 0 12px 0 0 !important;
}
.button.small P, BUTTON.small P,
.small-screen.tiny .button.medium P,
.small-screen.tiny BUTTON.medium P
{
	background: #e68200 url(img/enter_btn_bg.png) 0 0 repeat-x !important;
	color: #fff !important;
	padding: 0 5px !important;
	white-space: nowrap;
	text-align: center;
}
.button.small SPAN, BUTTON.small SPAN,
.small-screen.tiny .button.medium SPAN,
.small-screen.tiny BUTTON.medium SPAN
{
	line-height: 23px;
}


.button.medium DIV, BUTTON.medium DIV
{
	background: transparent url(img/medium_btn_left.png) 0 0 no-repeat !important;
	padding: 0 0 0 20px !important;
}
.button.medium DIV DIV, BUTTON.medium DIV DIV
{
	background: transparent url(img/medium_btn_right.png) 100% 0 no-repeat !important;
	padding: 0 20px 0 0 !important;
}
.button.medium P, BUTTON.medium P
{
	background: transparent url(img/medium_btn_bg.png) 0 0 repeat-x !important;
	color: #fff !important;
	padding: 0 10px !important;
	white-space: nowrap;
	text-align: center;
}
.button.medium SPAN, BUTTON.medium SPAN{ line-height: 41px; }


/* end of buttons*/
