	.body p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	color:#FFF;
	
	line-height: 1.2;
}
	
	
body {
	width:100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right: 0px;
	background-color:#fff;
	background-image:url(../images/bg.png);
	background-size: 100% 100%;
	 background-attachment: fixed;
	}
	
	
	
div.topwrap {
	position: relative;
   width: 100%;
	margin: 0 auto;
	background-image:none;
	background-repeat:repeat-x;
		
	}
div.top {
	position:relative;
	width: 620px;
	height: 100px;
	margin: 0;
	text-align:center;	
	left: 50%;
	margin-left: -320px;
}
div.logo {
	position:absolute;
	width: 400px;
	height: 90px;
	margin: 0;
	text-align:center;	
	background-image:url(../images/logo.png);
	left: 0;
	top: 0;
}
.btn-get {
	position:absolute;
	width: 230px;
	height: 55px;
	margin: 0;
	text-align:center;	
	background-image:url(../images/btn-get.png);
	background-repeat:no-repeat;
	right: 10px;
	top: 20px;
} .btn-get:hover {
	opacity: 0.7;
	
}

	/* ......................................................................CONTENT............................................................................................. */



div.mainwrap {
	position: relative;
    width: 620px;
	margin: 0 auto;
	
	overflow-y: auto;
	overflow-x: hidden;
	background-color:#e3e3e3;
		-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	}
	
div.main {
	position:relative;
	width: 620px;
	margin: 0 auto;
	text-align:center;	

	padding-bottom: 30px;

}


div.element {
	position:relative;
	float: left;
	width:598px;
	height: 98px;
	margin: 0;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:left;
	background-color:#F2F2F2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

.element a {
	border: 0;
	text-decoration: none;	
}

.newlabel{
	position: absolute;
	z-index: 999;
	width: 96px;
	height: 96px;
	top: -1px;
	left: 5px;

}
.thumbimg {
	width: 274px;
	height: 205px;
	margin-left: 19px;
	margin-top: 20px;
	border: 1px #000 solid;
}
	.pstrnav {
		width: 250px;
		margin: 0 auto;
		padding-top: 25px;
	}
.singer {
	display: block;
	width: 100%;
	font-family: 'PT Sans Narrow', sans;
	color: #999;
	font-size: 19;
	font-weight: 400;
	margin-left: 120px;
	line-height: 21px;
}
.song {
	display: block;
	width: 100%;
	font-family: 'PT Sans Narrow', sans;
	color: #1C2938;
	font-size: 24;
	font-weight: 400;
	margin-left: 120px;
	line-height: 25px;
}


.btn-listen {
	position:absolute;
	width: 116px;
	height: 98px;
	margin: 0;
	text-align:center;	
	background-image:url(../images/btn-watch.png);
	right: 0px;
	bottom: 0px;
} .btn-listen:hover {
	opacity: 0.5;
	
}


.btn-more {
	
	display:inline-block;
	position:relative;
	width: 230px;
	height: 55px;
	text-align:center;	
	background-image:url(../images/btn-more.png);
	float: left;
	margin-left: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
	

} .btn-more:hover {
	opacity: 0.5;
	
}

.btn-back {
	
	display:inline-block;
	position:relative;
		width: 230px;
	height: 55px;
	text-align:center;	
	background-image:url(../images/btn-back.png);
	float: left;
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
	

} .btn-back:hover {
	opacity: 0.5;
	
}

div.audioclip {
		width: 100%;
	height: 300px;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}
.audioclip h1 {
	display: block;
	width: 100%;
	font-family: 'PT Sans Narrow', sans;
	color: #1C2938;
	font-size: 21pt;
	font-weight: 400;
	margin-left: 20px;
	line-height: 1.2;
	text-align:center;
}
audio {
  width: 100% !important;
  height: 60px;
}
/* ......................................................................FOOTER............................................................................................. */



div.footerwrap {
	position: relative;
	width: 100%;
	margin:0 auto;
	height: 780px;

	}
div.footer {
	position:relative;
	width: 620px;
	margin: 0;
	text-align:left;	
	margin:0 auto;
	padding-top: 15px;
	opacity: 0.9;
}


.footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	color:#fff;
	margin: 0;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}

.footer li {
	list-style:circle;
	display: inline-block;
	margin-right: 30px;
	margin-left: -20px;
	

}
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size:14px;
	margin: 0;
	color: #fff;
	
	line-height: 20px;
	text-decoration:underline;
}
.footer a:hover {
	color:#fff;
}





div.searchblock {
	position:relative;
	width: 620px;
	height: 70px;
	margin: 0;
	text-align:left;	

	padding-top: 15px;
	background-color:#FFF;
	border-bottom: 1px solid #CCC;
	background-image:url(../images/search_bg.png);
	background-repeat:no-repeat;
	background-position: left top;
}

.searchInput
{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 12pt;
	border: none;
	width: 360px;
	height: 46px;
	padding: 5px;
	resize: none;
	position: absolute;
	z-index: 4;
	top: 20px;
	left: 70px;
	overflow-y: auto;
	background-color:#fff;
	border-radius: 5px;
	border:1px solid #e3e3e3;
	opacity: 1;
	margin-left: 10px;
}


.button-search
{
	background-repeat:	no-repeat;
	background-color:	transparent;
	height:			56px;
	width:			166px;
	border:			none;
	text-indent:		-999em;
	background-image:url(../images/button-search.png);
	position: absolute;
	z-index: 15;
	top: 15px;
	right: 10px;
	opacity: 1;
	cursor: pointer;
}
.button-search:hover
{
	
	opacity: 0.7;
}




/* ................................................................LIGHTBOX............................................................................................. */



div.lightboxwrapper{
	position:fixed;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-image:url(../images/opacitybg.png);
}


div.lbbox{
	position:absolute;
	width:600px;
	height: 600px;
	 left: 50%;
  margin-left: -300px;
   top: 50%;
  margin-top: -300px;
	z-index: 99;
	background-color:#FFF;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

div.closebut{
	position:absolute;
	width:25px;
	height:25px;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
}
.lbbox h1 {
	padding-bottom: 3px;
	font-family: 'PT Sans', sans;
	font-size: 38px;
	color: #099;
	line-height: 38px;
	vertical-align:middle;
	text-transform:none;
	font-weight: 700;
	text-align:center;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:15px;
	margin-bottom: 15px;
}

.lbbox h2 {
	padding-bottom: 3px;
	font-family: 'PT Sans', sans;
	font-size: 16px;
	color: #999;
	line-height: 16px;
	vertical-align:middle;
	text-transform:none;
	font-weight: 300;
	text-align:center;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:15px;
	margin-bottom: 15px;
	
}
.lbbox p {
	padding-bottom: 3px;
	font-family: 'PT Sans', sans;
	font-size: 13px;
	color: #999;
	line-height: 13px;
	vertical-align:middle;
	text-transform:none;
	font-weight: 300;
	text-align:center;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:10px;
	margin-bottom: 10px;
	
}
.lbbox a {
	
	color: #00cc66;
}



.telinput
{
	font-family: 'PT Sans', sans;
	font-size: 18pt;
	padding: 5px;
	resize: none;
	position: relative;
	float: left;

	overflow-y: auto;
	-webkit-box-shadow: inset 0px 7px 23px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 7px 23px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 7px 23px 0px rgba(0, 0, 0, 0.2);	
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:300px;
	text-decoration:none;
	text-align:left;
	margin-left: 50px;
	padding-left: 15px;
	padding-right: 15px;
	
}
.info {
height: auto;
padding-bottom: 50px;
}
	.info h1{
	height: 66px;
	font-family: 'PT Sans Narrow', sans;
	font-weight: 400;
	font-size:2em;
	color:#000;
	line-height: 1.2;
	margin: 0;
	margin-left: 10px;
	padding-top: 20px;	text-align: left;

}

	.info p{
	font-family: 'PT Sans Narrow', sans;
	font-weight: 400;
	font-size:1.2em;
	color:#000;
	line-height: 1.2;
	margin: 0;
	text-align: left;
	margin-left: 10px;

}


.submitbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#1C2938;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family: 'PT Sans', sans;
	font-size:16px;
	font-weight:300;
	font-style:normal;
	text-transform: uppercase;
	height:65px;
	line-height:65px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 4px #18702e;
	border: 0;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}.submitbutton:hover {
	background-color:#1C2938;
}



#idContentPhone {

		font-family: 'PT Sans Narrow', sans;
	font-size: 1.2em;
	border: none;
	width: 35%;
	height: 56px;
	padding: 5px;
	resize: none;
	position: relative;
	z-index: 4;
float: left;
	overflow-y: auto;
	background-color:#FFF;
	border: 1px #777 solid;
	border-radius: 5px;
	opacity: 1;margin-left: 5px;
	
}

#idContentPassword {

		font-family: 'PT Sans Narrow', sans;
	font-size: 1.2em;
	border: none;
width: 35%;
	height: 56px;
	padding: 5px;
	resize: none;
	position: relative;
	z-index: 4;
float: left;
	overflow-y: auto;
	background-color:#FFF;
	border: 1px #777 solid;
	border-radius: 5px;
	opacity: 1;margin-left: 5px;
	
}



#idUnsubscribePhone {

		font-family: 'PT Sans Narrow', sans;
	font-size: 1.2em;
	border: none;
	width: 35%;
	height: 56px;
	padding: 5px;
	resize: none;
	position: relative;
	z-index: 4;
float: left;
	overflow-y: auto;
	background-color:#FFF;
	border: 1px #777 solid;
	border-radius: 5px;
	opacity: 1;margin-left: 5px;
	
}

#idContent {
	font-family: 'PT Sans Narrow', sans;
	font-weight: 400;
	font-size: 1.2em;
	border: none;
	width: 26%;
	
	height: 56px;
	padding: 5px;
	resize: none;
	position: relative;
	z-index: 4;
	float: left;
	overflow-y: auto;
	background-color:#333;
	color:#fff;
	
	border-radius: 5px;
	opacity: 1;
	margin-left: 5px;
	-webkit-appearance: none;
}


#idUnsubscribe  {
	font-family: 'PT Sans Narrow', sans;
	font-weight: 400;
	font-size: 1.2em;
	border: none;
	width: 26%;
	
	height: 56px;
	padding: 5px;
	resize: none;
	position: relative;
	z-index: 4;
	float: left;
	overflow-y: auto;
	background-color:#333;
	color:#fff;

	border-radius: 5px;
	opacity: 1;
	margin-left: 5px;
	-webkit-appearance: none;
}
