p.text input {
	float: right;
	margin-left: 20px;
}

p.form {
	margin: 20px 0 0 100px;
	clear: both;
}

p.title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px;
}

p.note {
	font-size: 11px;
	color: #942723;
}

span.contain, span.contain2, span.contain3 {
	float: left;
	display: block;
	width: 170px;
	margin-right: 0;
	text-align: left;
}

span.contain input, span.contain2 input, span.contain3 input, span.checkbox input, p.checkbox input {
	border: 0;
}

span.contain input {
	/*float: right;*/
}

span.clear {
	clear: both;
	display: block;
}

p.title2 {
	border-bottom: 1px solid #242424;
}

p.error_text {
	text-align: right;
	font-size: 10px;
	color: red;
	padding-top: 20px;
}

input, select, textarea {
	background: white;
	border: 1px solid #942723;
}

p.submit {
	text-align: center;
	margin-top: 30px;
}

a.button:link, a.button:visited, a.button:active {
	display: block;
	height: 27px;
	width: 160px;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
	color: #FFF;
	background: url("../images/button.gif") top right;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.button:hover {
	background: #242424;
}

a.completed:link, a.completed:visited, a.completed:active, a.completed:hover {
	color: #942723;
}

a.button {
	border-right: 2px solid #242424;
}

a.last {
	border-right: 0;
}

table.cardselect input {
	border: 0;
}

table.cardselect td.left_preview {
	padding-right: 5px;
	font-size: 10px;
}