
body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;

	}

h1 {
	color:#444;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:17px;
	padding:0 5px 0 5px;
	margin-bottom:10px;
	text-align:center;
	height:30px;
	/*border:#e8e8e8 1px solid;*/
	}

h2 {
	color:#444;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	}

h3 {
	color:#444;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	}

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

a:hover {
	color:#369;
	text-decoration:underline;
	}

td, p {font-size:11px;}

td a {
	color:#369;
	text-decoration:none;
	margin-left:5px;
	}

.facebook, .twitter {
	margin-top:10px;
	margin-bottom:10px;
	}

form {
	margin:0;
	padding:0;
	}

#wrapper {}

#content {margin:28px auto 0 auto;}

#inner {
	margin-top:65px;
	background:transparent url(inner_bg_repeat.png) repeat-y;
	}

#top_stuff {}

#post {
	margin-top:-175px;
	margin-left:210px;
	margin-bottom:50px;
	margin-right:10px;
	background:#fff;
	}

.post_title {
	margin-left:5px;
	margin-right:5px;
	}

.post_title a {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	color:#444;
	}

.post_title a:hover {text-decoration:underline;}

.post_url {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	font-size:11px;
	}

#fields {
	margin-top:20px;
	margin-bottom:10px;
	font-size:11px;
	color:#444;
	}

#fields p {margin-left:5px;}

.editable {display:none;}

.clear{clear:both;}

.required {color:#888;}

.send_button {
	background:transparent url(button_send_page.png) 0 0 no-repeat;
	height:50px;
	width:230px;
	cursor:pointer;
	border:none;
	outline:0;
	}

.send_button:hover {background:transparent url(button_send_page.png) 0 -53px no-repeat;}

.send_button:focus {outline:none;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border:1px dotted transparent;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {}

.close_btn {
	background:transparent url(close_window_btn.png) 0 0 no-repeat;
	height:50px;
	width:230px;
	cursor:pointer;
	border:none;
	outline:0;
	}

.close_btn:hover {background:transparent url(close_window_btn.png) 0 -53px no-repeat;}

#your_email, #your_name {
	margin-top:5px;
	width:270px;
	}

.friend_email_txt {margin-left:5px;}

#footer {
	height:50px;
	text-align:center;
	padding-top:20px;
	margin-top:50px;
	background:transparent url(gb_BG_footer.png) no-repeat;
	}
	
#footer_close {
	height:15px;
	background:transparent url(gb_BG_footer_close.png) no-repeat;
	}

#image_box {
	height:190px;
	width:185px;
	overflow:hidden;
	padding-top:10px;
	padding-left:15px;
	margin-top:60px;
	}
	
#image_nav_left {
	float:left;
	margin-top:60px;
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	background:url(thumb_left.png);
	outline:0;
	}

#image_nav_right {
	float:right;
	margin-top:60px;
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	background:url(thumb_right.png);
	outline:0;
	}

ul#images {
	margin:0;
	padding:0;
	height:140px;
	overflow:hidden;
	list-style:none;
	}

ul#images li {
	margin:14px 0 0 10px;
	padding:0;
	position:absolute;
	list-style:none;
	width:120px;
	height:120px;
	overflow:hidden;
	background:#fafafa;
	}

ul#images li img {
	margin:0;
	padding:0;
	border:none;
	width:110px;
	}

span#images_none span {
	font-size:10px;
	color:#666;
	font-weight:bold;
	}
	
#no_image {
	margin-left:34px;
	margin-top:15px;
	}

ul#images_nav li a:hover {background:#fff;}

input.input_box {
	border:1px solid #ddd;
	background:#fafafa;
	padding:4px;
	height:25px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	color:#444;
	}

input.input_box:focus {background:#fff;}

textarea.input_box {
	border:1px solid #ddd;
	background:#fafafa;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	padding:4px;
	font-size:12px;
	width:100%;
	height:65px;
	color:#444;
	}

textarea.input_box:focus {background:#fff;}

.sep {
	border-top:1px solid #f1f1f1;
	padding:4px;
	margin:20px 0 0 0;
	}

#share, #close {text-align:center;}

.close {
	padding-top:30px;
	text-align:center;
	}


