/* PRESS STYLESHEET */

.pressLine {
	padding:10px 0;
	border-bottom:1px dotted gray;
}
#pressScene {
	background-image:url(../images/Audionamix-Press_bg.png);
	background-repeat:no-repeat;
	height:100%;
}
.pressBox a {
	background-image:url(../images/Audionamix-PressBox-btn.png);
	background-repeat:no-repeat;
	display:block;
	height:105px;
	width:155px;
	margin:10px 20px 0 0;
	float:left;
	color:white;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.pressBox a:hover {
	background-image:url(../images/Audionamix-PressBox-btn.png);
	background-position:0 -110px;
	cursor:pointer
}
.pressInput {
	width:305px;
	height:20px;
	font-size:14px;
	color:#DB9AC0;
	padding:0 5px;
}
.joinBtn {
	height:18px;
	width:60px;
	border:1px dashed #9D3488;
	margin-left:10px;
	text-align:center;
	padding-top:2px;
}
.joinBtn:hover {
	background-color:#9D3488;
	cursor:pointer;
}
#newsletterList li {
	list-style-position:inside;
	line-height:20px;
}
#newsletterList a {
	color:#CECECE;
	text-decoration:none;
}
#newsletterList a:hover {
	text-decoration:underline;
	cursor:pointer;
	color:#DB9AC0;
}
#newsletterDisplay {
	border:1px solid #9D3488;
	width:400px;
	height:566px;
}

