﻿body, html 
{
	overflow:auto;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

body,div,span,p,ul,th,input,select,textarea,button
{
	font-family: Tahoma,sans-serif;
	font-size: 100%;
	color: #000;
}

img 
{
	border: 0px;
}

.title
{
    font-family: Verdana Arial; 
    font-size: 15px; 
    font-weight: bold; 
    width: 100%; 
    padding: 5px;
}
.lblleft
{
    font-family: Verdana Arial; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 0 15px 0 5px; 
}
.lblright
{
    font-family: Verdana Arial; 
    font-size: 13px; 
    width: 100%;
}

.inputSubmit
{
    background-image: url(../../img/button/button.gif);
    background-repeat: no-repeat;
    width:  94px;
    height: 23px;
    border: 0px;
    color: #000;
    background-color: transparent;
    font-family: verdana, Arial;
    font-size: 11px;
}