.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
	color:				#055175;
	margin-bottom:		20px;
	font-size:			medium;
}

.typo h3 {
	color:				#333;
	font-size:			small;
}

.typo div.price_info h3 {
	color:				#F25B5B;
	letter-spacing:		5px;
	border-bottom:		1px solid #F25B5B;
	padding-left:		10px;
	text-transform:		uppercase;
}

.typo a {
	color:				#055175;
}

.typo p {
	margin-bottom:		20px;
}

.typo p.lowmargin {
	margin-bottom:		5px;
}

.typo p.legend  {
	margin:				0px;
	float:				right;
	width:				300px;
	font-size:			smaller;
}

.typo div.price_info p {
	margin-left:		110px;
}

.typo div.price_info p.highlight {
	margin-left:		110px;
	font-weight:		bold;
}

.typo table {
	margin-bottom:		20px;
}

.typo div.info table {
	margin-bottom:		0px;
}

.typo table td {
	padding:			2px 0px;
	vertical-align:		top;
}

.typo  ul, .typo ol {
	margin:				20px;
}

.typo ul li, .typo ol li {
	margin:				0px 10px;
}

.typo div.info table ul, .typo div.info table ol {
	margin:				0px;
}

.typo div.message ul {
	margin:				14px 20px;
}

form {
	margin-bottom:		20px;
}

input, select , textarea {
	font-family:		Arial, Helvetica;
	font-size:			small;
	border:				1px solid #656565;
	padding:			2px;
	width:				250px;
}

select, input.button {
	width:				auto;
}

textarea {
	height:				200px;
}

input.text:focus, textarea:focus, select:focus {
	border:				2px solid #055175;
	padding:			1px;
}

input.button {
	margin-top:			10px;
}

input.button, input.button:focus {
	border:				1px solid #656565;
	background:			#D0D0D0;
}

div.field_holder {
	margin-bottom:		5px;
	clear:				left;
}

div.field_holder.forceshow {
	display:			block !IMPORTANT;
}

div.field_holder.left {
	clear:				none;
	float:				left;
	margin-right:		10px;
}

div.field_holder label {
	float:				left;
	width:				150px;
	font-weight:		bold;
	line-height:		24px;
}

div.field_holder.left label {
	float:				none;
	display:			block;
	width:				auto;
	margin-bottom:		5px;
}

span.obligate {
	display:			block;
	margin-bottom:		10px;
}

span.obligate.error {
	color:				#cc0000;
	font-weight:		bold;
}

.typo img {
	border:				1px solid #656565;
}
