/* CSS Document */

label, select, p, .text, button {
	font-size: 0.7em;
	margin-bottom: 4px;
}

.recovery {
	border: 1px solid #666666;
	padding: 1px;
	margin: 3px 3px 5px 5px;
	float: right;
	background: #fff;
}

a {
	text-decoration: underline;
	color: #bc6a2b;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.0em;
	font-weight: strong;
}

h4, h5, h6 {
	font-size: 0.8em;
	font-weight: normal;
}

.list, .table {
	font-size: 0.7em;
}

.urgent {
	color: #FF0000;
}

.row {
	font-size: 0.7em;
}

.row input {
	width: 250px;
}

.row textarea {
	width: 250px;
}

.row label {
	font-size: 1.1em;
	display: block;
	width: 200px;
}

.credit_card input {
	width: 20px;
}

.right {
	float: right;
}

.right_box {
	font-size: 0.7em;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}

.right_box img {
	background-color: #FFFFFF;
}

table {
	font-size: 0.7em;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table tbody td {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
}

table thead td {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

table thead {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

#video-box {
	background-color: #f6ddbe;
}

.orders {
	border: 0px;
}

.orders tbody td {
	border: 0px;
}

.orders thead {
	background: none;
}

.orders thead td {
	border: 0px;
}