/* CSS Document */

body {
	font-size: 62.5%;
	font-family: arial, helvetica;
	background-image: url(/images/reminder/reminder_nav_background.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}
a {
	color: #3265cc;
	text-decoration: none;
}
a:hover {
	color: #3265cc;
	text-decoration: underline;
}
a:visited {
	color: #3265cc;
}
a img {
  border: 0;
}
p {
	font-size: 1.1em;
	font-family: arial, helvetica;
	color: #999;
	margin: 0;
}

p.message {
	margin: 20px 50px 0 50px;
	padding: 7px;
	border: 1px solid #CCCCCC;
}

h1 {
	color: #333333;
}

h3 {
	color: #7D8B92;
	font-size: 1.6em;
	margin: 5px 0;
}

h4 {
	color: #7D8B92;
	font-size: 1.1em;
	margin: 3px 0;
}

/* used for clearing floats */
.clearfloat { 
  clear: both;
  line-height: 0;
  height: 0;
}

.clearfix:after { 
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { 
  display: block;
}


/* layout */

#page {
	width: 600px;
	margin: 0 auto;
	position: relative; 
}


#main_content_container {
	width: 600px;
	margin-top: 28px;
}

#main_content {
	width: 480px;
	margin: 0 60px;
}

#logo {
	width: 480px;
	height: 112px;
	background-repeat: no-repeat;
}

.greybox_container {
	width: 480px;
	margin: 7px 0 0 0;
}

.greybox_top {
	background-image: url(/images/reminder/greybox_top.png);
	background-repeat: no-repeat;
	height: 10px;
}

.greybox_body {
	background-image: url(/images/reminder/greybox_body.png);
	background-repeat: repeat-y;
	padding: 3px 30px;
}

.greybox_bottom {
	background-image: url(/images/reminder/greybox_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}

.greybox_body p {
	color: #333333;
	font-size: 1.3em;
	margin: 7px 0;
}

.greybox_body p.note {
	float: right;
	width: 65px;
	color: #7D8B92;
	font-size: 1.0em;
	margin: 7px 0 0 0;
}

.greybox_wide_container {
	width: 600px;
	margin: 7px 0 0 -60px;
}

.greybox_wide_top {
	background-image: url(/images/reminder/greybox_wide_top.png);
	background-repeat: no-repeat;
	height: 10px;
}

.greybox_wide_body {
	background-image: url(/images/reminder/greybox_wide_body.png);
	background-repeat: repeat-y;
	padding: 3px 30px;
}

.greybox_wide_bottom {
	background-image: url(/images/reminder/greybox_wide_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}

.greybox_wide_body p {
	color: #333333;
	font-size: 1.2em;
	margin: 7px 0;
}


/* nav */

#nav {
	width: 100%;
	height: 28px;
}

#nav_left {
	position: absolute;
	left: 0;
	top: 9px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_left a {
	color: #333333;
}

#nav_right {
	position: absolute;
	right: 0;
	top: 9px;
	color: #999999;
}

#nav_right a {
	color: #999999;
}

#nav p {
	font-size: 1.0em;
	margin: 0;
}


#nav a.on {
	color: #333333;
}

.nav_divider {
	color: white;
}

/* forms */


input {
	margin: 0;
	padding: 7px;
	font-family: Courier;
	font-style: italic;
	color: #999999;
	font-size: 1.1em;
	
}

textarea {
	margin: 0;
	padding: 7px;
	font-size: 1.3em;
	font-family: Courier;
	font-style: italic;
	color: #999999;
}

.counter {
	width: 60px;
	height: 30px;
	text-align: center;
	background-image: url(/images/reminder/counter_background.png);
	background-repeat: no-repeat;
	float: right;
}

.counter p {
	color: #FFFFFF;
	font-size: 1.0em;
	margin: 5px 0 0 0;
}


/* footer */

#footer {
	text-align: center;
	padding: 28px 0;
}

#footer p {
	color: #A1A1A1;
	margin: 0 100px;
}

#footer a {
	color: #A1A1A1;
}

#footer a:hover {
	color: #A1A1A1;
}

