﻿legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

form
{ 
	margin: 0px;
	width: 726px;
	border-right: black thin solid;
	border-left: black thin solid;
	padding-bottom: 1px;
	padding-top: 1px;
	/*border-top: aqua thin solid;
	border-bottom: aqua thin solid;*/
	margin: auto;
	/*margin: -10px auto;*/
	/*background-color: #cc3366;*/
	 }


fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.hidden
{
    visibility: hidden;
}

.none
{
    display: none;
}

.formlabel
{
    width:120px; 
    vertical-align: top;
}

.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

.button
{ 
	/*cursor: hand;*/
	cursor: pointer;  
	background: url('images/button.png') no-repeat 0% 0%;
	padding: 0;
	width: 123px;
	height: 40px;
	border: none;		
	overflow: hidden;
	font: corbel;
	font-size: 17px;
	/*color: #454545;*/
	padding-bottom: 5px;
}
.button:hover {
	background: transparent url('images/button.png') no-repeat 0% -40px; 
	}