/* Styles for Partner Email Opt-Out Page - Created 4 November 2009 - JKanost */

div.opt-out {
	padding:10px;
	width:651px; height:153px;
	background:#fff url(/styles_assets/images/email/optout-bg.png) no-repeat;
	margin:10px auto;
	}
	
	.opt-out h1 {
		color:#bc0571;
		font-size:28px;
		text-transform:uppercase;
		margin:0;
		}
		
	.opt-out div {
		width:500px;
		margin:15px auto 0;
		position:relative;
		}
				
	/* Disable this css, because it will cause UI problem in order status page.
		a.btn-submit {
		height:28px;
		position:absolute;
		top:-6px;
		right:0;
		}*/
	
	a.btn-optsubmit{
		background:url(/Styles_assets/images/reorder/btn-submit.png) no-repeat top;
		display:block;
		width:81px;
		height:28px;
		text-indent:-9999px;
		margin:0 auto;
	}
	
	a.btn-optsubmit {
		height:28px;
		position:absolute;
		top:-6px;
		right:0;
		}
			
	.opt-out p {
		font-size:16px;
		line-height:20px;
		text-align:center;
		padding:0px;
		margin:8px 0 0;
		}
		
	p#success {
		margin:28px 0 0;
		}
		

		

