* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	background-color: #fff;
	border: 1px solid #fff;
}

#header {
	background-image: url(..//img/header-bg.jpg);
	background-repeat: repeat-x;
	color: #333;
	width: 700px;
	height: 139px;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFA4A4;
	background-color: #c00;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 68px;
}

#content-wrapper {
	background-color: #fff;
	border: 1px solid #000;
}

#main-content {
	padding: 15px;
	overflow: auto;
	width: 670px;
}

#content-block {
	margin: 20px 0px 0px 0px;
	padding: 15px;
	overflow: auto;
	width: 630px;
	background-color: #F0F0F0;
	border: 1px solid #999;
}

.note {
	margin: 20px 0px 0px 0px;
	padding: 15px;
	overflow: auto;
	width: 630px;
	background-color: #FFECEC;
	border: 1px solid #900;
}

ul {
	padding:0px 0px 0px 30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
}

.tableHeader {
	background-color: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

table.sample {
	background-color: #F0F0F0;
}

table.sample th {
	padding: 3px;
	-moz-border-radius: ;
}

table.sample td {
	padding: 3px;
	-moz-border-radius: ;
}

input.inputfield {
	width: 150px;
	height: 20px;
	border: 2px solid #999;
	color: #000;
	font-size: 14px;
}

input.filefield {
	width: 250px;
	height: 20px;
	border: 2px solid #999;
	color: #000;
	font-size: 14px;
}

input.btn {
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	background-color: #ccc;
	border: 1px solid;
	border-top-color: #D50500;
	border-left-color: #D50500;
	border-right-color: #AF0300;
	border-bottom-color: #AF0300;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC');
}

.error {
	color: #c00;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}

a:link {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

.clear { clear: both; background: none; }
