html {
height: 100%;
}
body, input, button, textarea, select, select option {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
body {
background: #d8d8d8;
background: -moz-linear-gradient(top, #d8d8d8 0%, #f8f8f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* IE10+ */
background: linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
div#mainbody {
width: 100%;
}
div#mainbody div.new_session {
text-align: center;
margin: 100px auto 0;
width: 450px;
}
div#mainbody div.login_session_text {
text-align: center;
margin: 50px auto 0;
width: 450px;
font-size: 14px;
}
div.field {
clear:both;
margin: 10px 0;
display: table;
width: 100%;
}
div.field input, textarea {
background:#ebf4fa;
padding: 0px 10px;
width: 310px;
border: 1px solid #c2c2c2;
border-radius: 5px;
box-shadow: 0 0 3px #aaa;
font-size: 16px;
float:right;
}
div.field input {
height: 40px;
}
div.field textarea,
div.field select {
height: 200px;
}
div.field label {
font-size: 16px;
width: 90px;
display:inline-block;
text-align:left;
float:left;
margin: 10px 0;
}
div.field label, div.field input, div.field textarea, div.field select, div.field select option, div.actions .button {
color: #333;
}
div.actions {
padding-top: 15px;
}
div.actions .button {
background: #f8f8f8; /* Old browsers */
background: -moz-linear-gradient(top, #f8f8f8 0%, #d8d8d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%); /* IE10+ */
background: linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
border: 1px solid #AAAAAA;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 1px #AAAAAA;
cursor: pointer;
float: right;
font-size: 15px;
padding: 5px 10px;
text-shadow: 0 0 1px #FFFFFF;
width: 100px;
}
div.actions .button:hover {
background: #d8d8d8; /* Old browsers */
background: -moz-linear-gradient(top, #d8d8d8 0%, #f8f8f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* IE10+ */
background: linear-gradient(top, #d8d8d8 0%,#f8f8f8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}