﻿ 
/*
a
{
	color: #993300;
	text-decoration: none;
}
a:active
{
	border-bottom: 2px dotted Red;
}
a:hover
{
	color: #993300;
	text-decoration: none;
}


.wrap
{
	width: 100%;
	height: 100%;
}



input
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

select
{
	font-family: arial, verdana, helvetica,sans-serif;
	font-size: 11px;
}
textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

 Modal Popup CSS*/
.mpBg
{
	background-color: #DFEFFF;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.mp
{
	border: 1px solid #005782;
	background-color: #fff;
	padding: 0px;
    font-family:Trebuchet MS;
    color:#000;
    font-size:10pt;
}
.mpHd
{
	background-color: #025A80;
	border-color: White;
	border-width: 1px;
	color: white;
	font-weight: bold;
	width: 100%;
	height: 20px;
   
}
.mpClose
{
	text-align: center;
	width: 100%;
}
.mpCloseButton
{
	position: absolute;
	right: 4px;
	width: 17px;
	height: 18px;
}

.btnusok {
width: 60px;
background: url(../images/btnshadow1.png) left top repeat-x;
margin: 8px;
padding: 0px 17px;
height: 19px;
line-height: 6px;
font-size: 17px;
color: #fff;
border: none;
cursor: pointer;
}
 .btnusok:hover {
 background-position:bottom;   
    }