/* OIO Sandbox Template */

/* Main Body Styles */

	body { background: #EDECEF;	font: 0.9em Georgia, "Times New Roman", Times, serif; color: #333; }
	body, form { margin: 0; padding: 0; }
	a {	color: #333; text-decoration: none; }
	a:hover { color: #0066cc; text-decoration: underline; }

/* WRAPPER */

	#oiopub-container { padding: 0 !important; background-color:#FFFFFF; }
	#wrap {	width: 750px; margin: 0 auto;}

/* HEADER */

	#header { padding: 10px 0 30px; color: #333; font-size: 1.1em; font-style: italic; font-weight: normal; font-variant: normal; }
	#header img { float: left; }
	#header h1 { text-align: right; }	

/* MAIN CONTENT */

	#content { text-align: center; padding-top: 20px; border-top: 1px solid #C3C3C6; border-right: 1px solid #C3C3C6; border-bottom: none; border-left: 1px solid #C3C3C6; background: #FFF; }

	#content table { }
	/* #content table b { color: #111; } */
	#content table table {  }
	#content table h3 {	font-size: 1.7em; color: #333; font-weight: normal; letter-spacing: 1px; padding: 0 0 10px; margin: 0; }
	
	#content select { font: 1em Georgia, "Times New Roman", Times, serif; width: 275px !important; text-align: left; border: 1px solid #C3C3C6; padding:2px; }
	#content select option { margin: 3px 0; }
	#content input { border: 1px solid #b0b0ff; }
	#content input[type="text"]:focus { border: 1px solid #000; }
	
	.start { background: #FFF; border: 1px solid #b0b0ff; padding: 20px 10px 20px 10px; }
	.start table td { padding: 5px; }
	
	table.start a { text-decoration: underline; }

/* FOOTER */

	#footer { color: #999; text-align: center; padding-top: 40px; padding-bottom: 20px; font-style: italic; font-size: 0.8em; background: #FFF; border-top: none; border-right: 1px solid #C3C3C6; border-bottom: 1px solid #C3C3C6; border-left: 1px solid #C3C3C6; margin-bottom: 40px; }
	#footer a { color: #999; }
	#footer a:hover { color: #0A93FC; }

/* MISC ELEMENTS */ 

	#ad-details { display: none; }
	.error { color:red; }
	.start { padding: 10px; margin-top: 30px; text-align: left; }
	.payment-link, .payment-link a { font-weight: bold; padding: 40px 0px 25px 0px; }

/* BUTTONS */

	.oiostartbutton {
		width: 277px;
		height: 56px;
		color: #000;
		font: italic normal 1.2em Georgia, "Times New Roman", Times, serif;
		background-image:url(images/button1.gif);
		}
	.oiopaymentbutton {
		width: 277px;
		height: 56px;
		color: #000;
		font: italic normal 1.259em Georgia, "Times New Roman", Times, serif;
		text-align:center;
		background-image:url(images/button1.gif);
		}
	.oiostartbutton:hover {
		color: #fff;
		}
	.oiopaymentbutton:hover {
		color: #fff;
		}
/* OTHER MODS */

	.price-table {
		border-collapse: collapse; 
		border: 0px none; 
		padding:0px;
		margin:0px;
		height:1.1em;
		}
	.col1 {
		width:60px;
		padding:0px;
		text-align:right;
		}
	.col2 {
		padding:0px 0px 0px 5px;
		text-align:left;
		}