

/* Start:/auth/style.css?163977528673*/
.agree-form input.button {
    width: 400px;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/auth/styles.css?17276839732783*/
html { width: 100%; height: 100%; }

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: arial, sans-serif;
    color: #515151;
    background: #ffffff;
}

a {
	color: #333333;
    text-decoration: none;
}
a:hover {
    color: #2b296a;
	text-decoration: underline;
}

.blue {
    color: #2b296a;
}

img {
    border: none;
}

table {
    border: none;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.fl {
	width: auto;
	float: left;
}
.fr {
	width: auto;
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}

*:focus {outline: none;}

.error {
    color: #ff0000;
}
.hint {
    color: #666666;
    font-size: 11px;
    font-style: italic;
    line-height: 11px;
    font-weight: normal;
}
.required {
    color: #ff0000;
    font-weight: normal;
}

form {
	padding: 0px;
	margin: 0px;
}
label {
    color: #585858;
}
textarea {
    resize: vertical;
}
textarea.textarea, textarea.inputtextarea {
    background: #ffffff;
    margin: 0;
	padding: 1px;
	font-size: 13px;
	font-family: arial, sans-serif;
    color: #231f20;
    border: 1px solid #888888;
}
input.text, input.inputtext {
    background: #ffffff;
    margin: 0;
	padding: 1px;
	font-size: 13px;
	font-family: arial, sans-serif;
    color: #231f20;
    border: 1px solid #888888;
}
select.select {
    background: #ffffff;
    margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: arial, sans-serif;
    color: #231f20;
    border: 1px solid #888888;
}
input.radio, input.checkbox {
    margin: 0;
	padding: 0;
    vertical-align: -1px;
}

a.button, input.button {
    text-decoration: none;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: #eeeeee;
    border: 1px solid #888888;
    padding: 0 10px;
    color: #3e5ea1;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    font-family: arial, sans-serif;
    cursor: pointer;
}
a.button:hover, input.button:hover {
    background: #e6e6e6;
    color: #333333;
}
input.button {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

table.data {
    border: 1px solid #3e5ea1;
}
table.data td {
    padding: 2px 5px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
}
table.data tr.odd td {
    background: #f0f0f0;
}
table.data thead td, table.data tfoot td {
    background: #3e5ea1;
    color: #ffffff;
    border-right: none;    
}
/* End */


/* Start:/bitrix/templates/auth/template_styles.css?17276839732914*/
#page-wrapper {	
    min-height: 100%;
	position: relative;
}
* html #page-wrapper { 
    height: 100%;
}

#content-wrapper {
    width: 475px;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 105px;
}
#header div.header-content {
    width: 1000px;
    margin: 0 auto;
}
#header a.logo-subaru {
    display: block;
    width: 181px;
    height: 48px;
    text-decoration: none;
    float: left;
    background: 0% 0% no-repeat url('/bitrix/templates/auth/images/logo-subaru.png');
    margin-top: 27px;
    margin-left: 147px;
}

#content { }

#work-area {
    padding: 15px;
}

div.round-box {
    background: #f8f8f8;
    border: 1px solid #969696;
    position: relative;
}
div.round-box div.rb-tl {
    width: 7px;
    height: 7px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
    background: 0% 0% no-repeat url('/bitrix/templates/auth/images/rb-tl.gif');
}
div.round-box div.rb-tr {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
    right: -7px;
    z-index: 10;
    background: 0% 0% no-repeat url('/bitrix/templates/auth/images/rb-tr.gif');
}
div.round-box div.rb-br {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: 10;
    background: 0% 0% no-repeat url('/bitrix/templates/auth/images/rb-br.gif');
}
div.round-box div.rb-bl {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -7px;
    left: -1px;
    z-index: 10;
    background: 0% 0% no-repeat url('/bitrix/templates/auth/images/rb-bl.gif');
}
div.round-box div.rb-b {
    height: 6px;
    position: absolute;
    bottom: -7px;
    left: 11px;
    right: 5px;
    z-index: 10;
    background: 0% 0% repeat-x url('/bitrix/templates/auth/images/rb-b.gif');
}
div.round-box div.rb-r {
    width: 6px;
    position: absolute;
    right: -7px;
    top: 11px;
    bottom: 5px;
    z-index: 10;
    background: 0% 0% repeat-y url('/bitrix/templates/auth/images/rb-r.gif');
}

div.shadow-l {
    position: absolute;
    top: 0;
    bottom: 3px;
    z-index: 10;
    left: -10px;
    width: 13px;
    background: 0% 0% repeat-y url('/bitrix/templates/auth/images/shadow-l.png');
}
div.shadow-r {
    position: absolute;
    top: 0;
    bottom: 3px;
    z-index: 10;
    right: -10px;
    width: 13px;
    background: 0% 0% repeat-y url('/bitrix/templates/auth/images/shadow-r.png');
}
div.shadow-b {
    position: absolute;
    left: 3px;
    right: 3px;
    z-index: 10;
    bottom: -10px;
    height: 13px;
    background: 0% 0% repeat-x url('/bitrix/templates/auth/images/shadow-b.png');
}
div.shadow-lb {
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 10;
    width: 13px;
    height: 13px;
    background: 0% 100% no-repeat url('/bitrix/templates/auth/images/shadow-corners.png');
}
div.shadow-rb {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 10;
    width: 13px;
    height: 13px;
    background: 100% 100% no-repeat url('/bitrix/templates/auth/images/shadow-corners.png');
}
/* End */
/* /auth/style.css?163977528673 */
/* /bitrix/templates/auth/styles.css?17276839732783 */
/* /bitrix/templates/auth/template_styles.css?17276839732914 */
