#log {
    right: 0; top: 35px;
    width: 390px; height: auto;
}

#reg {
    right: 100px; top: 35px;
    width: 720px; height: auto;
}

.box form {
    position: relative;
    display: block;
    /*border: 1px solid #000;*/
    width: 100%;
    padding: 11px;
    margin: auto;
    text-align: left;
    vertical-align: middle;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.box form label {
    color: #4C4C4C;
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
    text-align: right;
    width: 100px;
}

.box form input {
    border: 1px solid #DFDFDF;
    color: #1B1F2F;
    font-size: 16px;
    padding: 5px;
    margin:0;
    height: 38px; 
    width: 250px;
}

.box form .button {
    position: static;
    height: 33px;
    margin-left: 247px;
    text-align: left;
}

.box .button button {
    position: absolute;
    bottom: 10px;
    width: auto;
    height: 33px;
}

.box .button button + button {
    right: 30px;
}

#layout form button {
    background: url(../img/common/icon_rightarrow.png) no-repeat 90% center #c2272d;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Archivo Narrow',Arial,Tahoma,sans-serif;
    font-size: 12px;
    height: 35px;
    text-transform: uppercase;
    width: auto;
    padding-left:10px;
    padding-right:25px;
}

#layout form button:hover {
    background: url(../img/common/icon_rightarrow.png) no-repeat 90% center #1b1f2f;
}

.box form > p {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 25px;
}

.box form > p:first-child {
    font-family: 'Archivo Narrow';
    font-size: 21px;
    font-weight: bold;
    width:100px;
}

p > small {
    font-size: 11px;
}

.box .checkb label {
    width: auto;
    text-align: left;
    vertical-align: top;
}

.box .checkb input[type="checkbox"] {
    width: auto;
    vertical-align: top;
    height: auto;
    margin: 0;
    padding: 0;
}

.box form > div {
    margin-top: 10px;
}

div.checkb {
    margin-left: 114px;
}

div.checkb div {
    margin-top: 10px;
}

.error {
    color: #f00;
    margin-left: 114px;
    margin-top: 3px;
    width: 250px;
}

#log .button {
    margin-left: 248px;
}

#log form label {
    width: 60px;
}

.lostpasslink {
	font: normal 12px 'Arial',sans-serif;
	color:#C2272D;
	bottom: 19px;
    left: 90px;
    position: absolute;
	text-decoration:none;
}

.lostpasslink:hover {
	text-decoration:underline;
}

.close {
    display: block;
    position: absolute;
    right: 0px; top: 0px;
    width: 10px; height: 10px;
    padding: 14px;
    background: url(../img/common/cancel.png) center center no-repeat;
    z-index: 1;
    cursor: pointer;
}

a:hover.close {
    background-color: #fed;
}

#regassets {
    position: absolute;
    top: 70px; left: 430px;
}

#regassets p:first-child {
    font: bold 21px "Archivo Narrow", sans-serif;
    width: 235px;
    line-height: 25px;
    padding-bottom: 22px;
}

    #regassets ul > li {
        list-style-type: none;
        background: url(../img/common/bullet_thick.png) no-repeat top left;
        height: 46px;
        padding-left: 40px;
        font-size:13px;
        color:#4c4c4c;
        width:225px;
    }

#regassets dl {
    background: url(../img/common/bullet_tel.png) no-repeat center left;
    padding-left: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
	position: relative;
	display: block;
    margin: 0;
	box-sizing: border-box; -moz-box-sizing: border-box;
	/*outline: 1px solid #ffa;*/
}

#regassets dl > dt {
	display: block;
	font-family: bold 10px "Archivo Narrow", sans-serif;
	color: #151c37;
    font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#regassets dl > dd {
	display: block;
	margin: 0;
    font: normal 24px/100% "Archivo Narrow", sans-serif;
	color: #3d486f;
}

#regassets label {
    font: bold 21px "Archivo Narrow", sans-serif;
    width: 145px;
    line-height: 25px;
    display:block;
    position: relative;
    top: 27px;
}

#reset form {
	width:920px;
	position:relative;
	height:195px;

}
#reset label {
	color: #4C4C4C;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 370px;
}
#reset button {
	position:absolute;
	bottom:19px;
	right:264px;
}

#cookieinfo {
    background-color: #2F3964;
    left:0; bottom: 0;
    color: #fff;
    padding: 12px 20px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 1;
}

#cookieinfo > p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    text-align: justify;
}

#cookieinfo > button {
	background: url("../img/common/icon_rightarrow.png") no-repeat scroll 90% center #C2272D;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Archivo Narrow',Arial,Tahoma,sans-serif;
	font-size: 12px;
	height: 30px;
	padding-left: 10px;
	padding-right: 25px;
	text-transform: uppercase;
	width: auto;
	margin-left: 10px;
	margin-right:20px;
	margin-top:2px;
}

#cookieinfo > button:hover {
	background: url("../img/common/icon_rightarrow.png") no-repeat 
	scroll 90% center #1E2337;
	color:#FFF;
}

#cookieinfo > a {
	color:#fff;
	text-decoration:none;
}

#cookieinfo > a:hover {
	text-decoration:underline;
}

/*#regassets button {*/
/*    background: url("../img/common/icon_rightarrow.png") no-repeat scroll 90% center #C2272D;*/
/*    border: 0 none;*/
/*    color: #FFFFFF;*/
/*    float: right;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    font-family: 'Archivo Narrow',Arial,Tahoma,sans-serif;*/
/*    font-size: 12px;*/
/*    height: 35px;*/
/*    text-transform: uppercase;*/
/*    width: auto;*/
/*    right: 10px; bottom: 10px;*/
/*}*/
