/* @override http://www.freshapps.com/wp-content/plugins/oiopub-direct/templates/default/style.css */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

*{margin:0;padding:0;} 
html, body {
	margin: 0; padding: 0;
	font-size: 85%; /* enables you to easily size text with ems */
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	background: #f2f2f2 url(/_img/layout2/back-body.gif) repeat-x;
	color: #555555; /* default font color */
	position: relative;
  	width: 100%; 
}
h1{
	font-size:22px;
	background: url(/_img/layout2/logo-freshapps-ad.png) no-repeat;
	padding-top: 130px;
}
h2{font-size:18px; }
h3{
	font-size:18px; 
	padding-bottom: 3px; 
	margin: -5px -5px 7px -5px; 
	border-top: 2px solid #95c35f;
	background: #b1de7c;
	padding: 3px 3px 3px 7px;
	color: #ffffcc;
	border-bottom: 1px dotted #ffffcc;
}
h4{font-size:14px;}
a{
	color:#0087CC;
	text-decoration:none;
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}

a:hover{text-decoration: underline;
color:#0087CC;}
#wrapper{
	margin:0px auto;
	text-align:left; 
	width:980px;
	background: transparent url(/_img/layout2/back-floral.png) no-repeat 297px 5px;
} 
/* Universal */
.clear {
	clear: both;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.float-right{
		float: right;
		padding-left: 5px;
		padding-bottom: 5px;
	}
.float-left{
		float: left;
		padding-right: 10px;
		padding-bottom: 0px;
	}


/* WRAPPER */

#wrap {
	width: 750px;
	margin: 0 auto;
	background: #FFF;
}

/* HEADER */

#header {
	text-align: center;
	padding: 5px 0 10px 0;
}

/* FOOTER */

#footer, #footer a {
	color: #999;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
}

#footer a:hover {
	color: green;
}

/* MAIN CONTENT */

#content {
	text-align: center;
}

/* MISC ELEMENTS */

#ad-details {
	display: none;
}

.error {
	color:red;
}
/* TABLE*/
.start {
	padding: 10px;
	margin: 30px ;
	border: 1px solid #E7E7E7;
	text-align: left;
	width: 92%;

}
td {
	padding: 5px;
}

.payment-link, .payment-link a {
	font-weight: bold;
	margin: 40px 0 25px 0;
}