@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);

/*
#mainform{
	width:960px;
	margin:20px auto;
	padding-top:20px;
	font-family: 'Fauna One', serif;
	display:block;
}
h2{
	margin-left: 65px;
	text-shadow:1px 0px 3px gray;
}
h3{
	font-size:18px;
	text-align:center;
	text-shadow:1px 0px 3px gray;
}
#onclick{
	padding:3px;
	color:green;
	cursor:pointer;
	padding:5px 5px 5px 15px;
	width:70px;
	color:white;
	background-color:#123456;
	box-shadow:1px 1px 5px grey;
	border-radius:3px;
}
b{
	font-size:18px;
	text-shadow:1px 0px 3px gray;
}
*/

#popupArtistSubscribeFORMmainformpopup{
	padding-top:80px;
}
.popupArtistSubscribeFORMmainformform{
	border-radius:2px;
	padding:20px 30px;
	box-shadow:0 0 15px;
	font-size:14px;
	font-weight:bold;
	width:350px;
	margin:20px 250px 0 35px;
	float:left;
}
.popupArtistSubscribeFORMinput{
	Xbackground-color:#fff;
	width:260px;
	height:35px;
	margin-top:5px;
	border:1px solid #999;
	border-radius:3px;
	padding:5px;
}
input[type=button]{
	background-color:#066A07;
	border:5px solid white;
	font-family: 'Arial', serif;
	font-Weight:bold;
	font-size:16px;
	color:white;
	width:330px;
}
input[type=button]:hover{
    border: 5px solid #000;
}
textarea{
	width:100%;
	height:80px;
	margin-top:5px;
	border-radius:3px;
	padding:5px;
	resize:none;
}
#popupArtistSubscribeFORMdivORIG{
	opacity:0.95;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}
#popupArtistSubscribeFORMdiv{
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 40%;
	background-color: #EAF0F7;
    z-index: 100;
    height: 280px;
    margin-top: -100px;
    width: 450px;
    margin-left: -252px;
	display: none;
}
#popupContactFORMlogin,#popupArtistSubscribeFORM{
	margin:0px;
	background-color:#EAF0F7;
	font-family: 'Arial', serif;
	position: relative;
	border: 0px solid rgb(0, 0, 255);
}
.img{
	float: right;
	margin-top: -15px;
	margin-right: -15px;
}
#popupArtistSubscribeFORM{
	width: 428px;
	height: 258px;
	left: 0%;
	top: 0%;
	margin-left:9px;
	margin-top:9px;
}

#popupContactFORMlogin{
	left: 50%;
	top: 50%;
	margin-left:-210px;
	margin-top:-158px;
}
