/*** Core html setup stuff ***/
/*****************************/

form {
  margin: 0;
  padding: 0;
}

body {
	background-color: #d0d0d0;

	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;

	margin-left: 24px;
	margin-right: 24px;

	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align:justify;
}

hr
{
	color:#8FAABF;
}

input, button {
font-size:1em;
color:#1c1e1c;

	padding: 2px;
	border:solid 1px #cccccc;

	background: #efefef;
}

select, option {
/*border:1px solid #575850;*/
background-color: #FFFFFF;
color:#1c1e1c;
}

textarea {
border:1px solid #575850;
background: #efefef;
color:#1c1e1c;
}

table {
	border:none;
	border-collapse:collapse;
}


input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 20px 0;
	margin-bottom: 20px;
}


div#scrolling-content {
	color: #58585a;

	background-color: #f8f8f8;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	margin-left: auto;
	margin-right: auto;
	max-width:1000px;
	border-radius: 6px;
}


div.center {
  text-align: center;
 }

div#header {
display:block;
}

#logo {
	text-align: center;
  display:inline-block;
	width:300px;
}

#title {
	text-align: center;
  width:100%;
	font-size:2.5em;
font-weight:bold;
}


div#footer {
	font-size: .90em;
	color: #aaa;
  padding: 4px;
}


div#footer a:link, div#footer a:visited  {
	color: #999;
}


#whitebox {
	margin: 8px;
	padding: 8px;
	background: #ffffff;
	width: auto;
	border-radius: 6px;
}


.highlight {
	background-color: #fffebb;
}

#form-login {
	text-align:left;
}



