﻿.formrow 
{
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;

	
}

.label01
{
	font-weight: bold;
	display:inline;
	float:left;
	width:125px;
	color: #656565;
}

.multiline
{
	width:250px;
	height:200px;
	border:1px solid #CCCCCC;
}

.textbox01
{
	width:250px;
	border:1px solid #CCCCCC;
}

label
{
width: 12em;
float: left;
text-align: right;
margin-right: 10px;
margin-left:10px;
display: block;
font-weight:bold;
}

legend
{
color: #fff;
background: #666666;
border: 1px solid #781351;
padding: 2px 6px;
font-weight:bold;
} 

fieldset
{
border: 1px solid #781351;
width: 450px;
margin-bottom:35px;
display:block;
}

.button01 
{float:right;
    font-size:80%;
	border: 1px solid #000000;
	width:105px;
	height:20px;
	color:#ffffff;	
	background: #666666;
	font-weight:bold;
	margin-top:20px;
	margin-right:0px;
	text-align:center;
	text-decoration:none;
}

.button01:hover, .button02:hover
{
	color:White;
	text-decoration:underline;
}


.button02 
{float:left;
    font-size:80%;
	border: 1px solid #781351;
	width:150px;
	height:20px;
	color:#ffffff;	
	background: #666666;
	font-weight:bold;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
}

.button03
{
	width:auto;
	height:auto;
	border:none;
}


.buttonwrapper
{
	text-align:right;
}
