body 
{
    font-size: 10pt;
    font-family: Tahoma;
}
.fieldset
{
	padding: 8px;
	border: solid 2px gray;
	border-top: solid 7px gray;
	vertical-align: top;
	text-align:left;
	width: 700px;
	height: auto;
	-moz-border-radius: 16px 16px 16px 16px;
 -webkit-border-radius: 16px 16px 16px 16px;
 -khtml-border-radius: 16px 16px 16px 16px;
 border-radius: 16px 16px 16px 16px;
	font-size:11px;
}
.legend
{
	font-style: italic;
	font-family: Georgia;
	text-align:center;
	
	font-size: 18px;
	margin: 2px 8px 4px 8px;
	color: Gray;
	
}
.RoundPopup
{
 padding:8px;
 display: none;
 position: absolute;
 background-color: white;
 overflow:auto;
 z-index: 222;
 border: solid 2px #cfd5d6;
 -moz-border-radius: 16px 16px 16px 16px;
 -webkit-border-radius: 16px 16px 16px 16px;
 -khtml-border-radius: 16px 16px 16px 16px;
 border-radius: 16px 16px 16px 16px;
 text-align: left;
 box-shadow: 3px 3px 9px black;
 -moz-box-shadow: 10px 20px 200px black;
 -webkit-box-shadow: 10px 20px 200px black;
 -khtml-box-shadow: 10px 20px 200px black;
}

 .Title
    {
		color:#2894CC;
		font-family:Arial Black;
		font-size:20pt;
		float:right;
    }
    .HeadTitle
    {
		color:#2894CC;
		font-family:Arial Black;
		font-size:10pt;
		float:right;
    }
    input[type=text]:focus, select:focus { /* When you click on the field... */
    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #FDE38A), color-stop(93%, white), color-stop(0%, #FDE38A)); 
background: -moz-linear-gradient(top, #FDE38A 0%, white 93%, #FDE38A 300%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDE38A', endColorstr='white'); 

}
input[type=submit]:hover { /* When you click on the field... */
    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #FDE38A), color-stop(93%, white), color-stop(0%, #FDE38A)); 
background: -moz-linear-gradient(top, #FDE38A 0%, white 93%, #FDE38A 300%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDE38A', endColorstr='white'); 
font-weight:bold;
cursor:pointer;
}

input, select
{
    border: 1px solid #B8B8B8;
    border-radius: 4px 4px 4px 4px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #666666;
    height: 2em;
    line-height: 1.384em;
    padding: 0 0.5em;
    vertical-align: middle;
    font-family:Tahoma;
}
input[type=submit]
{
	width:155px;
	margin-right:2px;
}