﻿label
{
width: 20em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 

input
{
color: #7F7E77;
/*background: #fee3ad;*/
border: 1px solid #7F9DB9;
}

.checkbox input
{
    border: none;
}

.label
{
    font-family: "Tahoma";
    color: #7F7E77;
}

.ddlist 
{
    font-family: "Tahoma";
    color: #7F7E77;
    border: 1px solid #7F7E77;
    width: 225px;
}

.submit input
{
color: #000;
background: #7F7E77;
border: 2px outset #7F7E77;
} 

.defaultButton
{
    color: #000;
    background: #7F7E77;
    border: 2px outset #7F7E77;
    position: absolute;
    right: 180px;

}

fieldset
{
border: 1px solid #7F9DB9;
width: 40em;
height: 780px;
margin-left: 40px;

}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 20px 6px
} 

.label-column 
{
	position: relative;
	left: 20px;
	width: 48%;
	top: 0px;
	text-align: right;
}

.field-column 
{
	position: relative;
	left: 270px;
	width: 42%;
	top:-17px;
	height: 21px;
}

.defaultbutton-column 
{
	position: relative;
	left: 153px;
	width: 24%;
	top: -352px;
	height: 21px;
}

.checkbox-column 
{
	position: relative;
	left: 270px;
	width: 48%;
	top:-17px;
	height: 21px;
}

.checkboxlabel
{
    margin-left: 1em;
    font-family: "Tahoma";

}


.imagebutton
{
    cursor: pointer;
}

.submit
{
    border: thin none #00FF00;
    font-family: "Tahoma";
    background-color: #669900;
    color: #000000;
    cursor: pointer;
}

.submitbutton-column 
{
	position: relative;
	left: 270px;
	width: 42%;
	/*top:-17px;*/
	height: 21px;
}

.eulahlink
{
    margin-left: 0em;
    font-family: "Tahoma";
    color: #7F7E77;
    text-decoration: none;  
}

.validator
{
    font-family: "Tahoma";
    color: red;
    font-weight: normal;

}
