body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	font:normal 13px Arial, sans-serif;
	color:#000;
}

.ie body
{
	text-align:center;
}

#header {
	height: 50px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	background: #F8F8F8;
	color: #999;
	font-size: 11px;
}

#header a {
	color: #333;
	text-decoration: none;
}

#header a:hover {
	color: #009AEC;
}

#container {
	margin:0 auto;
	padding:0 10px;
	width:545px;
}

.ie #container
{
	text-align:left;
}

#content
{
	padding:0;
}

h1 {
	margin:10px 0;
	text-indent:0;
}

h1, h2, h4 {
	color: #4c6ba2;
}

ul#topnav {
	border-color: #4c6ba2;
}

h3 {
	color: #7ea9d6;
}

p {
	margin-top:0;
}

a {
	text-decoration:underline;
	color: #4C6BA2;
}

a:hover, #topnav li a:hover {
	text-decoration:underline;
	color: #4C6BA2;
}

#footer {
	width:250px;
	margin:0 auto;
	padding:0 0 30px 0;
	list-style:none;
	text-align:center;
}

#footer li {
	margin-bottom:10px;
}

/* Feedback Page */

#confirmation { display:none; background:#E6E6E6; font-weight:bold; padding:15px; margin-top:10px; margin-bottom:10px; }

#feedbackpage fieldset {
	border:none;
}

#feedbackpage label {
	font-weight:bold;
	width:200px;
	display:block;
	float:left;
	padding-right:10px;
	color: #4c6ba2;
}

#feedbackpage span {
	font-size:11px;
	display:block;
}

#feedbackpage #email_fieldset span {
	display:block;
	margin-top:-4px;
	padding:4px 0;
}

#feedbackpage select {
	width:302px;
}

#feedbackpage input, #feedbackpage textarea, #feedbackpage select {
	border:1px solid #000;
	width:300px;
}

#description_fieldset p {
	width:200px;
	padding-right:10px;
	clear:both;
	float:left;
}

#description_fieldset textarea {
	float:left;
}

#feedbackpage #submit_button, #rendererpage input {
	background-color:#4c6ba2;
	border-width:1px 2px 2px 1px;
	border-style: solid;
	border-color:#4E95BC #2d3c73 #2d3c73 #4E95BC;
	color:#E6E6E6;
	width:auto;
	float:right;
	margin-right:23px;
	cursor:pointer;
}

#feedbackpage #submit_button:hover, #rendererpage input:hover {
	border-color:#2d3c73 #4E95BC #4E95BC #2d3c73;
	background-color:#5570cf;
}

#feedbackpage #footer {
	margin-top:60px;
}

/* Renderer Page */

#rendererpage #container {
	margin: 0 auto;
	padding:0;
}

#rendererpage input {
	width:130px;
	margin-top:10px;
	float:none;
}

#mac_rend {
	margin:150px auto;
	font-size:18px;
	text-align:center;
	width:300px;
}

#errorMsg
{
	display:none;
	font-size:16px;
	border:3px double red;
	background:white;
	padding:20px;
	width:200px;
	margin:15px auto;
	text-align:center;
	font-style:italic;
	color:black;
}

#errorMsg span
{
	display:inline;
	font-size:16px;
	font-weight:bold;
}

.error
{
	color:red !important;
}

#label_topIssues{
	margin-bottom: 15px;
}
#subIssues{
	margin-top: 5px;
	height:		0;
}

