#right form{
	padding:10px 0;
	border:1px solid #c5cddc;
	text-align:center;
}

* html #right form{
	padding:0 10px;
}

.note{
	background:#ffc;
	padding:20px;
	border:1px solid #cc9;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#right fieldset{
	border:0;
	text-align:left;
}

* html #right legend{
	margin:10px 0;
	padding:0;
	color:#000;
}

#right input{
	vertical-align:middle;
}

#right table{
	font-size:.95em;
	width:100%;
}

#right td{
	padding:4px 1px;
}

.label{
	font-size:11px;
}

#right .first{
	width:115px;
}

.last{
	text-align:right;
}

#right textarea{
	width:375px;
}

#right input.short{
	width:100px;
}

#right input.medium{
	width:250px;
}

#right input.contact-name {
	margin:3px 3px 3px 5px;
}

#right input.contact-phone {
	margin:3px 3px 3px 4px;
}

* html #right input.contact-phone {
	margin:3px 3px 3px 1px;
}

#right input.contact-email {
	margin:3px 3px 3px 6px;
}

* html #right input.contact-email {
	margin:3px 3px 3px 8px;
}

.small {
	font-size: 10px;
	color: #902121;
}

#submit {
	text-align: center;
}

#submit input{
	border:1px solid #c5cddc;
	text-align: center;
}

textarea {
	border:1px solid #c5cddc;
}