/* Styles for the Paid Media form */
/* ------------------------------------------------------- */

.form {
	margin-top:24px;
}
.form h2 {
	margin-bottom:10px;
}
.form emph {
	color:#DA850B;
}

.form input {
	width:230px;
}
.form input.button {
    width:75px;
}
.form input.date {
    width:81px;
}


.form table {
	width:485px;
	margin-top:6px;
	border-bottom:solid #dddddd 1px;
}
.form table td {
    padding-top:8px;
    padding-bottom:8px;
    border-top:solid #dddddd 1px;
}
.form table td.title {
    width:122px;
    padding-right:12px;
    text-align:right;
}

.form span {
	padding-left:12px;
}
/* Hidden/Visible Classes */
.hidden {
	display:none;
	visibility:hidden;
}
.visible {
	display:block;
	visibility:visible;
}
.formField {
	background:#fff;
}

.formFieldHL {
	background:#E9B974;
}
.smallBold {
	font-size:10px;
	font-weight:bold;
}
#error {
	margin-top:10px;
	width:545px;
	border:1px solid #c00;
	background:#eee;
	padding:10px;
	font-size:12px;
	color:#333;
}
/* ------------------------------------------------------- */

