div.note
{
	width: 395px;
	background: #81599E;
	padding: 5px;
	margin: 10px 0;
	color: #FFF;
}

.input-text label
{
	width: 200px;
	display: block;
	float: left;
	line-height: 1.8em;
}

.input-text input
{
	width: 205px;
	border: 1px solid #7B7C7C;
	font: 11px/19px arial;
	color: #777;
	margin-bottom: .2em;
}

.input-text textarea
{
	width: 405px;
	height: 75px;
	border: 1px solid #7B7C7C;
	font: 11px/19px arial;
	color: #777;
	margin-bottom: .2em;
}

.submit
{
	width: 208px;
	border: 1px solid #81599E;
	margin-bottom: .2em;
	background: #81599E;
	color: #fff !important;
	font-weight: bold !important;
}

.input-text select
{
	width: 205px;
	border: 1px solid #7B7C7C;
	margin-bottom: .2em;
	font: 11px arial;
	color: #777;
}

.input-checkbox label,
.input-radio label {
	line-height: 2em;
}

.input-text input {
	margin-top: .3em;
}

label {
	color: #777;
}

p.buttons {
	margin: 1em 0;
}

a.btn_circle_gray {
	background: url(/website/images/circle_gray.png) no-repeat;
	display: block;
	width: 115px;
	height: 115px;
	text-align: center;
	color: #fff;
	font: bold 12px/16px tahoma;
	padding-top: 25px;
	margin: 25px 0 0 40px;
}