a {
	text-decoration:none;
	color:#005b7f;
	font-weight:bold;
}
a img {
	border:none;
	vertical-align:middle;
}

h1 {
	font-size:24px;
	font-weight:500;
	margin-bottom:3px;
}
h2 {
	font-size:18px;
	letter-spacing:-0.03em;
	font-weight:300;
}

h2 a {
	font-weight:500;
}
p {
	margin:5px;
}
.steps {
	position:relative;
	width:600px;
	margin:auto;
}
.step {
	width:150px;
	float:left;
	text-align:center;
	height:100px;
}
.step h3 a {
	color:#111;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
.list-go {
	list-style-image:url(/images/icons/bullet_go.png);
}

.form td {
	padding:4px;
	font-weight:bold;
	text-align:right;
}
.form input, .form select, .form textarea {
	width:200px;
	padding:4px;
	font-size:13px;
}
.form table {
	padding:4px;
}
hr {
	height:1px;
	background:#333;
	color:#333;
	border:0px;
	margin:2px;
}
.form h2 {
	margin-bottom:4px;
}

.offer {
	border:1px solid #9dcd59;
	background:#def8bb;
	margin:5px;
}
.offer h2 a {
	color:#000;
	text-decoration:underline;
}
.offer img {
	margin-right:10px;
}
#right ul, #right ol {
	margin-left:30px;
}
.error {
	border:1px solid #ff3940;
	background:#ffc2c4 url(/images/layout/error.gif) no-repeat;
	padding:5px;	
	width:450px;
	margin:5px;
	padding-left:30px;
	margin-left:0px;
}
.finished {
	border:1px solid #8dc63f;
	background:#c4df9b url(/images/layout/accept.gif) no-repeat;
	padding:5px;	
	margin:5px;
	padding-left:30px;
	margin-left:0px;
	margin-bottom:10px;
}
.warning {
	border:1px solid #fff200;
	background:#fff799 url(/images/layout/warning.gif) no-repeat;
	padding:5px;	
	margin:5px;
	padding-left:30px;
	margin-left:0px;
	margin-bottom:10px;
}
.badge {
	background:url(/images/content/badge.png) no-repeat;
	width:58px;
	height:61px;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	right:10px;
	text-align:center;
	margin-top:-20px;
	color:#fff;
	padding-top:15px;
	line-height:14px;
}
.badge strong,.bluebadge strong {
	font-size:20px;
}
.bluebadge {
	background:url(/images/content/blue-badge.png) no-repeat;
	width:58px;
	height:61px;
	margin-top:-20px;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	right:70px;
	text-align:center;
	color:#fff;
	padding-top:15px;
	line-height:14px;
	
}
.choose {
	position:absolute;
	right:130px;
	margin-top:18px;
}
.reference {
	margin-left:15px;
	width:410px;
}
.reference img {
	margin-right:10px;
}
.reference p {
	padding-top:10px;
}
.pagination {
	list-style:none;
}
.pagination li {
	display:inline;
	margin-right:5px;
	font-size:14px;
}

