* {
	box-sizing:border-box;
}

body {
	font-family:Arial, sans-serif;
	font-size:15px;
}

h3 {
	font-weight:normal;
	color:#205c9b;
	margin-bottom:8px;
}

textarea {
	font-family:Arial, sans-serif;
	font-size:15px;
}

input[type=text]::-moz-placeholder {
	color:#999;
}

input[type=text]::-webkit-placeholder {
	color:#999;
}

input[type=text]::-ms-placeholder {
	color:#999;
}

input[type=text]:-ms-placeholder {
	color:#999;
}

input[type=text]::placeholder {
	color:#999;
}

#wrapper {
	width:80%;
	max-width:900px;
	min-width:400px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.result,
.validation,
#step-3,
.vmail,
.hidden {
	display:none;
}

.result,
.validation,
.vmail {
	font-style:italic;
}

.result.notfound {
	margin-bottom:8px;
}

.result.wait {
	color:#777;
}

.validation,
.vmail {
	color:#dd0000;
}

.step {
	margin-bottom:10px;
}

.ibox {
	margin-bottom:12px;
}

.ibox.inline {
	float:left;
	margin-right:8px;
}

.ibox label {
	display:block;
	font-size:15px;
	line-height:28px;
}

.ibox input,
.ibox select,
.ibox textarea,
button {
	border:1px solid #ddd;
	padding:4px;
	overflow:hidden;
	border-radius:2px;
}

.ibox select {
	height:27px;
}

.ibox .tiny {
	width:80px;
}

.ibox .small {
	width:120px;
}

.ibox .middle {
	width:180px;
}

.ibox .big {
	width:240px;
}

.ibox .huge {
	width:370px;
}

.ibox .custom_notes {
	width:654px;
}

.ibox input.readonly {
	background-color:#efefef;
}

.ibox input.focus,
.ibox select.focus,
.ibox textarea.focus,
button.focus {
	border:1px solid #4ba4df;
}

.ibox label.focus {
	color:#205C9B;
}

.ibox .group {
	float:left;
	margin-right:32px;
}

.mt16 {
	margin-top:16px;
	min-width:100px;
}

.mr8 {
	margin-right:8px;
}

.mt40 {
	margin-top:40px;
}

.imgright {
	text-align:right;
}

.mb32 {
	margin-bottom:32px;
}

.thinblue {
	font-weight:normal;
	color:#205C9B;
}

.right {
	text-align:right;
	padding-right:250px;
	font-style:italic;
}
