@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin: 0px;
	}
	
body {
	font-family: Helvetica,Arial, sans-serif;
	font-size:11px;
	background:#3b5997;
	}
	
br {
	clear:both;
	}
	
a {
	color:#444;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	}
	
.container {
	width:500px;
	height:240px;
	margin-top:100px; 
	background:url(../_img/form_bg.jpg) no-repeat;
	text-align:left; 
	list-style:none; 
	color:#fff;
	padding:180px 25px 0px 25px;
	}
	
.note {
	background:#ffff99;
	width:470px;
	border:#666 solid 1px;
	padding:15px;
	margin-bottom:10px;
	list-style:none;
	font-size:12px;
	color:#444;
}


.closeNote{
	width:13px;
	height:13px;
	float:right;
	display:block;
	text-decoration:none;
	margin-right:0px;
	background:url(../_img/delete_note.gif) no-repeat bottom;
	}

.closeNote:hover {
	background:url(../_img/delete_note.gif) no-repeat top;
}

.vis_download{
	width:470px;
	border:#b1bdd5 solid 1px;
	padding:15px;
	margin-bottom:10px;
	list-style:none;
	font-size:11px;
	line-height:1.5em;
	color:#b1bdd5;
	text-align:left;
}

.smspost {
	width:470px;
	border:#b1bdd5 solid 1px;
	padding:15px;
	margin-bottom:10px;
	list-style:none;
	font-size:11px;
	line-height:1.5em;
	color:#b1bdd5;
	text-align:left;
}

.vis_download a{
	color:#899bc1;
}

.vis_download a:hover{
	color:#fff;
}
	
.closeEntry{
	width:13px;
	height:13px;
	float:right;
	text-decoration:none;
	margin-right:0px;
	padding:0px;
	display:block;
	text-indent:-1000px;
	background:url(../_img/delete.gif) no-repeat top
	;
	}

.closeEntry:hover{
	background:url(../_img/delete_hover.gif) no-repeat top;
}


.book {
	width:550px;
	list-style:none; 
	font-size:12px;
	/*background:#5872a6;*/
	text-align:left;
	color:#fff;
	padding:20px 25px 20px 25px;
	padding-top:0px;
	padding-bottom:20px;
}

.book .entry {
	border-bottom:#36538d 1px dotted;
	margin:0px 25px 0px 25px;
	
}

.book .entry .text_block {
	padding:25px 15px 25px 15px;
}
.book h2 {
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:10px;
	color:#acb9d3;
}

.book .delete_prompt {
	float:right;
	background:#ffff99;
	padding:2px;
	color:#222;
	font-size:11px;

}

	
#form {
	padding:25px;
	color:#333;
	font-size:1em;	
	}
	
#form textarea, #form #name{
	font-family: Helvetica,Arial, sans-serif;
	font-size:18px;
	width:440px;
	border:1px solid #666;
	padding:5px;
	color:#ccc;
	}
	
#form textarea {
	height:80px;
	margin-top:10px;
	}

#form #countdown {
	margin-top:10px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#666;
}

#form #submit {
	padding:5px;
	font-size:1.2em;
	float:right;
	border:1px solid #666;
	background:#666;
	margin-top:10px;
	color:#fff;
	font-weight:bold;	
	}
	
#msgme {
	display:block;
	height:30px;
	text-indent:-1000px;
	background:url(../_img/msgme.jpg) left top no-repeat;
}

#msgme:hover {
	background:url(../_img/msgme.jpg) left bottom no-repeat;
}
	
#credit{
	padding: 0px 25px 0px 25px;
	color:#b1bdd5;
	font-size:11px;
}

#credit a{
	color:#b1bdd5;
}

#credit a:hover{
	color:#fff;
}
