/* ===========COMMON============ */

html, body, form, div, span, applet, object, iframe, hr,
h1, h2, h3, h4, h5, h6, blockquote, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
}



h1 
{
        font-size: 130%;
	color: #000000;
}

h2
{
        font-size: 110%;
	color: #000000;
}

h3
{
        font-size: 100%;
}

h1,h2,h3,h4
{
        display:block;
	width: auto;
	background: #fbfbfb url('images/header_back.gif') bottom repeat-x;
	border: 1px solid #cccccc;
	margin: 4px 0px 8px 0px;
	padding: 2px 2px 2px 6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

html
{
	height:100%;
}

body
{
        text-align: center;
}

img 
{
	border:0px;
}

/* ===========COMPONENTS============ */

#at_bitrix, #at_openid, #at_liveid, #at_user_logged
{
	background:#d9d7da;
	border:1px solid #cccccc; 
	padding:8px;
	color:#000000;
	height: 100%;
}

.starrequired 
{
    color: #DB0203;
}

.section_orange_style {
    color: #bc6a3c;
}

.answer {
    font-weight: bold;
    padding-right: 5px;
}

.name {
    padding-left: 5px;
}
