body {
	background: #22170E url('../images/bg.png') repeat-x;
}

input,textarea,select {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #1F140C;
	background: #75675A;
	vertical-align: middle;
	width: 200px;
	color: #fff;
}

input[type='checkbox'] {
	width: auto !important;
}

.odd {
	background: #EFEFEF;
}

.label {
	display: block;
	padding: 0 1em 3px 0;
	float: left;
	text-align: right;
	width: 8em;
	color: #EFE7E0;
	font-weight: normal !important;
}

.syn-plans  table{
	width: 100%;
}

.syn-plans  th{
	padding: 5px 2px;
}

.syn-plans  td{
	padding: 2px;
	color: #fff;
}


.label {
	width: 100px;
}

div#container {
	margin: 0 auto;
	width: 800px;
}

div#wrapper {
	clear: both;
}

div#content {
	margin-left: 350px;
	width: 350px;
	padding: 0px 20px 40px 20px;
	font-size: 12px;
	line-height: 18px;
}

div#sidebar {
	width: 320px;
	float: left;
}

div#menu {
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	margin-top: 20px;
}

div#menu a {
	color: #fff;
	text-decoration: none;
}

div#footer {
	border-top: 1px dotted #6F6053;
	padding: 20px;
	margin: 0;
	color: #6F6053;
	clear: both
}

div#footer a {
	color: #6F6053;
	text-decoration: none;
}

div.panel {
	border: 7px solid #1F1206;
	margin: 35px 0px 35px 22px;
	height: 210px;
	width: 220px;
	float: left;
}

div.panel-body {
	background: #fff;
	height: 180px;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}

div.panel-footer {
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: url('../images/sprites.png') 0 0 no-repeat;
	padding: 0 20px;
}

div.panel-footer a {
	clear: both;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}

div.panel-footer a:hover {
	background: #8F3900;
	color: #fff;
}

.syn-buttons {
	text-align: right;
	padding: 10px 20px;
	}
	
.syn-button {
	width: 75px;
	border: 1px solid #fff;
	background: #A34001;
	text-transform: capitalize;
}