body{
background: url(images/bg.gif) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div {
line-height:19px;
letter-spacing:0.2px;
display:block;
}
table{
border-color:#EEEEEE;
}
.myFontClass {
font-family: COMMERCIAL_SCRIPT_BT;
font-size: 27px;
line-height:28px;
font-weight: normal;
color: #333399;
}
.font2 {
font-family: Sprint_SF;
font-size: 22px;
line-height:28px;
font-weight: normal;
color: #FF0000;
}
.font3 {font-family:Calibri;font-size:17px;line-height:18px;font-weight:bold;color:#000000;a:link:#000000;}
.font3 a{color:#2d2d2d;}
.font3 a:hover{color:#b43641;}
input {
border: solid 1px #BEBEBE;
border-radius:5px;
width:99%;
padding:2px 5px 2px 5px;
margin: 2px 0px 5px 0px;
background:#ffffff;
color:#000000;
font:13px Arial;
}
select {
border: solid 1px #BEBEBE;
border-radius:5px;
width:99%;
padding:2px 5px 2px 5px;
margin: 2px 0px 5px 0px;
background:#ffffff;
color:#000000;
font:13px Arial;
}
.checkbox {
position: absolute;
margin: 3px 0px 0px 10px;
width:auto;
}
textarea {
border: solid 1px #BEBEBE; 
width:99%;
padding:2px;
margin:0px 0px 4px 0px;
color:#000000;
font:13px Arial;
border-radius:5px;
}
.submit-button {
border: solid 1px #BEBEBE;
cursor: pointer;
width:20%;
padding:5px;
margin:0px;
background:#1D376D;
color:#FFFFFF;
font:14px arial;
border-radius:4px;
}
.logout {
border: solid 1px #BEBEBE;
cursor: pointer;
width:20%;
padding:5px;
margin:0px;
background:#1D376D;
color:#FFFFFF;
font:14px arial;
text-align: center;
border-radius:4px;
}
.form {
font:13px Arial;
color:#333399;
background: #E7F2FA;
padding:10px 10px 10px 20px;
}
.tableinput {
border: 0px !important;
border-radius:0px !important;
padding:2px 5px !important;
margin:0px !important;
width:100%;
}
/* Style for the "Saving Form Contents" DIV that is shown at the top of the form */
div.savestatus{ 
width:200px;
padding:5px;
border:1px solid gray;
background:#fff6e5;
-webkit-box-shadow: 0 0 8px #818181;
box-shadow: 0 0 8px #818181;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
color:red;
position:absolute;
top:2px;
}