

 
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight:bold;
}





.bot_border
{
border-top: #171050 1px thin;
}


input[type="text"],[type="password"]
{
border-bottom:1px solid #7C2929;
border-top:1px solid #7C2929;
border-right:1px solid #7C2929;
border-left:1px solid #7C2929;
width:150px;


}
input[type="text"]:hover,[type="password"]:hover 
{
background-color:#F3F3FB;
border-bottom:1px solid #7C2929;
border-top:1px solid #7C2929;
border-right:1px solid #7C2929;
border-left:1px solid #7C2929;
width:150px;
}

select
{
border-bottom:1px solid #7C2929;
border-top:1px solid #7C2929;
border-right:1px solid #7C2929;
border-left:1px solid #7C2929;
width:150px;
}
select:hover
{
background-color:#F3F3FB;
border-bottom:1px solid #7C2929;
border-top:1px solid #7C2929;
border-right:1px solid #7C2929;
border-left:1px solid #7C2929;
width:150px;
}
