@charset "utf-8";
/* CSS Document */

img{border:none;}
h1,h2,h3,h4,h5,h6,p,ol,ul {margin: 0 0 10px 0;}

.clear {clear: both;}
.alignleft {float: left;}
.alignright {float: right; text-align: right;}

body {
	margin: 0;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	background: white;
	color: #292929;
	width: 520px;
	overflow: hidden;
}

.efbpd_tabs,.efbpd_tab_item {
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.efbpd_tabs {
		width: 500px; height: 30px;
		background: blue;
		position: relative;
		padding: 0 10px;
	}
	.efbpd_tab_item {
		background: white;
		margin: 10px 5px 0 5px; padding: 5px 10px 0 10px;
		font-size: 12px;
		font-weight: bold;
		float: left;
		height: 15px;
		text-align: center;
	} .efbpd_tab_item a {
		text-decoration: none;
		color: #333;
	} .efbpd_tabcontent {
		padding: 10px;
		display: none;
	}
	
	#ar {
		width: 93%;
		padding: 10px;
	} #ar .ar-head {
		width: 100%;
		background: #111;
		color: white;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 16px;
		padding: 5px;
		border: #111 1px solid;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-top-left-radius: 4px;
	} #ar .ar-body {
		width: 100%;
		background: #eee;
		padding: 5px;
		color: black;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border: #ccc 1px solid;
	} #ar .ar-body .input-field {
		font-family: Impact;
	} #ar input.submit {
		background: url(go.png) no-repeat;
		border: none;
		outline: none;
		width: 50px; height: 19px;
		position: relative; top: 10px; right: 5px;
	}