@charset "UTF-8";

body {
	margin: 0px;
}
#actionbox {
	background-image: url(images/actionbox-divider-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#actionbox .clear {
	clear: both;
	height: 0px;
}
#actionbox .column1 {
	float: left;
	width: 50%;
}#actionbox .column1 .headimage {
	text-align: center;
	background-image: url(images/detail-divider1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
#actionbox .column1 .content {
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 20px;
}
#actionbox .column1 .content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#actionbox .column1 .content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #7B3036;
	margin-top: 10px;
	margin-bottom: 5px;
}
#actionbox .column2 {
	float: left;
	width: 50%;
}
#actionbox .column2 .headimage {
	text-align: center;
	background-image: url(images/detail-divider1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
#actionbox .column2 .content {
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 20px;
}
#actionbox .column2 .content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#actionbox .column2 .content form table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#actionbox .column2 .content form table tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
}
#actionbox .column2 .content form input {
	background-color: #FFC;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#actionbox .column2 .content form .button {
	background-color: #7B3036;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: middle;
	margin: 0px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#actionbox .column2 .content form .buttoncell {
	text-align: right;
	padding-top: 5px;
}
#actionbox .column2 .content form table .center {
	text-align: center;
}
#actionbox .column2 .content form table td {
	font-size: 0.9em;
	padding-left: 10px;
	padding-bottom: 5px;
}
#actionbox .column2 .content form textarea {
	background-color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 5px;
}
.red {
	color: #C00;
}

