.validation-box {
	border: 1px solid black;
	padding: 5px;
	margin: 5px 0;
	color: red;
	font-weight: bold
}
.validation-box ul {
	margin-top: 5px;
	margin-left: 10px
}

.validation-box li {
	color: black;
	font-weight: normal
}

#content {
	width:700px;
	padding:14px 0 0 0;
}

#main-panel {
	background:transparent
}

#form-wrap {
	background:transparent url(../img/form_bg_bottom.gif) left bottom no-repeat;
	width:700px;
	float:left;
}

#content form {
	background:transparent url(../img/form_bg_top.gif) left top no-repeat;
	padding:30px 15px 20px 15px;
	float:left;
	color:#444;
	width:667px;
}

#content .instruction {
	clear:both;
	width:320px;
	float:left;
	padding-left:15px;
	padding-top:10px;
	color:#444;
}

#content .full {
	width:320px
}

#content label, .pseudo-label {
	display:block;
	float:left;
	text-align: left;
	padding: 0 5px 2px 0;
	width: 110px
}

#content em {
	color:red
}

#content form div {
	clear: both;
	float:none;
	margin: 8px 0
}

textarea {
    width:320px;
	height:140px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em
}

input {
	font-size:1em
}

.input-large {
	width:160px;
	height: 1.2em
}
.address {
	width:163px;
	height: 2.7em; 
}

#content form .note {
 	padding: 2px 5px 2px 5px
}

#submit-block {
	text-align:right;
}

#submit-block input.submit {
	width:175px;
	height:42px;
	text-indent:-999em;
	overflow:hidden;
	padding:0;
	border:none;
	margin:0;
	background:#fff url(../img/submit.gif) no-repeat;
	cursor:pointer
}

#sidebar {
	display:none
}

#content form .form-subblock {
	width:320px;
	float:left;
	clear:none;
	margin-right:10px;
	display:inline
}
ul.m3-choice {
	margin:0;
	padding:0;
	clear:both
}

.m3-choice li {
	margin:0;
	padding:0;
	list-style:none;
	float:left
}

.block {
	float:left;
	clear:both;
	/*padding-top:10px */
}

.checkboxes input {
	float:left;
	margin-top:0
}

.fix, .fix * {
float:none
}

#form-submission-msg {
	padding:0 20px
}