/* Fancy Newsletter Signup Css */
@import url(http://fonts.googleapis.com/css?family=Yellowtail);
.fancy-newsletter{
	min-height:230px;
	margin-bottom:20px;
}
.fancy-newsletter .innerSection{
    width: 300px;
	background:#fefefe;
	border-radius:6px;
	margin-top:80px;
	margin-bottom:20px;
	border:1px solid #eee;
	box-shadow: 0 0 5px #CCCCCC;
	float:left;
}
.fancy-newsletter .innerSection input[type="text"],.fancy-newsletter .innerSection input[type="email"],.fancy-newsletter .innerSection input[type="password"],.fancy-newsletter .innerSection textarea{
	width:230px;
	padding:10px;
	font-family:'yellowtail',Sans-Serif;
	font-size:25px;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	margin-left:25px;
	border:none;
	background:none;
	border-bottom:1px solid #8E2927;
	text-align:center;
}
.fancy-newsletter .innerSection input[type="email"]{
	background: url("icon-email.png") no-repeat left;
}
.fancy-newsletter .innerSection input[type="button"],.fancy-newsletter .innerSection input[type="submit"]{
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom:-20px;
	width:150px;
	height: 40px;
	font-size: 20px;
}
.fancy-newsletter .innerSection img {
  	background:#FCFCFC;
   	border: 1px solid #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    margin-left: 90px;
    margin-top: -80px;
}
.fancy-newsletter .innerSectionimg:hover img{
	margin-top:-90px;
	margin-bottom:10px;
}
.fancy-newsletter:hover .bounceImg{
	margin-top:-90px;
	margin-bottom:10px;
}
/* Colour Scheme */
.fancy-newsletter .colorScheme-red input[type="text"],.fancy-newsletter .colorScheme-red input[type="email"],.fancy-newsletter .colorScheme-red input[type="password"],.fancy-newsletter .colorScheme-red textarea{
	color: #8E2927;
	border-bottom:1px solid #8E2927;
}
.fancy-newsletter .colorScheme-red input[type="submit"]{
	background: url('images/red/button.png') repeat-x #b41c1c;
}
.fancy-newsletter .colorScheme-red input[type="submit"]:hover{
	background: #b41c1c;
}

.fancy-newsletter .colorScheme-blue input[type="text"],.fancy-newsletter .colorScheme-blue input[type="email"],.fancy-newsletter .colorScheme-blue input[type="password"],.fancy-newsletter .colorScheme-blue textarea{
	color: #1d6fa7;
	border-bottom:1px solid #1d6fa7;
}
.fancy-newsletter .colorScheme-blue input[type="submit"]{
	background: url('images/blue/button.png') repeat-x #1d6fa7;
}
.fancy-newsletter .colorScheme-blue input[type="submit"]:hover{
	background: #1d6fa7;
}

.fancy-newsletter .colorScheme-green input[type="text"],.fancy-newsletter .colorScheme-green input[type="email"],.fancy-newsletter .colorScheme-green input[type="password"],.fancy-newsletter .colorScheme-green textarea{
	color: #6fa81e;
	border-bottom:1px solid #6fa81e;
}
.fancy-newsletter .colorScheme-green input[type="submit"]{
	background: url('images/green/button.png') repeat-x #6fa81e;
}
.fancy-newsletter .colorScheme-green input[type="submit"]:hover{
	background: #6fa81e;
}
