/**
 * @author Design ( Mark Moses )
 */

/* ################# general ################ */

* {
    margin: 0;
    padding: 0;
}

html {
    min-height:100%;
    position:relative;
}

body {
    height: 100%;
    font-weight: normal;
    font-size: 0.8em;
    color: #494949;
    font-family: century gothic, arial, sans;
    background: url(../images/bg.png) #828383 repeat-y top left;
}

#cloud-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow-x:hidden;
}

#logo {
    position: relative;
    top: 15px;
    left: 30px;
    width: 290px;
    height: 75px;
    background: url(../images/logo.png) no-repeat top left;
    z-index: 10;
}



/* ################# body ################ */

#contentpane {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 0;
}


#globe {
    position: fixed;
    background: url(../images/globe.png) no-repeat top left;
    width: 435px;
    height: 422px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

/* ################ loginform #########################  */

div.greybox {
    position: relative;
    width: 500px;
    top: 116px;
    margin: 0px auto;
    padding: 12px;
    z-index: 10;
}

div.gbCenter {
    position: relative;
    left: -12px;
    width: 504px;
    background-color: #585959;
    padding: 15px;
    border-radius: 15px;
}

.logincontentbox {
    position: relative;
    width: 460px;
    top: 0px;
    margin: 0px auto;
    padding: 11px;
    text-align: right;
    z-index: 10;
}

.logincontentbox .cbCenter {
    padding: 55px 20px 20px 20px;
    height: 170px;
}


.logincontentbox label {
    color: #1267a9;
    font-weight: bold;
    font-size: 1.3em;
}

.logincontentbox dt, .logincontentbox dd{
    display: inline;
}

.logincontentbox input {
    border: 1px solid gray;
    width: 250px;
    margin: 5px;
    padding: 0.05em 0.2em 0.07em 0.2em;
}

.logincontentbox a {
    color: #1267a9;
}

.logincontentbox a:visited {
    color: #1267a9;
}


#copyright {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px 20px 10px 0px;
}



div.contentbox {
    position: relative;
    width: 400px;
    top: 0px;
    margin: 20px auto;
    padding: 11px;
    z-index: 10;
    background-color: green;
}

div.cbCenter {
    position: relative;
    left: -11px;
    width: 440px;
    background-color: white;
    border: 1px solid #636363;
    padding: 30px 20px;
    border-radius: 15px;
}

#login-text {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    top: 9px;
    text-shadow: 2px 3px #000;
    z-index: 9;
}

#login-icon {
    position: absolute;
    width: 151px;
    height: 170px;
    bottom: -30px;
    background: url(../images/login-icon.png) no-repeat top left;
    z-index: 20;
}


/* start of: Sliding doors on submit button: */
.float-right {
    float: right;
}

button.ho-button{
    border:1px solid #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:11px;
    font-family:arial, helvetica, sans-serif;
    padding: 5px 10px 5px 10px;
    text-decoration:none;
    display:inline-block;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    color: #000000;
    background-color: #ECE12D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ECE12D), to(#A49F20));
    background-image: -webkit-linear-gradient(top, #ECE12D, #A49F20);
    background-image: -moz-linear-gradient(top, #ECE12D, #A49F20);
    background-image: -ms-linear-gradient(top, #ECE12D, #A49F20);
    background-image: -o-linear-gradient(top, #ECE12D, #A49F20);
    background-image: linear-gradient(to bottom, #ECE12D, #A49F20);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ECE12D, endColorstr=#A49F20);
}

button.ho-button:hover{
    border:1px solid #787878;
    background-color: #d3c813;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3c813), to(#797618));
    background-image: -webkit-linear-gradient(top, #d3c813, #797618);
    background-image: -moz-linear-gradient(top, #d3c813, #797618);
    background-image: -ms-linear-gradient(top, #d3c813, #797618);
    background-image: -o-linear-gradient(top, #d3c813, #797618);
    background-image: linear-gradient(to bottom, #d3c813, #797618);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3c813, endColorstr=#797618);
}

button.ho-button:focus {
    outline: none;
}

/* end of: Sliding doors on submit button: */


/* Feedback: */
div.feedback {
    color: red;
    margin-right: 5px;
}
