ul.guidelines {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

ul.guidelines li {
	background: url(../images/mission_bullet.gif) no-repeat 0 .7em;
	padding-left: 10px;
}

.misc_note {
	margin: 20px 0;
}

.misc_note span {
	font-weight: bold;
	color: #cf0000;
}

.required {
	border: 1px solid #cf0000;
	padding: 0 2px;
	text-align: center;
	width: 20em;
	background: #FFEFEF;
	font-weight: bold;
	margin-bottom: 20px;
}

form p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

form p span,
.required span {
	color: #cf0000;
	font-size: 1.1em;
}

input.blueinput,
input.error {
	width: 150px;
}

input.blueinput,
textarea.blueinput,
select.blueinput,
input.error,
textarea.error,
select.error {
	background: #f4f4f4;
	border: 1px solid #006595;
	padding: 2px;
	font-size: 12px;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 16px;
	font-weight: normal;
}

input.blueinput:focus,
textarea.blueinput:focus,
select.blueinput:focus {
	border: 1px solid #7d0000;
	background-color: #fff0df;
}

input.error,
textarea.error,
select.error {
	border: 1px solid #7d0000;
	background-color: #FFDFE3;
}

input.radio {
	width: auto;
	border: none;
	background: none;
}

.payment {
	font-weight: bold;
	margin-bottom: 20px;
}

.payment div {
	border: 1px solid #cf0000;
	padding: 2px 4px;
	font-size: 1.1em;
	width: 16em;
	background: #FFEFEF;
	margin: 8px auto;
}

#step_line {
	text-align: center;
}

#green_arrow_right {
	float: left;
}

#green_arrow_right a:link,
#green_arrow_right a:visited {
	display: block;
	width: 4.3em; /* Need width for IE6 */
	padding-right: 25px;
	font-size: 1.1em;
	background: url(../images/ads/green_arrow_right.gif) no-repeat right 1px;
}

#green_arrow_right a:hover,
#green_arrow_right a:active {
	background-position: right -20px;
	text-decoration: none;
}

#green_arrow_right.ad_submit a:link,
#green_arrow_right.ad_submit a:visited {
	width: 4.9em;
}

#green_arrow_right.start a:link,
#green_arrow_right.start a:visited {
	width: auto;
}


#green_arrow_left {
	float: left;
	margin-right: 60px;
}

#green_arrow_left a:link,
#green_arrow_left a:visited {
	display: block;
	width: 4.3em; /* Need width for IE6 */
	padding-left: 26px;
	font-size: 1.1em;
	background: url(../images/ads/green_arrow_left.gif) no-repeat left 1px;
}

#green_arrow_left a:hover,
#green_arrow_left a:active {
	background-position: left -20px;
	text-decoration: none;
}

/*=========================================
Step 2 - Ad Information
=========================================*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.small_red {
	font-size: .95em;
	color: #cf0000;
}

.upload_help_header {
	font-weight: bold;
	padding: 2px 4px 0;
	margin: 2px 2px 0 2px;
	background: #386829;
	color: #fff;
}

.upload_help {
	font-weight: bold;
	border: 1px solid #386829;
	padding: 2px 4px;
	margin: 0 2px 8px 2px;
	background: #F3FFEF;
}

.upload_help ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.upload_note {
	font-weight: bold;
	border: 1px solid #cf0000;
	padding: 2px 4px;
	margin: 2px;
	background: #FFEFEF;
}

#upload_new {
	display: none;
	border: 1px solid #006595;
	padding: 5px 10px 10px;
	background: #f4f4f4;
	margin-bottom: 10px;
	font-weight: bold;
}

#upload_name {
	font-size: 1em;
	font-weight: bold;
	color: #999;
	padding: 5px;
}

#cancel_button {
	margin-left: 20px;
	display: none;
}

.red_button {
	color: #fff;
	background: #cf0000;
	font-weight: bold;
	border: 2px outset #cf0000;
}

#upload_progress {
	position: relative;
	overflow: hidden;
	border: 1px solid red;
	display: none;
}

#upload_progress #trans_bg {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#upload_progress #progress {
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}

#info {
	margin: 5px 0;
}

#info span {
	color: #FDFF1F;
}

#info img {
	margin-top: 3px;
}

#upload_current {
	display: none;
	border: 1px solid #006595;
	padding:  5px 10px 10px;
	background: #f4f4f4;
	margin-bottom: 10px;
	overflow: hidden;
}

#upload_current img {
	border: 1px solid #292b68;
	margin-top: 4px;
}

.upload_info {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

/*=========================================
Step 3 - Confirmation
=========================================*/

.corner {
	float: left;
	width: 10px;
	height: 10px;
	margin: -1px 0 0 -1px;
	background: url('../images/top-left_corner-tan.gif') top left no-repeat;
	display: inline; /* Double Margin bug fix */
}

.header {
	background: #e1b37e;
	font-weight: bold;
	border-bottom: 1px solid #7d0000;
}

#personal_info {
	border: 1px solid #7d0000;
	margin-bottom: 20px;
	background: #eff0ff;
}

#ad_info {
	border: 1px solid #7d0000;
	margin-bottom: 20px;
	background: #eff0ff;
}

#personal_info table,
#ad_info table {
	border-collapse: collapse;
	width: 100%;
}

#personal_info table td,
#ad_info table td {
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #50528F;
}

.title_column {
	width: 100px;
	background: #292b68;
}

.info_column {
	background: #eff0ff;
}

#personal_info table td.td_info,
#ad_info table td.td_info {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #D1D2EF;
}

td.td_info img {
	border: 1px solid #292b68;
}