@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0 auto;
	}

p{
	margin:0;
	padding:0 0 15px 0;
	line-height:18px;
	}
	
.txtbold{
	font-weight:bold;
	}

.h1{
	font-weight:bold;
	color:#327059;
	text-align:center;
	}
	
#monthly-newsletter{
	padding:79px 25px 0 25px;
	/*padding:119px 62px 0 62px;*/
	width:250px;
	height:261px;
	
	background-image:url(../images/sign-up-form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* home-form start*/
.signupframe{
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

	.inputbox{
		margin:0 auto;
		padding:0 13px;
		width:224px;
		height:37px;
		line-height:37px;
			
		font-family: 'latoregular';
		font-size:16px;
		font-weight:normal;
		color:#333;
		border:none;
		}

	.submitbutton{
		margin:0 auto;
		padding:0 0 2px 0;
		width:100px;
		height:40px;
		line-height:30px;
		
		font-family: 'latoregular';
		font-size:14px;
		font-weight:normal;
		color:#FFF;
		background-color: transparent;
			
		background-image:url(../images/submit-button-bg.png);
		background-repeat:no-repeat;
		background-position:center top;
		border:none;
		}
			
.signupframe .required{
	font-size: 10px;
	line-height:30px;
}

.signupframe .asterisk{
	font-size:15px;
	line-height:30px;
}

.link,
.link a {
	text-decoration: none;
	line-height:15px;
}

