/***************************************************
 * FILE NAME:       /css/get_started.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for get_started.php
 *					and orders.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

h1#step1 {
	width: 670px;
	height: 61px;
	padding: 10px 0 10px 90px;
	margin-bottom: 15px;
	background: transparent url('../images/getstarted_step1.gif') no-repeat 20px center;
	font-size: 28px;
	font-weight: normal;
	line-height: 61px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

h1#step2 {
	width: 670px;
	height: 61px;
	padding: 10px 0 10px 90px;
	margin-bottom: 15px;
	background: transparent url('../images/getstarted_step2.gif') no-repeat 20px center;
	font-size: 28px;
	font-weight: normal;
	line-height: 61px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

h1#step3 {
	width: 670px;
	height: 61px;
	padding: 10px 0 10px 90px;
	margin-bottom: 15px;
	background: transparent url('../images/getstarted_step3.gif') no-repeat 20px center;
	font-size: 28px;
	font-weight: normal;
	line-height: 61px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

h1#step4 {
	width: 670px;
	height: 61px;
	padding: 10px 0 10px 90px;
	margin-bottom: 15px;
	background: transparent url('../images/getstarted_step4.gif') no-repeat 20px center;
	font-size: 28px;
	font-weight: normal;
	line-height: 61px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

form {
	float: left;
	width: 350px;
}

form#register {
	margin-right: 60px;
}

p.note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #080;
	margin: 0;
}

form div.error {
	width: 324px;
	padding: 8px;
	margin-bottom: 10px;
	border: 5px solid #f00;
	background-color: #fee;
}

form div.error-wide {
	width: 734px;
	padding: 8px;
	margin-bottom: 10px;
	border: 5px solid #f00;
	background-color: #fee;
}

	form div.error h1,
	form div.error-wide h1 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #f00;
		margin-bottom: 5px;
	}
	
	form div.error h2,
	form div.error-wide h2 {
		font-size: 15px;
		font-weight: bold;
		color: #f00;
	}
	
	form div.error p,
	form div.error-wide p {
		margin: 0;
	}

form fieldset {
	width: 348px;
	border-width: 1px;
	border-color: #444;
	border-style: solid;
	padding-bottom: 10px;
}

	legend {
		font-size: 22px;
		padding: 0 5px;
		margin-left: 15px;
		margin-bottom: 5px;
		color: #000;
	}
	
	form fieldset div.form-field-center {
		text-align: center;
	}
		
	form fieldset div.form-field {
		width: 308px;
		height: 20px;
		padding: 10px 20px;
	}
	
		div.form-field label {
			float: left;
			width: 138px;
			height: 20px;
		}
		
		form#customize div.form-field {
			width: 745px;
			padding: 15px 0 15px 15px;
		}
		
		div.grey-bg {
			background-color: #eee;
		}
		
		form#customize div.form-field label {
			width: 745px;
			font-size: 22px;
			font-family: "Trebuchet MS", "Lucida Grande", serif;
			margin: 0 0 12px 0;
		}
		
		form#customize div.form-field p.desc {
			width: 745px;
			font-size: 11px;
		}
		
		form#customize div.form-field p.slug-text {
			font-size: 22px;
			font-family: "Trebuchet MS", "Lucida Grande", serif;
			padding: 0;
			margin: 0;
		}
		
		input.field {
			float: left;
			width: 160px;
		}
		
		input.customize-field,
		select.customize-field {
			clear: all;
			width: 250px;
			font-size: 18px;
			padding: 5px;
		}
		
		input.customize-slug {
			font-size: 16px;
			padding: 0;
		}
		
		select.customize-field {
			width: 400px;
		}
		
	form div.form-error {
		background-color: #f66;
	}

div.confirm {
	float: left;
	clear: all;
	width: 760px;
	padding: 15px;
}

div.confirm-left {
	float: left;
	width: 230px;
	font-size: 20px;
	font-weight: bold;
}

div.confirm-right {
	float: left;
	width: 470px;
	font-size: 14px;
}

div.confirm-left p,
div.confirm-right p {
	margin: 0;
	padding: 0;
}



table#select-pub {
	border: 0;
	width: 760px;
	margin-bottom: 10px;
}

table#select-pub td {
	padding: 5px;
}

table#select-pub tr#headers td {
	background: #ccc;
	font-weight: bold;
}

table#select-pub label {
	font-weight: normal;
}