﻿
.textBox
{
	font-family: arial,verdana,tahoma;
	border: solid 1px silver;
	font-size: 10px;
}
.textBox_Login
{
	font-family: arial,verdana,tahoma;
	border: solid 1px #BACE9D;
	font-size: 10px;
}
.textBox_Contact
{
	font-family: arial,verdana,tahoma;
	border: solid 1px #C3A897;
	font-size: 10px;
}
.textBox_Company
{
	font-family: arial,verdana,tahoma;
	border: solid 1px #B0BBBF;
	font-size: 10px;
}


.label2
{
    font-family:Verdana;
    font-size: 12px;
    color:#4a4e45;
    font-weight:700;
}

.panelUserHome
{
    font-family: arial,Verdana,tahoma;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
}
SELECT
{
	font-size: 12px;
	font-family:arial,verdana,tahoma;
}
TD
{
	font-family: arial,verdana,tahoma;
	font-size:12px;
}
BUTTON
{
	font-size: 10px;
	color: black;
	background-color: buttonface;
}
A
{
	text-decoration:underline;
	cursor:pointer;
}
A:link
{
	text-decoration:underline;
	cursor:pointer;
}
FORM
{
	font-size: 11px;
	font-family: arial,verdana,tahoma;
}

