*{
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
img {
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	background: #29333d url(images/bg.jpg) repeat-x scroll center top;
	color: #000;
}
#top_wrapper {
	clear: both;
	display: block;
	overflow: hidden;
	height: 28px;
	background:#000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding: 12px 0px 0px 0px;
}
#top_content_wrapper {
	clear: both;
	background: #1e462a;
	display: block;
	margin: 20px 0px 15px 0px;
	overflow: visible;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
/*header*/
#header {
	float: left;
	display: inline;
	width: 960px;
	height: 160px;
	background:url(images/nav_bg.png) no-repeat left bottom;
}
#top_header_inner {
	float: left;
	display: inline;
	width: 960px;
	height: 160px;
	background:url(images/logo.png) no-repeat left top;
}
#top_header_right {
	float: left;
	display: inline;
	width: 960px;
	height: 160px;
}
/* subscribe form */
#frmSubscribe {
	float: right;
	display: inline;
	margin: 5px 0px 0px 0px;
	width: 430px;
}
#frmSubscribe .rss_btn {
	float: left;
	display: inline;
	margin: 5px 10px 0px 0px;
}
#frmSubscribe .subscribe_text {
	display: block;
	color: #fff;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#frmSubscribe .txt {
	float: left;
	display: inline;
	width: 240px;
	height: 25px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background:#ffffff url('images/bg-text-top.png') repeat-x 0px 0px;
}
#frmSubscribe .submit {
	float: left;
	display: inline;
	border:solid 1px #5e0000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background: #5e0000;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
	margin: 1px 0px 0px 10px;
}
/*navigation*/
#main_nav {
	float: right;
	display: inline;
	width: 660px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
#main_nav ul {
	margin: 40px 10px 0px 0px;
	padding: 0;
	line-height: normal;
	float: right;
	list-style-type:none;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
#main_nav ul li {
	float: left;
	display: inline;
	margin: 0;
	background: none;
	margin: 0px 3px;
	padding: 0px 0px 0px 0px;
}
#main_nav ul li a {
	text-decoration: none;
	color: #FFF;
	padding: 5px 6px;
}
#main_nav ul li a:hover {
	background: #900;
}
#main_nav ul li a.current {
	background: #900;
}
#nav_btn_img {
	float: left;
	display: inline;
	margin: -7px 0px 0px 5px;
}
#nav_btn_img img {
	border: 0;
}
#nav_btn_img a {
	margin: 0px 3px;
}
/*misc*/
#top_header {
	float: left;
	display: inline;
	width: 960px;
	height: 135px;
}
#separator_nav {
	float: left;
	display: inline;
	width: 959px;
	height: 14px;
	margin: 11px 0px 0px 1px;
	background:#5c6d7f url(images/nav_bg.png) no-repeat left bottom;
}
#ads_area {
	float: left;
	display: inline;
	width: 959px;
	margin: 0px 0px 0px 1px;
	padding: 5px 0px 0px 0px;
	background: #5c6d7f;
	height: 100px;
	text-align: center;
}
/*content*/
#content_area {
	float: left;
	display: inline;
	width: 959px;
	margin: 0px 0px 0px 1px;
	background: #fff;
	min-height: 300px;
	background: url(images/content_bg.jpg) repeat-y top;
}
#content_left {
	float: left;
	display: inline;
	width: 549px;
	padding: 15px;
}
#content_left a {
	text-decoration: none;
	color: #5e0000;
}
#content_left a:hover {
	text-decoration: underline;
}
#content_left h2 {
	float: left;
	display: inline;
	width: 529px;
	height: 50px;
	background: url(images/h2_long.png) no-repeat left top;
	color: #fff;
	font-size: 18px;
	padding: 16px 0px 0px 20px;
}
#content_left .thumb_list .separator {
	float: left;
	display: inline;
	width: 549px;
	margin: 10px 0px;
}
/* view option */
#view_option_list {
	float: left;
	display: inline;
	width: 529px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	padding: 10px 10px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
}
#view_option_list .opt {
	margin: 0px 20px;
}
#view_option_list .opt a {
	color: #000;
}
#view_option_list .opt a:hover {
	color: #000;
	text-decoration: none;
}
/* pic */
#content_left .thumb_list {
	float: left;
	display: inline;
	width: 539px;
	margin: 0px 5px;
}
.thumb_list .thumb_item {
	float: left;
	display: inline;
	width: 539px;
	margin: 5px 0px;
}
.thumb_item .desc_area {
	float: left;
	display: inline;
	width: 360px;
}
.thumb_item img {
	float: left;
	border: 1px solid #000;
	margin-right: 15px;
}
.thumb_item .border_box {
	float: left;
	display: inline;
	width: 340px;
	background:#f5f5f5 url('images/bg-text-top.png') repeat-x 0px 0px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: justify;
	padding: 10px;
	overflow: hidden;
	font-size: 12px;
}
#content_left .border_box a {
	text-decoration: none;
	color: #000;
}
#content_left .border_box a:hover {
	color: #666;
}
.thumb_item .border_box_bottom {
	float: left;
	display: inline;
	width: 340px;
	background:url('images/pointer.png') no-repeat 10px 0px;
	height: 10px;
	margin: -1px 0px 0px 0px;
}
/* text */ 
.text_list_item {
	float: left;
	display: inline;
	width: 539px;
	margin: 5px 0px;
}
.text_list_item .border_box {
	display: block;
	background:#f5f5f5 url('images/bg-text-top.png') repeat-x 0px 0px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	min-height: 50px;
	text-align: justify;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 12px;
}
.text_list_item .border_box .loc_code {
	display: block;
	font-size: 14px;
}
.text_list_item .border_box p {
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
	line-height: 1.5;
}
.text_list_item .border_box_bottom {
	display: block;
	background:url('images/pointer.png') no-repeat 10px 0px;
	height: 10px;
	margin: -1px 0px 0px 0px;
}
.text_list_item .border_box_bottom2 {
	display: block;
	height: 10px;
	margin: -1px 0px 0px 0px;
}
/* cmd btn */
.box_buttons {
	float: right;
	display: inline;
	margin-top: -7px;
}
.box_buttons a {
	float: left;
	display: inline;
	text-decoration: none;
	color: #5e0000;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
}
.box_buttons a:hover {
	text-decoration: underline;
}
.box_buttons .btn_replies, .box_buttons .btn_good, .box_buttons .btn_bad {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}
.btn_replies .btn_img {
	float: left;
	display: inline;
	width: 18px;
	height: 20px;
	background:url(images/ico.png) no-repeat top left;
	background-position: -5px 2px;
}
.btn_good .btn_img {
	float: left;
	display: inline;
	width: 16px;
	height: 20px;
	background:url(images/ico.png) no-repeat top left;
	background-position: -25px 0px;
}
.btn_bad .btn_img {
	float: left;
	display: inline;
	width: 17px;
	height: 20px;
	background:url(images/ico.png) no-repeat top left;
	background-position: -45px 0px;
}
/*common box*/
.common_box {
	float: left;
	display: inline;
	width: 505px;
	background:#f5f5f5 url('images/bg-text-top.png') repeat-x 0px 0px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	min-height: 50px;
	text-align: justify;
	padding: 20px;
	overflow: hidden;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}
.common_box .error_msg {
	float: left;
	display: none;
	font-weight: bold;
	color: #F00;
	width: 405px;
	margin: 0px 0px 0px 100px;
}
.common_box .opt_list {
	float: left;
	display: inline;
	width: 505px;
	margin: 20px 0px 0px 0px;
}
.common_box .opt_list .opt_item {
	float: left;
	margin: 0px 10px;
	cursor: pointer;
}
.common_box .opt_btn {
	float: left;
	display: inline;
	width: 405px;
	height: 50px;
	margin: 20px 0px 0px 100px;
}
.common_box .opt_btn input {
	float: left;
	display: inline;
	border:solid 1px #5c6d7f;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background: #5c6d7f;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
	margin: 10px 0px 0px 0px;
}
.common_box .opt_btn img {
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
}
.common_box .frm_sep {
	float: left;
	display: inline;
	width: 505px;
	margin: 20px 0px 0px 0px;
}
.common_box .frm_sep .frm_text {
	float: left;
	display: inline;
	height: 20px;
	width: 100px;
	padding: 5px 0px 0px 0px;
}
.common_box .frm_sep .frm_input {
	float: left;
	display: inline;
	color: #999;
}
.common_box .frm_sep .frm_input .textinput {
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
}
.common_box .frm_sep .frm_input .txt {
	height: 20px;
}
.post_links {
	float: left;
	display: inline;
	width: 519px;
	border:solid 1px #d0d0d0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 5px 5px;
	font-size: 12px;
	font-weight: bold;
}
.post_links .shorturl {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	height: 20px;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
}
.post_links a.twitter {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	height: 20px;
	padding: 4px 0px 0px 26px;
	background:url(images/twitter_ico.jpg) no-repeat left;
}
.post_links a.facebook {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	height: 20px;
	padding: 4px 0px 0px 26px;
	background:url(images/facebook_ico.jpg) no-repeat left;
	cursor: pointer;
}
#comment_area {
	float: left;
	display: inline;
	width: 539px;
	margin: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
}
#comment_area a {
	font-weight: bold;
}
#comment_area h3 {
	float: left;
	display: inline;
	width: 539px;
	margin: 10px 0px;
}
#comment_area .comment_item {
	float: left;
	display: inline;
	width: 519px;
	border:solid 1px #d0d0d0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 5px 0px;
	background: #f1f1f1;
}
.comment_item .comment_avatar {
	float: left;
	display: inline;
	width: 60px;
}
.comment_item .comment_details {
	float: right;
	display: inline;
	width: 459px;
}
.comment_details .comment_name, .comment_details .comment_text, .comment_details .comment_links {
	float: left;
	display: inline;
	width: 459px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
.comment_links a {
	float: right;
	font-size: 10px;
}
/* comment replies */
.comment_item span, .comment_item span span, .comment_item span span span{
	float: right;
	width: 88%;
	background: url(images/dot.gif) repeat-x;
}
.comment_item span img.reply_img {
	float: left;
	margin: 10px;
}
.comment_item span img.reply_ico {
	float: right;
	margin: 10px 0px 0px 0px;
}
.comment_item span .reply_comment_name,  .comment_item span .reply_comment_text{
	display: block;
	margin: 10px 0px;
}
.comment_item span .reply_comment_links {
	float: right;
	margin: 10px 0px;
	font-size: 10px;
}
/* comment vote */
.comment_details .comment_vote {
	float: right;
	display: inline;
	font-size: 12px;
}
.comment_vote .comment_vote_up {
	float: left;
	display: inline;
	height: 18px;
	background:url(images/thumbs-up.png) no-repeat left;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 20px;
}
.comment_vote .comment_vote_down {
	float: left;
	display: inline;
	height: 18px;
	background:url(images/thumbs-down.png) no-repeat left;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 20px;
}
.comment_form {
	float: left;
	display: inline;
	width: 519px;
	border:solid 1px #d0d0d0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 5px 0px;
	background: #f1f1f1;
	position: relative;
}
.comment_form .disable_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.loading_image {
	position: absolute;
	top: 205px;
	left: 100px;
}
.comment_form .comment_form_name {
	float: left;
	display: inline;
	margin: 5px 0px 5px 0px;
}
.comment_form_name .cf_text {
	float: left;
	display: inline;
	margin: 3px 5px 0px 0px;
}
.comment_form_name .cf_ctrl {
	float: left;
	display: inline;
}
.comment_form_name .cf_ctrl #comment_nick {
	float: left;
	display: inline;
	width: 80px;
	height: 20px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background:#ffffff url('images/bg-text-top.png') repeat-x 0px 0px;
}
.comment_form .comment_form_email {
	float: left;
	display: inline;
	margin: 5px 0px 5px 20px;
}
.comment_form_email .cf_text {
	float: left;
	display: inline;
	margin: 3px 5px 0px 0px;
}
.comment_form_email .cf_ctrl {
	float: left;
	display: inline;
}
.comment_form_email .cf_ctrl #comment_email {
	float: left;
	display: inline;
	width: 120px;
	height: 20px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background:#ffffff url('images/bg-text-top.png') repeat-x 0px 0px;
}
.error_message {
	color: #F00;
	font-weight: bold;
	font-size: 9px;
	float: left;
	display: inline;
	margin-top: 5px;
}
.comment_form .comment_text_txt {
	float: left;
	display: inline;
	margin: 5px 0px;
}
.comment_form .comment_form_comment {
	float: left;
	display: inline;
	margin: 5px 0px;
}
.comment_form_comment #comment_content {
	float: left;
	display: inline;
	width: 509px;
	height: 100px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background:#ffffff url('images/bg-text-top.png') repeat-x 0px 0px;
}

.comment_form #btnSubmit {
	float: left;
	display: inline;
	border:solid 1px #5c6d7f;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background: #5c6d7f;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
	margin: 10px 0px 0px 0px;
}

#btnOpenComment {
	float: left;
	display: inline;
	border:solid 1px #5c6d7f;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background: #5c6d7f;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
	margin: 10px 0px 0px 0px;
}
/*sidebar*/
#sidebar {
	float: right;
	display: inline;
	width: 340px;
	padding: 20px;
	text-align: justify;
	
}
#sidebar .sidebar_box {
	float: left;
	display: inline;
	width: 340px;
	margin: 0px 0px 20px 0px;
}
/* search form */
#frmSearch {
	
}
#frmSearch #s {
	float: left;
	display: inline;
	width: 225px;
	height: 25px;
	border:solid 1px #d0d0d0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background:#ffffff url('images/bg-text-top.png') repeat-x 0px 0px;
}
#frmSearch #btnSubmitSearch {
	float: left;
	display: inline;
	border:solid 1px #5c6d7f;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background: #5c6d7f;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
	margin: 1px 0px 0px 10px;
}
/*content footer*/
#content_footer {
	float: left;
	display: inline;
	width: 960px;
	height: 80px;
	background:url(images/footer_content_bg.png) no-repeat left top;
}
#outer_separator {
	float: left;
	display: inline;
	width: 959px;
	height: 14px;
	margin: 0px 0px 0px 1px;
	background: url(images/content_bg.jpg) repeat-y top;
}
#separator_nav2 {
	float: left;
	display: inline;
	width: 959px;
	height: 14px;
	background: url(images/footer_content_bg.png) no-repeat left top;
}
/*footer*/
#footer_content_wrapper {
	clear: both;
	background: #29333d;
	display: block;
	height: 20px;
}
#fb_frame {
	border:none; 
	overflow:hidden; 
	width:336px; 
	height:555px; 
	background:#FFF;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
}
#pagination {
	float: left;
	display: inline;
	width: 942px;
	font-size: 18px;
	margin: 12px 0px 0px 18px;
}
#pagination a {
	color: #fff;
	text-decoration: none;
}
#pagination a:hover {
	text-decoration: underline;
}
#pagination .page_item {
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 5px 8px;
	color: #fff;
	background: #900;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
}



