body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-image: url(../images/stripe-bg.png);
	margin: 0px;
}
.form-hd {
	font-size: 19px;
	font-weight: bold;
	color: #479258;
	line-height: 30px;
	padding-top: 10px;
}
.content {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 10px;
}
.form-tags {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #479A59;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}
button, input, optgroup, select, textarea {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	width:179px;
}

.main-text {
    padding-left: 0;
    padding-right: 0;
}

.sidebar {
    padding-bottom: 20px;
}

.form-hd{
	padding-right: 15px;
}

.row{
	background: #fff;
	margin: 0;
}

.footer{
	background-image: url("../images/stripe-bg.png");
	border-top: 1px solid #479a59;
	padding-bottom: 15px;
}

.thanks-message {
    margin-top: 30px;
}

.table-thankyou {
	width:281px;
	margin-top:20px;
}

.bx-wrapper {
	margin-bottom: 10px;
}

/* Ipad */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.container {
		width: 100%;
	}
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)  { 
	.container {
		width: 100%;
	}
	
	.h3, h3 {
		font-size: 20px;
	}
	.h1, .h2, .h3, h1, h2, h3 {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.sidebar {
		padding-top: 20px;
	}
}

@media only screen 
  and (min-device-width: 980px){
	.header table{
		background:url('../images/landing-topbg.jpg') repeat;
	}  
  }

@media only screen 
  and (max-device-width: 480px)  { 
	.container {
		width: 100%;
	}
	
	.h3, h3 {
		font-size: 20px;
	}
	.h1, .h2, .h3, h1, h2, h3 {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.sidebar {
		padding-top: 20px;
	}
}