.box {
	background-color: transparent;
	margin: 10px 0;
	clear: both;
	overflow: hidden;
}

.box .header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.box .content .header {
	color: #2F2F2F;
	font-size: 20px;
}
.box .header a {
	color: white;
	text-decoration: none;
}

.box .header .sub_heading {
	font-weight: normal;
}

.box .header .inner {
	background-image: url(../img/box_header_bg.jpg);
}

.sidebar .box .header .inner {
	width: 308px;
}

.column .box .header .inner {
	width: 628px;
}

.thin_column .box .header .inner {
	width: 298px;
}

.wide_column .box .header .inner {
	width: 960px;
}

.box .header .inner .box_header_icon {
	float: left;
	margin: 8px 0 0 4px;
}

.box .header .inner .title {
	float: left;
	margin-left: 5px;
}

.box .header .inner .right_link {
	float: right;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	margin-right: 5px;
}

.box .header .inner .right_link a {
	color: white;
}

.box .header .select select,.text input,.password input,.radio radio,.textarea textarea {
	width: 140px;
	background-color: white;
	border: 1px solid #bbbbbb;
	font-family: Arial;
	font-size: 11px;
	padding: 1px;
	margin-top: 5px;
}

.box .content {
	background-color: white;
	padding: 10px 10px 6px;
	overflow: hidden;
/*position: relative;*/
	zoom: 1;
}

.column .box .content {
	width: 620px;
}
.sidebar .box .content {
	width: 300px;
}
.wide_column .box .content {
	width: 952px;
}
.thin_column .box .content {
	width: 290px;
}

.box .content p.sub_header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
}

.box .content .block_header {
	font-family: "Arial";
	font-size: 15px;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 5px;
}

.box .content .input,.submit {
	margin-bottom: 10px;
}

.box .content .input label {
	display:block;
	padding-right:20px;
	font-family: "Arial";
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

.box .content fieldset {
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin: 20px 0;
	padding: 5px;
}

.box .content legend {
	background-color: #f9f9f9;
	border: 1px solid #bbbbbb;
	margin-left: 5px;
	padding: 3px;
}

.box .content .select select,.text input,.password input,.radio radio,.textarea textarea {
	width: 280px;
	background-color: white;
	border: 1px solid #bbbbbb;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	margin: 0;
}

.box .content .datetime input, .date select {
	width: 100px;
	background-color: white;
	border: 1px solid #bbbbbb;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
}

.box .content .date select {
	width: 80px;
	background-color: white;
	border: 1px solid #bbbbbb;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
}


.box .content .textarea textarea {
	width: 95%;
}

.box .content .input .input {
	display: inline-block;
}

.box .box_bottom {
	height: 4px;
	background-color: transparent;
}

.box .box_bottom .inner {
	background-color: white;
	height: 4px;
	overflow: hidden;
}

.box .box_bottom img {
	float: left;
}

.sidebar .box .box_bottom .inner {
	width: 312px;
}

.column .box .box_bottom .inner {
	width: 632px;
}

.thin_column .box .box_bottom .inner {
	width: 302px;
}

.wide_column .box .box_bottom .inner {
	width: 964px;
}

