/* Form styles */

/* GLOBAL */

input[type=text],input[type=password]
{
	width:90%;
	height:24px;
	font-size:12pt;
	margin-top:3px;
}

input[type=submit],input[type=button]
{
	padding:4px;
	font-size:10pt;
	font-weight:400;
	color:#222;
	background-color:#CCC;
	border:1px solid #fff;
	margin-top:10px;
	cursor:pointer;
	display:block;
    clear:both;
}


.missing
{
	background-color:#FFC;
}

/* Register Box */

#register,#register_confirmation,#password_reset,#password_reset_confirmation
{
	width:58%;
	border:2px solid #ffc025;
	color:#fddc8b;
	margin:10px 0px 0px 1.5%;
	position:relative;
	float:left;
}

#profile,
#transactions,
#rewards_earned
{
	width:97%;
	border:2px solid #ffc025;
	color:#fff;
	margin:10px 0px 0px 1.5%;
	position:relative;
	float:left;
}

#rewards_earned div,
#transactions div
{
	margin:0px 5% 10px 30px;
}

#register_confirmation,
#password_reset_confirmation
{
	display:none;
}

#rewards_content p,
#register p,
#register_confirmation p,
#password_reset p,
#password_reset_confirmation p,
#rewards_rules p,
#profile p
{
	margin:18px 5% 18px 5%;
	color:#fff;
	font-weight:400;
}

#register input[type=text],
#register input[type=password],
#password_reset input[type=text],
#password_reset input[type=password]
{
	width:60%;
}
input#newsletter_signup {
    margin-top: 13px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
label#lbl_newsletter_signup{float:left;}

#register h2,
#register_confirmation h2,
#password_reset h2,
#password_reset_confirmation h2,
#rewards_rules h2,
#profile h2,
#transactions h2,
#rewards_earned h2
{
	background-color:#ffc025;
	color:#222;
	padding:4px 4px 4px 5%;
	margin-bottom:10px;
}
#register form,
#password_reset form
{
	width:90%;
	margin:auto;
	margin-bottom:10px;
}

#register label,
#rewards_content_lightbox label,
#password_reset label
{
	display:block;
	margin-top:10px;
}

/* Login Box */
#login,
#rewards_logo,
#rewards_rules
{
	width:36%;
	border:2px solid #ffc025;
	color:#fddc8b;
	margin:10px 0px 6px 2%;
	position:relative;
	float:left;
}

#rewards_logo img
{
	width:100%;
}

#rewards_rules ul
{
	width:90%;
	color:#fff;
	margin:10px 0px 10px 30px;
	line-height:18pt;
}

#login p
{
	font-size:10pt;
	margin:6px 0px 6px 0px;
}

#login form
{
	width:90%;
	margin:auto;
	margin-bottom:10px;
}

#login label
{
	display:block;
	margin-top:10px;
}

/* rewards */
#loading
{
	width:284px;
	height:95%;
	color:#000;
	opacity:0.9;
	background:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	display:none;
	position:absolute;
}

#registering
{
	width:200px;
	height:200px;
	color:#000;
	opacity:0.9;
	background:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	left:20%;
	top:30%;
	display:none;
	position:absolute;
}

#rewards_content
{
	width:96%;
	height:700px;
	margin:10px 0px 10px 1.5%;
	background-color:#000;
	color:#333;
	border:2px solid #ffc025;
	position:relative;
	float:left;
}

#rewards_content_lightbox
{
	width:284px;
	margin:0px;
	padding:6px;
	border:2px solid #ffc025;
	background-color:#222;
	color:#fff;
	position:relative;
	float:left;
}

#rewards_content_rules
{
	margin:0px;
	padding:10px;
	border:2px solid #ffc025;
	background-color:#222;
	color:#fff;
	position:relative;
	float:left;
	letter-spacing: 1px;
}

#rewards_content_rules h2
{
	margin-bottom:8px;
}

#rewards_content_rules h3
{
	margin-top:9px;
}


#rewards_content_rules p
{
	line-height:18pt;
}



#rewards_content_lightbox h3
{
	color:#ffc025;
	text-transform:uppercase;
	margin-bottom:8px;
}

#rewards_content_lightbox input[type=radio]
{
	margin-right:4px;
}
#rewards_content_lightbox textarea
{
	font-size:12pt;
	width:98%;
	height:60px;
	margin-top:4px;
}

#rewards_content_lightbox #sub
{
	margin-left:8px;
}

#rewards_content_lightbox hr
{
	position:static;
	float:none;
}

#rewards_content_lightbox #points
{
	margin:7px 5px 0px 0px;
	width:25px;
	margin-left:4px;
}

#rewards_search
{
	width:96%;
	margin:10px auto 10px auto;
}

#frmSearch
{
	margin-top:8px;
	width:100%;
}

#rewards_search input[type=text]
{
	width:93%;
	height:30px;
	position:relative;
	float:left;
}

#rewards_search  input[type=submit]
{
	top:-10px;
}

#rewards_heading
{
	font-size:32px;
	color:#ffc025;
	position:relative;
	float:left;
}

#button_search
{
	width:33px;
	margin-left:12px;
	top:2px;
	position:relative;
	float:left;
}

#header_row
{
	width:96%;
	font-size:18px;
	color:#ffc025;
	margin-left:1.5%;
	padding:5px;
}

#paginator
{
	margin:15px 0px 15px 1.5%;
	color:#fff;
}

#paginator a
{
	font-size:10pt;
	color:#222;
	background-color:#FFF;
	border:1px solid #ffc025;
	padding:3px 6px 3px 6px;
}

#paginator a.paginate
{
	font-size:10pt;
	color:#fff;
	background-color:#444;
	border:1px solid #ffc025;
	padding:3px 6px 3px 6px;
}

#paginator .inactive
{
	font-size:10pt;
	color:#666;
	background-color:#CCC;
	border:1px solid #ffc025;
	padding:3px 6px 3px 6px;
}

#results_count
{
	margin:15px 1.5% 15px 0px;
	color:#fff;
}

.user_row
{
	width:96%;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px;
	margin-left:1.5%;
}

.user_row a
{
	color:#000;
	text-decoration:underline;
}

.user_row a:hover
{
	color:#ffc025;
}


.ghost
{
	color:#CCC;
}

.rowA
{
	background-color:#FFF;
}

.rowB
{
	background-color:#DDD;
}

.r1,.r2
{
	width:18%;
	position:relative;
	float:left;
}

.r3
{
	width:30%;
	position:relative;
	float:left;
}

.r4
{
	width:15%;
	position:relative;
	float:left;
}

.r5
{
	width:5%;
	position:relative;
	float:left;
}
.r6
{
	width:14%;
	position:relative;
	float:left;
}

.r6 img
{
	width:20px;
	margin-left:4px;
}

.r_25
{
	width:25%;
	position:relative;
	float:left;
}

.r_30
{
	width:29%;
	position:relative;
	float:left;
}

.r_50
{
	width:50%;
	position:relative;
	float:left;
}

.plus_sign {
	border: none;
	background-color:#CCC;
	margin-right:3px;
	color: #333;
	cursor: pointer;
	padding: 2px;
	text-align: center;
	width: 10px;
	display: inline;
}

.button
{
	font-size: 12pt;
	color:#fff;
	background-color:#444;
	border: 1px solid #ffc025;
	margin-left:8px;
	padding: 3px 6px 3px 6px;
	cursor:pointer;
	position: relative;
	float: right;
}

.button_left
{
	float: none;
	clear:both;
	margin-left:0px;
}

.welcome
{
	font-size:18pt;
	margin: 14px 0px 0px 5%;
}

.errmsg
{
	font-size:10pt;
	color:#FF0;
}

.disclaimer
{
	font-size:10pt;
}

.highlight, .highlight a
{
	color:#ffc025;
}

.right_margin
{
	margin-right:10px;
}
.black
{
	background-color:#333;
	background-image:none;
}
