
body {
    margin: 0;
    background: #3a4758 url(../img/background.jpg) no-repeat top center;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}


.center {
    width: 1024px;
    margin: 0 auto;
}

#header {
    margin: 0;
    height:118px;
    max-height: 200px;
    background-color: #3d3d3d;
    background-image:url(../img/bgloginheader.png);
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
    padding-top: 124px;
    overflow:auto;
    color: #eee;
    line-height: 18px;
    font-style: italic;
}

#content p {
}

#content p a {
    text-decoration: none;
    color: lightGrey;
}

.bluelink {
    text-decoration: none;
    color: #289cd9;
    text-shadow: 0 0px 4px rgba(0,0,0,0.8);
}
.bluelink:hover {
    text-decoration: none;
    color: #5fc5ff;
    text-shadow: none;
    text-shadow: 0 0px 4px rgba(0,0,0,0.8);
}

#formlabel {
    font-weight:bolder;
    text-shadow;
    font-style:normal;
    font-size: 16px;
    text-shadow: 1px 1px #666;
}

#logo {
    width: 382px;
    height: 27px;
    float: left;
    margin: 45px 0 0 24px;
    background-image:url(../img/vrlogolarge.png);
}

#rplogo {
    width: 160px;
    height: 68px;
    background-image:url(../img/reisprik_logo.png);
}

input[type=text], input[type=password] {
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
    behavior: url(css/PIE.htc);
}

input[type=text]:focus,
input[type=password]:focus {
    -webkit-box-shadow: 0 0 8px 3px rgba(70,135,165,0.7);
       -moz-box-shadow: 0 0 8px 3px rgba(70,135,165,0.7);
            box-shadow: 0 0 8px 3px rgba(70,135,165,0.7);
    behavior: url(css/PIE.htc);
}

input[type=submit] {
    height: 32px;
    width: 190px;
    padding: 0 20px 0 20px;
    margin: 0;
    color: white;
    line-height: 28px;
    margin: 12px 0px 18px 0px;
    font-size: 14px;
    text-align: center;
    background: #5EAACE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5EAACE), to(#4687a5));
    background: -webkit-linear-gradient(#5EAACE, #4687a5);
    background: -moz-linear-gradient(#5EAACE, #4687a5);
    background: -ms-linear-gradient(#5EAACE, #4687a5);
    background: -o-linear-gradient(#5EAACE, #4687a5);
    background: linear-gradient(#5EAACE, #4687a5);
    -pie-background: linear-gradient(#5EAACE, #4687a5);
    border: 1px solid #24739c;
    cursor:hand;
    cursor:pointer;
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
    behavior: url(css/PIE.htc);
}

input[type=submit]:hover,
input[type=submit]:active {
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
    behavior: url(css/PIE.htc);
}


input[type=text], 
input[type=password] {
    font-size: 12px;
    outline:none;
    background-color: white;
    color: #979797;
    height: 32px;
    padding: 0 10px 0 10px;
    width: 190px;
    margin: 0px 0px 18px 0px;
    border: 1px solid #ccc;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ie8 input[type=text], 
.ie8 input[type=password] {
    padding: 8px 10px 0 10px;
    
}

input[type=text]:focus,
input[type=password]:focus {
    outline:none;
    color: black;
    border: 1px solid rgb(94, 158, 214);
}

input[type=text].error,
input[type=password].error {
    outline:none;
    border: 1px solid #d8371c;
}


a.button {
    height: 32px;
    width: 190px;
    padding: 6px 20px 6px 20px;
    margin: 0;
    color: white;
    line-height: 28px;
    margin: 12px 0px 18px 0px;
    font-size: 14px;
    text-align: center;
    background: #5EAACE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5EAACE), to(#4687a5));
    background: -webkit-linear-gradient(#5EAACE, #4687a5);
    background: -moz-linear-gradient(#5EAACE, #4687a5);
    background: -ms-linear-gradient(#5EAACE, #4687a5);
    background: -o-linear-gradient(#5EAACE, #4687a5);
    background: linear-gradient(#5EAACE, #4687a5);
    -pie-background: linear-gradient(#5EAACE, #4687a5);
    border: 1px solid #24739c;
    cursor:hand;
    cursor:pointer;
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
    behavior: url(css/PIE.htc);
    text-decoration: none;
}

a.button:hover,
a.button:active {
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
    behavior: url(css/PIE.htc);
}

.block-error-left {
background-color: #fff;
float: left;
width: 40%;
color: #2e2e2e;
padding: 4%;
}

.block-error-right {
background-color: #fff;
float: right;
width: 40%;
color: #2e2e2e;
padding: 4%;
}

.block-error-content {
	width: 80% !important;
	padding-top: 10px !important;
	background-color: #e3e3e3;
}
.content-error {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.oeps {
	font-size: 30px;
	color: #2e2e2e;
	margin-bottom: 40px;
	margin-top: 0px;
	
}
.content-error a{
	color: #528cd3 !important;
}


#logox {
    width: 300px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin: 45px 0 0 0px;
    background-image:url(../img/vrlogolarge.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
}
.centerx {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.content-error strong {
	color: #3063a2 !important;
}
.titlex {
	width: 60%;
	height: 130px;
	padding-left: 280px;
	padding-top: 100px;
	line-height: 1.2em !important;
	background-image:url(../img/processing.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}





