/* @group Initial Settings */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, td, th {
    margin: 0;
    padding: 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
    font-size: 100%;
	font-family: inherit;
	padding: 0px;
	margin-bottom: 2px;
	margin-right: 2px;
}


/* @end */

/* @group Allgemeine Einstellungen */

h1 {
	color: #000;
	font-size: 1.4em;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 0;
}

h1 > span.orange {
	color: #ff7f00;
}

label {
	width: 200px;
}

th {
	font-weight: bold;
	white-space:nowrap;
	text-align: left;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
}

a {
	color: #000;
}

/* @end */

html {
	background: #ffffff url(../img/tile_bg.jpg) repeat-x center top;
}

body {
	padding: 0;
	margin: 0;
	background: url(../img/main_bg.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#container {
	width: 640px;
	margin: 0 auto;
	/*border: solid 1px #ccc;*/
	padding: 20px;
	position: relative;
}

#header {
	height: 280px;
	position: relative;
}

#flashMessage {
	background-color: #80a9af;
	border: 1px dotted #000;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#authMessage {
	background-color: #ff6666;
	border: 1px dotted #000;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#content {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
}

.actions {
	margin-top: 10px;
	text-align: right;
}

#footer {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 0px;
	text-align: right;
	font-size: 0.9em;
}

#footer a {
	text-decoration: none;
	color: #000;
}

/* @group forms */

form {
  margin: 0 0 10px;
  padding: 0;
  min-width: 410px;
  max-width: 410px;
  width: 410px; 
}


form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 3px 0 0; 
	text-align: left; 
}

form fieldset .required {
	font-weight: bold;
}


form fieldset {        /* padding in fieldset support spotty in IE */
  margin: 0;
	padding: 10px 0px 0px;
}

form fieldset legend {
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding-left: 0;
}

form br {
	clear:left;
}

form div.error-message {
	margin-left: 120px;
	font-weight: normal;
	font-style: normal;
	color: #c00;
}

.form-error {
	background-color: #fff;
}

form .submit {
	margin-left: 120px;
}

.submit input {
	background-color: #ff7f00;
	border: 1px dotted #000;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	margin-top: 5px;
}



/* @end */

/* @group Login-Form */

#login_form {
	position: absolute;
	top: 70px;
	right: 30px;
	width: 216px;
	/*height: 48px;*/
	border: 1px dotted #000;
	padding: 5px;
	font-size: 0.8em;
}

#login_form label {
	width: auto;
	position: relative;
	float: none;
	display: inline;
	top: 0px;
	margin-top: 0;
	padding-top: 0;
}

#login_form a {
	color: #000;
}

#login_form form {
	font-size: 1em;
	margin-bottom: 5px;
	width: auto;
	min-width: 0px;
}

#login_form > form > input {
	border: 1px solid #000;
	padding: 2px;
	margin: 0;
}



/* @end */

/* @group Success */

#success_head {
	background-color: #ff7a00;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#success_head em {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
	position: relative;
	top: 0.1em;
}



/* @end */

/* @group amazon */

#amazon_links {
	border-top: 1px solid #000;
	padding-top: 5px;
	position: relative;
}

#amazon_links .ad_label {
	position: absolute;
	top: -5px;
	right: 1px;
	font-size: 0.8em;
}

.reward_item {
	width: 80px;
	text-align: center;
	font-size: 0.9em;
	float: left;
}

/* @end */





