/* CSS Document
Pam Tillis
Media Kit CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#insidetopdiv {
	width: 776px;
	background: url(../images/mediaheader.jpg) top left no-repeat;
	height: 123px;
	}
	
div#maindiv {
	float: left;
	width: 776px ;
	height: 566px;
	background: url(../images/mediaback_03.jpg) bottom right no-repeat;
	position: relative;
	}
	
p.enterpass {
	width: 526px;
	padding: 75px 50px 0 200px;
	}
	
p.enterpass2 {
	width: 526px;
	padding: 10px 50px 0 200px;
	}
	
p.disclaimer {
	width: 506px;
	padding: 75px 70px 0 200px;
	font-size: 100%;
	font-weight: bold;
	}
	
p.disclaimer2 {
	width: 506px;
	padding: 10px 70px 0 200px;
	font-size: 95%;
	font-weight: bold;
	}
	
/* Forms */

form {
	width: 526px;
	padding: 0 0 0 200px;
	}
	
input#continue {
	margin: 20px 0 0 0;
	}
	
/* Links */

p.enterpass a, p.enterpass2 a {
	color: #460702;
	text-decoration: none;
	font-weight: bold;
	}
	
p.enterpass a:hover, p.enterpass2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9a0806;
	}
	
p.disclaimer a, p.disclaimer2 a {
	color: #9a0806;
	text-decoration: none;
	}
	
p.disclaimer a:hover, p.disclaimer2 a:hover {
	text-decoration: underline;
	color: #460702;
	}
