html {
	position:relative;
}

p {padding:7px;}
p.emailListing {padding:0px;}

body {
	position:relative;
}

.clear {
	clear:both;
}

.wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}

#top {
	display:block;
}

#navbar {
	display:block;
}

#navbar li {
	float:left;
}

#main {
	display:block;
/*	background:#edff00;
*/}

#footer {
	display:block;
	height:50px;
}

.admin_table {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
	z-index: 80;
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #DDD;
}

.admin_table tr th {
	background:rgba(0,0,0,.2);
	border:1px solid #fff;
}

.admin_table tr td {
	/*background:rgba(0,0,0,.1);*/
	border:1px solid #fff;
}
fieldset {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px 20px 0 20px;
	border:1px solid #a5a5a5;
}

fieldset legend {
	color:#515151;
	padding:0 10px;
	font-weight:600;
}

select {
	margin:3px 0;
	height:22px;
	font-size:14px;
	line-height:18px;
	padding:0;
	min-width:70px;
}

input[type="text"],input[type="password"], textarea {
	margin:0;
	-webkit-box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(50, 50, 50, 0.1);
	padding:4px 6px 2px 6px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:1.1em;
	line-height:18px;
	background:#FFFFFF;
	color:#202122;
	width:500px;
	outline: none !important;
	vertical-align:middle;
	background: -moz-linear-gradient(bottom, #ddd 0%, #fff 60%, #fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #ddd), color-stop(0.6, #FFF), color-stop(1.0, #fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	border:0;
}

textarea {
	background: -moz-linear-gradient(bottom, #ddd 0%, #fff 20%, #fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #ddd), color-stop(0.2, #FFF), color-stop(1.0, #fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}


input[type="text"],input[type="password"] {
	height:22px;
	width:250px;
}

input[type="checkBox"] {
	margin:3px 0;
	box-shadow: 0 1px 4px #333 inset;
	-webkit-box-shadow:0 1px 4px #333 inset;
	-moz-box-shadow:0 1px 4px #333 inset;
	border:none;
	height:25px;
	line-height:25px;
	padding:0 5px;
}
/*
input[type="submit"] {
	-webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.6) inset;
    -moz-box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6) inset;
    background: -moz-linear-gradient(center top , #2E8BF4 0%, #2E8BF4 60%, #297BD8 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #2e8bf4), color-stop(0.6, #2e8bf4), color-stop(1.0, #297BD8));
	background: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e8bf4', endColorstr='#2e8bf4');
    border: 1px solid #1B5291;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

input[type="submit"]:hover {
	background: #FFD606;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #297BD8), color-stop(0.6, #2e8bf4), color-stop(1.0, #2e8bf4));
	background:-moz-linear-gradient(center top, #297BD8 0%, #2e8bf4 60%, #2e8bf4 100%);
	-webkit-box-shadow:-1px -1px 2px rgba(255,255,255,0.6) inset;
	-moz-box-shadow:-1px -1px 2px rgba(255,255,255,0.6) inset;
	box-shadow:-1px -1px 2px rgba(255,255,255,0.6) inset;
	text-decoration:none !important;
	
}
*/
.page-content .rc .input {
	float:right;
	margin-right:320px;
}

.page-content .rc label {
	margin-right:20px;
	line-height:44px;
	height:22px;
	float:left;
}

.admin label {
	width:75px;
	display:block;
	text-align:right;
	float:left;
	line-height:32px;
	margin-right:8px;
}

.page-content label {
	font-size:15px;
}

.page-content .space {
	display:block;
	height:20px;
}

.disabled { display:none; }


.btn, input[type="submit"] {
	padding: 0px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #464646;
	background: #E8E7E7;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 0 1px #BEBFC2 inset, 0 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 27px 20px -18px white inset, 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 0 0 1px #BEBFC2 inset, 0 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 27px 20px -18px white inset, 0 1px 0 0 rgba(255, 255, 255, 0.6);
	display: inline-block;
	height: 28px;
	line-height: 30px;
	outline: none !important;
	border: none;
	vertical-align: middle;
	font-size: 1.2em;
	text-decoration: none;
	margin-top:5px;
}

#paginator_stats {
	text-align:center;
}

table.page_table td {
	padding:5px 0px;
}

table.page_table td.login_label {
	padding-right:10px;
}

div.input {
	padding:10px 0px;
}

h2 {
	float:left;
}







h2#present {
	background:url('/img/gift.png') 0 0 no-repeat;
	padding-left:120px !important;
	height:70px;
	line-height:65px;
	margin-left:40px !important;
}

.button {
	color: black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-shadow: rgba(0, 0, 0, 0.296875) 0px -1px 1px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00B32D), to(#00E639));
	border: 1px solid #D5A45B;
	box-shadow: rgba(255, 255, 255, 0.496094) 0px 0px 4px inset;
	cursor: pointer;
	margin:10px auto;
}

tr ._labels {
	text-align:right;
}

#email_form {
	position:absolute;
	top:200px;
	left:0;
	width:550px;
	background-color:#FFFFFF;
	border:2px solid #666666;
	z-index:10001;
	display:block;
	margin:0;
	padding:0;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#background_overlay {
	position:absolute;
	top:200px;
	left:0;
	width:100%;
	background-color:#000000;
	z-index:10000;
	display:block;
	overflow:hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#email_form input {
	height:20px;
	width:200px;
	padding:4px;
	margin:0px 0;
	border:1px solid #afafaf;
}

#email_form h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 15px;
}

#email_form tr td {
	border: 0;
	padding: 0px 10px;
}

#email_form table {
	margin-left:50px;
}

.x {
	background: transparent url('/img/x.png') 0 bottom no-repeat;
	width:20px;
	height:18px;
	position:absolute;
	right:3px;
	top:3px;
	padding:2px 2px 0 0;
	cursor:pointer;
}

#message {
	width:375px;
	margin:0 auto;
	padding:20px;
}