/* CSS Document */

input, textarea, select
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size:10px!important;
	color: #4878a7!important;
}


input[type=text], input[type=password], input[type=file], textarea, select
{
	background-color:#c3d5e3!important;
	border:1px solid #b2bbce!important;
	line-height:15px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#065593!important;
	padding-left:2px;
	padding-right:2px;
}

input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover
{
	background-color:#b7cadf!important;
}

input[type=button], input[type=submit], input[type=reset]
{
	color:#ffffff!important;
	background-color:#065593;
	border:0;
	border:2px solid #c3d5e3;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{
	background-color:#0562ad;
}

label
{
	color:#065593!important;
}

fieldset
{
	border:1px solid #b2bbce!important;
	padding:4px;
}

legend
{
	color:#b2bbce;
}

* html .textbox
{
	background-color:#c3d5e3!important;
	border:1px solid #b2bbce!important;
	line-height:15px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#065593!important;
	padding-left:2px;
	padding-right:2px;
}

* html .textboxHover
{
	background-color:#b7cadf!important;
}

* html .button
{
	color:#ffffff!important;
	background-color:#065593;
	border:0;
	border:2px solid #c3d5e3;
}

* html .buttonHover
{
	background-color:#0562ad;
}
