/* @override http://www.tellchavez.com/shared/stylesheet.css */

body {
	text-align: center;
	background-color: white;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
p,h1 {
	line-height: 19px;
	text-align: left;
	margin: 0 0 10px 0;
}
img {
	border-width: 0;
}
#wrapper {
	width: 1000px;
	background-image: url('/shared/images/background.jpg');
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

/* @group Center */

#center {
	width: 480px;
	float: left;
	display: inline;
}
#center object {
	margin: 30px 0 20px 0;
}
#tell_chavez_now {
	text-align: center;
	margin: 20px 0 20px 0;
	
}
#center a {
	color: red;
	text-decoration: none;
}
#center a:hover {
	color: #7d0508;
}
#center h1 {
	padding-bottom: 10px;
	font-size: 130%;
}


/* @end */

/* @group Header */

#header {
	width: 1000px;
	margin-bottom: 80px;
}
#language_nav {
	float: right;
	margin-right: 30px;
}
#language_nav a {
	font-family: "Courier New", Courier, mono;
	color: #5a5a5a;
	font-size: 12px;
	text-decoration: none;
}
#language_nav a.active {
	color: #bcbcbc;
}
#logo {
	clear: both;
	padding-top: 20px;
}

/* @end */

/* @group Left */

#left {
	float: left;
	width: 297px;
	display: inline;
}
#nav {
	list-style-type: none;
	margin:  0;
	padding: 0;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 23px;
}
#nav li {
	margin-bottom:  40px;
}
#nav a {
	color: black;
	text-decoration: none;
}
#nav a.active {
	color: red;
}
#nav a.active:hover {
	color: red;
}
#nav a:hover {
	color: #4b4b4b;
}
#c9 {
	margin: 30px 0 30px 0;
}

/* @end */
h1 {
	font-weight: bold;
	margin: 0;
	font-size: 110%;
}
#center ul {
	list-style-type: none;
	padding: 0 0 15px 0;
	margin: 0;
}
#center li {
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
#center p.footnotes {
	font-style: italic;
	margin: 0;
}
#center div.item {
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: black;
	margin-bottom: 30px;
}
#right {
	width: 180px;
	float: right;
	text-align: center;
	margin-right: 20px;
	display: inline;
}
#signup_counter {
	height: 100px;
}
#join #inputwrapper {
	border-color: red;
	border-width: 1px;
	border-style: solid;
	width: 150px;
	padding: 3px;
	margin: auto;
}
#join #inputfield {
	width: 142px;
	font-size: 10px;
}
#join #formsubmit {
	margin-top: 10px;
}
#tell_a_friend {
	padding: 40px 0 40px 0;
}
#add_us {
}
.clearificator {
	clear: both;
}

/* @group Popup Form */

.popup_form {
	text-align: left;
	padding: 6px 0 0 12px;
}
.popup_form .field {
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
.popup_form .label {
	font-size: 70%;
	white-space: nowrap;
}
div.error_message {
	color: red;
	margin-top: 10px;
	font-size: 10px;
}
.erroneous {
	color: red;
}
div.other_message {
	font-size: 10px;
}



/* @end */

/* @group Big Form */

.big_form td {
	text-align: left;
	padding-left: 10px;
}
.big_form .error_message {
	font-size: 13px;
	padding: 10px;
	border: 1px solid red;
	margin-bottom: 20px;
	background-color: white;
}

/* @end */