* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font-family: Georgia, serif;
	color: #2a1ca1;
	font-size: 120%
	}
	
p, h1, h2, h3, h4 {
	margin-bottom: 18px;
	}
p.warning {
	font-size: 0.8em;
	}
p.warning strong {
	font-weight: normal;
	color: #cc0000;
	}
	
h1, h2, h3, h4 {
	font-weight: normal;
	}
	
.g_header_o {
	margin-bottom: 36px;
	}

.g_wrapper_o {
	width: 800px;
	text-align: left;
	margin: 36px auto;
	}
	
.g_footer_o {
	margin-top: 36px;
	}
.g_footer_i {
	padding-top: 9px;
	}

/* Beta login
----------------------------------------------------------------------------------------*/
input#beta-password {
	font-size: 200%;
	float: left;
	}
input#beta-password-button {
	font-size: 150%;
	margin-left: 20px;
	padding: 5px;
	float: left;
	}

/* Coming Soon
----------------------------------------------------------------------------------------*/
div.coming-soon {
	margin: auto;
	width: 300px;
	height: 292px;
	background: url('images/coming-soon.jpg') no-repeat;
	}
div.coming-soon p {
	text-indent: -999999px;
	}


/* Header
----------------------------------------------------------------------------------------*/
.g_header_i {
	width: 272px;
	height: 66px;
	background: url('images/logo.jpg') no-repeat;
	}
.g_header_i h1 {
	text-indent: -999999px;
	}

	
/* f_createpoke
----------------------------------------------------------------------------------------*/
.f_postcard {
	width: 800px;
	height: 495px;
	overflow: hidden;
	background: url('images/postcard.jpg') no-repeat;
	}
.f_postcard .f_message {
	float: left;
	width: 400px;
	}
.f_postcard .f_address {
	float: right;
	width: 400px;
	}
.f_postcard label {
	display: none;
	}
.f_postcard .f_message textarea#poke_message, .f_postcard .f_message .sent_message {
	width: 280px;
	height: 330px;
	margin: 50px;
	background: url('images/blueline.gif');
	border: none;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.25;
	color: #999;
	overflow: hidden;
	}
.f_postcard .f_address textarea#poke_name, .f_postcard .f_address .sent_name {
	width: 280px;
	height: 32px;
	margin: 200px 0 0 40px;
	background: url('images/blueline.gif');	
	border: none;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.25;
	color: #999;
	overflow: hidden;
	}
.f_postcard .f_address textarea#poke_address, .f_postcard .f_address .sent_address {
	width: 280px;
	margin: 0 0 0 40px;
	background: url('images/blueline.gif');
	border: none;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.25;
	height: 160px;
	color: #999;
	overflow: hidden;
	}
.f_postcard .f_message .sent_message, .f_postcard .f_address .sent_name, .f_postcard .f_address .sent_address {
	color: #2A1CA1;
	}
.f_when label {
	float: left;
	width: 200px;
	margin: 20px 50px 0 30px;
	}
.f_when .w_radio {
	float: left;
	width: 300px;
	}
.f_when .w_radio p {
	padding-left: 20px;
	padding-top: 12px;
	background: url('images/divider.jpg') no-repeat;
	line-height: 1.4em;
	margin-bottom: 0;
	}
.f_when .w_radio span {
	margin-left: 6px;
	}
.f_createpoke .f_submit {
	margin-top: 40px;
	}
.f_createpoke .poke-notready {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	}
.f_createpoke .poke-ready {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display: none;
	}
.f_createpoke .w_submit {
	float: right;
	width: 540px;
	}
.f_createpoke .w_submit input.btn {
	width: 200px;
	height: 100px;
	background: transparent url('images/poke-button.gif') no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -99999px;
	}
.f_createpoke .w_submit input.btnhov {
	background-position: 0 -100px;
	}
.f_createpoke .w_submit input.btnact {
	background-position: 0 -200px;
	}

	
	
/* footer
----------------------------------------------------------------------------------------*/
.g_footer_o {
	background: url('images/divider.jpg') no-repeat;
	padding-top: 10px;
	}
.g_footer_i p {
	display: none;
	}
	
/* NDML
----------------------------------------------------------------------------------------*/	
img {
	border: none;
	}
hr {
	display: none;
	}
.clear {
	clear: both;
	}
