html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}

body {
	line-height:1;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

:focus {
 	outline:0
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

#page {
	display:table;
	overflow:hidden;
	margin:0px auto;
}

*:first-child+html #page {
	position:relative;
}/*ie7*/

* html #page {
	position:relative;
}/*ie6*/

#content_container {
	display:table-cell;
	vertical-align: middle;
}

*:first-child+html #content_container {
	position:absolute;
	top:50%;
}/*ie7*/

* html #content_container {
	position:absolute;
	top:50%;
}/*ie6*/

*:first-child+html #content {
	position:relative;
	top:-50%;
}/*ie7*/

* html #content {
	position:relative;
	top:-50%;
}/*ie6*/

html,body {
	height:100%;
}

body {
	color:#7f7f7f;
	font-size:11pt;
	font-family:Helvetica Neue, Helvetica, Arial, "Trebuchet MS", sans-serif;
	line-height:18px;
	/* background-color: #dd221f; */
	background-color: white;
}

h1 {
	font-size:14px;
}

h2 {
	padding-top:10px;
}

p {
	padding-top:5px;
	font-size: 10pt;
}

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

a:hover {
	color:#000;
}

a.more {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #ccc solid;
}

#page {
	height:100%;width:980px;
}

#content_container {
	padding:10px;
}

#content { 
	padding:20px;
	background-color: #f1f1f1;
	border-radius: 10px;
	font-size:11pt;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #cccccc;
}

#redeem input {
	
		/* background-color:#f1f1f1; */
		width: 100%;
		padding: 9px;
		border: none;
		border-radius: 3px;
		vertical-align:middle; 
		margin-left: -2px; 
		margin-top: 10px;
		color: #525252; 
		font: normal 9pt "Helvetica Neue",Arial,Helvetica,sans-serif;
		border-bottom: 1px solid #ddd; 
		border-left: 1px solid #d5d5d5; 
		border-right: 1px solid #d5d5d5; 
		border-top: 1px solid #bcbcbc;
		padding: 4px; 
		width: 100%;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px;
		background: #fff url("images/input_bg.png") repeat-x top left;
	
}

.tagline {
	clear: both;
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	color: rgb(118, 119, 120);
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-weight: 700;
	font-style: italic;
	font-size: 18pt;
	border-radius: 10px;
	width:620px;
}

.clear {
	clear:both;
	display:block;
	height:15px;
	overflow:hidden;
	width:100%;
}