/*
 * Repost.Us Plugin CSS
 */

.rpuplugin-note {
	font-size:.8em;
	}

p.rpuplugin-p {
	padding-bottom:10px;
	}

table.rpuplugin-table {
	max-width:500px;border-spacing:0;
	}

th.rpuplugin-th,
td.rpuplugin-td,
td.rpuplugin-td-img,
td.rpuplugin-td-last {
	display:table-cell;
	border-bottom:#ccc solid 1px;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	}

td.rpuplugin-td-img {
	text-align:left;
	}

td.rpuplugin-td-last {
	border-bottom:none;
	}

hr.rpuplugin-hr {
	background:#ccc;
	height:1px;
	margin:.5em 0;
	border:none;
	width:100%;
	max-width:775px;
	}

.rpuplugin_alert_box {
	margin-left:10px;
	color:#333;
	text-shadow:0px 1px 1px #fff;
	font-size:10pt;
	line-height:12pt;
	border:#aaa solid 1px;
	padding:10px 15px;
	background:#ddd;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	max-width:750px;
	}

.rpuplugin_alert_box p {
	margin:10px 0;
	font-size:14px;
	line-height:20px;
	}

.rpuMessageTitle {
	color:green;
	}

#rpuplugin-api-key {
	font-size:12pt;
	line-height:14pt;
	}

#rpuplugin-shortcode {
	color:#003399;
	padding-left:20px;
	font-size:.9em;
	}

#rpuplugin-account-question {
	font-size:12pt;
	line-height:14pt;
	}

#rpuEmailReq {
	text-align:center;
	margin-top:10px;
	}

#rpuplugin_apisave {
	margin-left:20px;
	}

img#rpuplugin_bttn_tiny {
	margin-top:-8px;
	}

#rpuplugin_button_custom {
	max-width:120px;
	display:inline;
	font-size:.8em;
	}
	
#rpuplugin_exclude_year,
#rpuplugin_exclude_month,
#rpuplugin_exclude_day {
	display:inline;
	text-align:center;
	}	

#rpuplugin_exclude_year {
	width:60px;
	}	

#rpuplugin_exclude_month,
#rpuplugin_exclude_day {
	width:40px;
	}

#rpuplugin-syndicated-count {
	margin:15px 0;
	}	

#rpuplugin_reset_syndication {
	margin-left:10px;
	}	

#rpuplugin-api-not-intalled {
	color:#ff0000;
	font-weight:bold;
	}	

#rpuplugin-api-intalled {
	color:#00cc00;
	font-weight:bold;
	}	

#rpuplugin-default-not-set {
	color:#ff0000;
	font-weight:bold;
	}	

#rpuplugin-included-in-plugin {
	color:#FF0000;
	font-weight:bold;
	}	

.rpuRepostUsButtonWrap#rpuplugin-button-top,
.rpuRepostUsButtonWrap#rpuplugin-button-bottom {
	position:relative;
	float:right;
	padding-left:20px;
	border:none;
	}	

#rpuplugin-display-button {
	padding:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	}	

#rpuplugin-display-text {
	text-decoration:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	padding:0;
	display:inline-block;
	}	

#rpuplugin-display-textbutton {
	vertical-align:middle;
	padding:0 0 4px 0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	}	

a.rpuThumb img {
	float:left;
	margin-right:10px;
	}