/*
  html, body & common values
*/
html, body {
 height: 100%;
}
body {
 /*text-align: center;*/
 width: 700px;
 margin: 0 auto;
 padding: 0;
 background-color: white;
 color: #3D3D3D;
}
body, td, th {
 font: 12px "Arial", sans-serif;
}
img {
 margin:0;
 padding: 0;
 vertical-align: middle;
 border: 0;
}
a:link img, a:visited img {
 border-style: none;
}
a img {
 color: black;   /* The only way to hide the border in NS 4.x */
 background-color: inherit;
}
a, a:visited {
 background-color: inherit;
 color: #0033CC;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

/*
  forms related
*/
form {
 margin: 0;
}
select, input, textarea {
 border: 1px solid #8998A3;
 padding-left: 2px;
}
select:focus, input:focus, textarea:focus {
 border: 1px solid #000000;
}


.inp {background-color: #eeeeee;}
.rdb {font-style: italic;background-color: #eeeeee;}
.sel {background-color: #eeeeee;}
.bt {background-color: #eeeeee;}
