/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ul, ul li, form, label {
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
vertical-align: baseline; 
background: transparent; 
}

body {
line-height: 1; 
background: #fff;
color: #000;
text-align: left;
font: 0.875em Arial, sans-serif;
}
html,body {
height: 100%;
}
:focus {
outline: 0; 
}
a {color: #287fc3; }
input[type="text"], input[type="password"] {
font-size: 100%;
padding: 0;
}
textarea {
font: 100% Arial, sans-serif;
padding: 0;
}

ul li {list-style-type: none;}

.formText {
font-size: 100%;
padding: 0;
}


