#wrap{
 width: 100%;
 position: absolute;
 top: 0;
 right: 0;
 font-family:sans-serif;
 background-color:white;
 }

#header{
width:100%;
background-color:#f39d35;
} 

#content{
width:980px;
 margin:auto;
 font-size:20px;
} 

#ahref{
text-decoration:none;
}

#user_input{
width:100%;
padding:10px;
font-family:sans-serif;
text-align:center;
font-size:24px;
}

#pass_input{
width:100%;
padding:10px;
font-family:sans-serif;
text-align:center;
font-size:24px;
}

#padded_content{
padding:10px;
}

#center{
text-align:center;
}

#options_table{
width:100%;
}

#options_table td{
padding:20px;
}

#loptions_table{
width:400px;
margin-left:290px;
}

#loptions_table td{
padding-top:10px;
}

#bigish_button{
background-color:rgb(190,30,45);
text-align:center;
line-height:50px;
color:white;
font-size:24px;
cursor:pointer;
}

#bigish_button:hover{
opacity:0.7;
}

#big_button{
background-color:rgb(190,30,45);
text-align:center;
line-height:100px;
color:white;
font-size:24px;
cursor:pointer;
}

#big_button:hover{
opacity:0.7;
}

#back_to{
background-color:rgb(190,30,45);
color:white;
text-align:center;
line-height:60px;
font-size:24px;
width:300px;
margin-left:340px;
}

#back_to:hover{
opacity:0.7;
}

#back_to2{
background-color:rgb(190,30,45);
color:white;
text-align:center;
line-height:60px;
font-size:20px;
width:280px;
margin-left:350px;
}

#back_to2:hover{
opacity:0.7;
}

#input{
font-size:20px;
}

#submit{
font-size:20px;
}


#table_data{
width:100%;
}

#table_data td{
padding-top:10px;

}

#td{
font-size:16px;
}

#page_buttons{
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
background-color:#eee;
cursor:pointer;
}

#header_title{
color:#666;
}

#new_client_background{
width:100%;
padding-top:20px;
padding-bottom:20px;
background-color: #eee;
}

#iframe_client_profile{
width:900px;
height:50px;
}

#iframe_client_profile2{
width:900px;
height:80px;
}

#footer{
border-top:solid 1px #ccc;
padding-top:20px;
padding-bottom:20px;
text-align:center;
color:#666;
font-size:14px;
}