* {
	font-family: 'Verdana', 'Geneva', 'Tahoma', 'Arial', 'Sans-serif';
	font-size: 12px;
	color: #444;
}

body {
	border-top: 10px solid #BB3722;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #61788A;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.inner {
	padding: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1, h2, h3, h4, h5 {
	color: #bb3722;
	margin: 0;
}

h1 {	
	font-size: 20px;
}

h2 {
	font-size: 15px;
	color: #888888;	
}

h2, h3, h4, h5 {
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 15px;
}

h3 {
	background-image: url('../img/arrow-dark.png');
	background-position: 5px;
	color: #444444;
}

h4 {
	background-image: url('../img/arrow.jpg');
	background-position: 5px;
	color: #888888;
}

h5 {
	background-image: url('../img/bullseye.jpg');
	padding-top: 4px;
	padding-left: 30px;
	text-decoration: underline;
	font-size: 15px;
}

p {
}

td {
	vertical-align: top;
}


.el label {
	display: block;
	margin-top: 10px;
}

.el input, .el textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 60%;
}

.el textarea {
	width: 90%;
	height: 150px;
	margin-bottom: 15px;
}








.p-box {
	width: 560px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

.p-box-header {
}

.p-box-footer {
}

.p-box-title {
	background-image: url('../img/box-title.jpg');
	background-repeat: no-repeat;
	height: 35px;
	line-height: 32px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
}

.p-box * {
	outline: none;
}

.p-box-content {
	padding: 5px;
	font-size: 10px;
	overflow: auto;
}

.p-box-content * {
	color: black !important;
	font-size: 10px;
	line-height: 18px;
}

.p-box-content img {
	float: right;
	margin-left: 10px;
}





.video-player {
	width: 500px;
	height: 300px;
	border: 1px solid #eee;
	margin-top: 5px;
	margin-bottom: 35px;
}






a.button {
	width: 125px;
	height: 25px;
	line-height: 23px;
	padding-right: 25px;
	background-image: url('../img/button-green.jpg');
	display: block;
	text-align: center;
}


a.button:hover {
	background-image: url('../img/button-red.jpg');
	text-decoration: none;
}


