@import url(/assets/styles/reset.css);

body {
	background:#FFFFFF url(/assets/images/bkg_body.gif) repeat-x center top;
	color:#1c3854;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
}

body.process {
	background:#FFFFFF url(/assets/images/bg_process.gif) repeat center top;
}

.clear {
	clear:both;
	display:block;
	height:1%;
}

p {
	margin:0;
	padding:0 0 10px 0;
}

.error {
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}

#logo, #price, #math {
	position:absolute;
}

#logo {
	left:120px;
	top:20px;
}

#price {
	left:707px;
	top:20px;
}

#math {
	left:120px;
	top:70px;
}

#pg {
	background:transparent url(/assets/images/bkg_pg.gif) no-repeat center top;
	height:421px;
	margin:0 auto;
	position:relative;
	width:960px;
}

#hd {
	position:relative;
	left:140px;
	top:293px;
	width:680px;
}

#hdLeft {
	float:left;
	margin:9px 62px 0 0;
	width:387px;
}

#hdLeft.wide {
	width:650px;
}

#getStarted {
	display:block;
	margin:10px 0 0 228px;
}

#hdRight {
	float:left;
	width:211px;
}

#samples {
	border-bottom:1px solid #e6eff7;
	padding-bottom:25px;
	position:absolute;
	text-align:center;
	top:470px;
	width:960px;
}

#balloon {
	left:16px;
	position:absolute;
	top:-60px;
}

#icons {
	margin-top:40px;
}

#orderForm {
	left:118px;
	padding-bottom:25px;
	position:absolute;
	top:745px;
	width:745px;
}

#orderLeft, #orderRight {
	font-size:12px;
}

#orderLeft {
	float:left;
	width:365px;
}

#orderLeft ol {
	list-style-position: inside;
	list-style-type: decimal;
}

#orderRight {
	float:left;
	margin-left:15px;
	width: 365px;
}

label {
	clear:left;
	display:block;
	float:left;
	padding-top:4px;
	width:85px;
}

label.clear {
	width:auto;
}

input[type="text"], textarea {
	background:#f4f4eb;
	border:1px solid #6699cc;
	height:19px;
	margin-bottom:10px;
	padding:3px;
	width:190px
}

textarea {
	width:275px;
}

input[type="file"] {
	margin-bottom:10px;
}

#preview {
	background:#96ffaa;
	float:left;
	height:160px;
	margin:15px 0 0 0;
	width:160px;
}

#colorpicker {
	float:left;
	margin-left:10px;
	width:195px;
}

input.button {
	height:auto;
	margin:30px 0 15px;
	padding:0;
	border:none;
}

#footer {
	clear:both;
	color:#6699cc;
	font-size:12px;
	padding-top:25px;
	text-align:center;
}
