/**
 * login.css
 */
html,
body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align:center;
}
body{
    color:#333333;
    font: normal 62.5%/1.4em 'Arial',sans-serif;
}
div#container{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#header{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height:57px;
    background: #1e5c8c url(../images/logo-previsite-powered-by.jpg) no-repeat right bottom;
    
}
div#contents{
    margin: 7em auto 0 auto;
    padding: 0 0 0 0;
    width:348px;
    text-align:left;
    font-size: 1.2em;
}

.wrapper{
    padding: 2em 6em 0 6em;
}

/**
 * BTN
 */
.btn,
.btn_deactivated {
    display:block;
    padding-left:18px;
    height:38px;
    width: 120px;
    background: url(../images/btn-left.jpg) no-repeat left top;
    font: bold 12px 'Arial',sans-serif;
}
span.inner_btn{
    display:block;
    padding-right: 18px;
    height:38px;
    line-height:25px;
    text-align:center;
    color: #e5e5e5;
    background: url(../images/btn-right.jpg) no-repeat right top;
}
.btn_deactivated {
    background-position: left -38px;
}
.btn_deactivated span.inner_btn{
    color: #e5e5e5;
    background-position: right -38px;
}

span.inner_btn input{
    margin:0;
    padding:0;
    height:38px;
    line-height:38px;
    width:100%;
    text-align:center;
    color: #e5e5e5;
    font: inherit;
    border-width:0;
    background-color:transparent;
    cursor:pointer;
}
span.inner_btn input:hover {color:#ffffff;}
span.inner_btn a:link,
span.inner_btn a:visited {
    color:#e5e5e5;
    height:38px;
    line-height:38px;
    text-align:center;
    font: inherit;
    text-decoration:none;
}
span.inner_btn a:hover {
    color: #ffffff;
}
.btn_deactivated span.inner_btn input,
.btn_deactivated span.inner_btn a{
    color: #e5e5e5;
    cursor: default;
}

/**
 * BOX
 */

.box{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 348px;
    background: url(../images/box-login-center.jpg) repeat-y 0 0;
}
.box-top,
.box-bottom{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 21px;
    overflow:hidden;
}
.box-top{background: url(../images/box-login.jpg) no-repeat 0 0;}
.box-bottom{background: url(../images/box-login.jpg) no-repeat 0 -21px;}
a:link,
a:visited{
    text-decoration:none;
    color:#1e5c8c;
}
a:hover{
    text-decoration:underline;
    color:#333;
}

h1{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:348px;
    height:69px;
    background: url(../images/logo-vetweb-login.jpg) no-repeat 0 0;
}
h1 span{display:none;}
/**
 * FORM
 */
label{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height:1em;
}
.inputs {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 1px solid #edebeb;
    background-color:#fff;
    width:200px;
    height: 22px;
    line-height: 22px;
    font-size: 1.2em;
    color: #555;
}
.bad{
    color: #ff7b7b;
    border: 1px solid #ffe0e0;
    background-color:#fff2f2;
}
