/* core redefinitions */

hr {
	background-color: #CCC;
	color: #CCC;
	margin: 20px 0;
	}

.body {
	border: 1px solid #9C6;
	background-color: #F5F7F1;
	width: 720px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 688px;
	}
html>body .body {
	width: 688px;
	}

#topnav {
	border-width: 0;
	}


/* progress bar */

.progress {
	position: absolute;
	top: 15px;
	left: 420px;
	width: 315px;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 11px;
	color: #777;
	font-weight: normal;
	border-bottom: none;
	text-align: right;
	}

.past {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
/*	background: url(../images/wizard/progress-dots-past.gif) no-repeat; */
	background-position: right center;
	color: #BDBDBD;
	}

.present {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
/*	background: url(../images/wizard/progress-dots.gif) no-repeat; */
	background-position: right center;
	}

.future {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
/*	background: url(../images/wizard/progress-dots-future.gif) no-repeat; */
	background-position: right center;
	color: #ccc;
	}

#last {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	}

.step {
	display: inline;
	padding: 1px 6px 1px 5px;
	margin-right: 2px;
	color: #FFF;
	background-color: #9C6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}

.past .step {
	background-color: #BDBDBD;
	}

.future .step {
	border: 1px #D0D0D0 solid;
	padding: 0 5px 0 4px;
	color: #FFFFFF;
	background-color: #D0D0D0;
	}


/* body */

.body-row {
	margin: 0;
	}

.body-row h3 {
	margin: 0 0 5px 0;
	color: #333;
	}

.body-row h4 {
	margin: 0 0 2px 0;
	}

.body-row h5 {
	margin: 2px 0;
	font-size: 12px;
	font-weight: normal;
	}

.body-row p {
	color: #6F6F6F;
	margin: 1px 0 8px 0;
	}

.body-column {
	float: left;
	margin: 0 14px 0 0;
	}
/* hide from macie5 \*/ .body-column { margin-right: 15px; } /* end */

.column-note {
	border-left: 1px #CCCCCC solid;
	padding: 0 0 50px 14px;
	color: #777;
	}

.column-note ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 20px;
	}

.column-note li {
	margin-bottom: 5px;
	}


/* etc */

.field {
	margin-bottom: 15px;
	padding-bottom: 0;
	}

.fields table {
	padding: 0;
	}

.fields td.label {
	text-align: right;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
	}

.fields td.required {
	vertical-align: top;
	padding: 2px 5px;
	}

.fields input {
	width: 90px;
	}

.fields input.long {
	width: 130px;
	}

.fields input.longest {
	width: 210px;
	}

#existing-fields table {
	padding: 0;
	}

#existing-fields td.label {
	padding-right: 5px;
	}

#existing-fields td p {
	margin-bottom: 0;
	}

.required {
	color: #C60;
	}

.urgent {
	color: #C00;
	}

.level-box {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	background-color: #FFF;
	}

.level-box p {
	margin: 0 0 3px 25px;
	font-weight: normal;
	}

#basic {
	padding-right: 60px;
	background-image: url(../images/sym-basic.gif);
	background-repeat: no-repeat;
	background-position: 405px 8px;
	}

#plus {
	padding-right: 72px;
	background-image: url(../images/sym-plus.gif);
	background-repeat: no-repeat;
	background-position: 397px 8px;
	}

#pro {
	padding-right: 76px;
	background-image: url(../images/sym-pro.gif);
	background-repeat: no-repeat;
	background-position: 389px 8px;
	}

form {
	margin: 0;
	}

.post-body-header {
	width: 444px;
	}

.post-body-label {
	float: left;
	width: 200px;
	}

.post-body-buttons {
	float: right;
	width: 200px;
	text-align: right;
	}

img {
	border-width: 0;
	}

.hidden {
	display: none;
	}
