/* pcpaydayclub.com (welcome.php) CSS Style Sheet */ 

body {
	background-color:#c5c5c5;
	text-align: center;

}

.outer {
	width: 750px;
	border: 2px outset #076A0D;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
}

.header {
	background: url('./images/header.jpg');
	width: 750px;
	height: 200px;
}

.content
{
	position: relative;
	font-family: Verdana, Arial, Helvetica;
	width: 550px;
	margin-left: 70px;
	margin-right: 60px;
	padding: 10px;
	background-color:#fff;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.footer {
	background: url('./images/footer.jpg');
	width: 750px;
	height: 100px;
	clear: both;
}

h1
{
	font-family: Impact, Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: red;
	text-align: center;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

h3
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #111111;
}
	
.subtitle {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: #ee1111;
}

.underline {text-decoration: underline;}

.orderbox {
	width: 550px;
	border: 5px dashed #ff0000;
	background-color: #FFFF88;
	font-size: 16px;
	font-family: "Verdana, Arial, Helvetica";
	font-weight: normal;
	padding: 10px;
	margin-left:50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.date {font-weight: bold; text-align: center; margin: 0;}
.pblacki {color:#111111; font-weight:bold; font-style: italic;}
.pblue {color:navy; font-weight:bold;}
.pred {color:#ff0000; font-weight:bold;}
.predlg {font-family: Impact; color:#ff0000; font-size:26px;}
.pimpact {font-family: Impact; color:#703E0E; font-size:26px; text-align: justify;}
.pjustify {text-align: justify;}
	
.form {
	position: relative;
	border: 3px dashed #0000cc;
	display: table;
	width: 300px;
	margin-left:15px;
	margin-right: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #111111;
	padding: 10px;
}

.clickbtn {
cursor : pointer;
padding : 5px 5px 7px 5px;
letter-spacing : -1px;
font-size : 20px;
font-weight : bold;
font-family : tahoma, arial;
text-align : center;
width : 300px;
}

.textField
{
	width: 150px;	
	margin-bottom: 3px;
}

.formtitle {
	background-color: #0000ee;
	width: 200px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
}



#div-left {
	float: left;
	width: 400px;
	position: absolute;
	padding: 5px;
}

#div-right {
	float: right;
	width: 220px;
	position: relative;
	padding: 5px;
}

.signature p  { margin: 0; }

.sign {	
	font-family: "Script";
	font-size: 30px;
	color: #0000ff;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.spanstyle {
	background-color: #ffff00;
	width: 585px;
	padding: 1px;
	margin: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

.rights {
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

ul {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

a img {border: none;}

hr {width: 500px;}