a, a:visited, a:active,a:hover{
    cursor:pointer;
}
a:hover{
    cursor:pointer;
}
img{
    border:0;
    outline:0;
}
body{
    background: #FFF;
    width:850px;
    height:400px;
    margin:100px auto 0;
}
#wrapperi{
    width:99%;
    height:99%;
    padding:1%;
}
#contentTable{
    width:100%;
    height:100%;
    border:0;
    margin:0;
    padding:5px;
}
#right{
    width:380px;
    padding-right:40px;
}
#right img{
    clear:both;
    margin:20px 0;
    float:right;
}
#flags{
    width:30px;
}
#flags a,#flags a:hover,#flags a:visited,#flags a:active{
    clear:both;
    margin:3px;
    border:0;
    outline:0;
    text-decoration: none;
}
#content{
    width:400px;
}
#status{
    color:red;
    font:bold 11px Helvetica,Verdana;
    padding-left:40px;
}
#forgot a,#forgot a:hover{
    color:#aaa;
    font:normal 11px Helvetica,Verdana;
    padding-left:45px;
    text-decoration: none;
    padding-top:3px;
}
#forgot a:hover{
    text-decoration: underline;
}
#footer{
    width:600px;
    height:30px;
    margin:20px auto 0;
}
#footerIn{
    text-align:center;
    padding:5px 0 5px 0;
    font:10px Helvetica,Verdana;
    color:#aaa;
}
#login{
    border:0;
    background-color:#fff;
    margin:5px;
    padding:15px 0 0 35px;
    width:250px;
}
#login label{   
    color:#333;
    font:bold 11px Helvetica,Verdana;   
    text-transform:uppercase;
    letter-spacing:1px;
}
input[type=text],input[type=password]{
    padding:3px;
    border:1px solid #d5d5d5;
    background-color:#f4f4f4;
    margin:12px 0;
    width:200px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;        
    -moz-box-shadow: 0 0 3px #e5e5e5;
    -webkit-box-shadow: 0 0 3px #e5e5e5;
    box-shadow: 0 0 3px #e5e5e5;
}
.input_submit,.input_submit:hover{
    margin-top:15px;
    cursor:pointer;
    width:206px;
    height:auto;
    letter-spacing:1px;
    text-align:center;
    vertical-align:middle;
    padding:2px;
    margin:1px;
    text-transform:uppercase;
    outline:0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; 
    background:#39C;
    border:2px solid #39C;
    color:#fff;
    text-decoration:none;
    font:bold 11px Helvetica,Verdana;
}
.input_submit:hover{
    background:#FFF;
    border:2px solid #39C;
    color:#333;
}