@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/ftralt/stylesheet.css");
@import url("../webfonts/ftrabk/stylesheet.css");

/* CSS Document */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

.detail {
	height: 50px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
}
.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-image: none;
	font-size: 16px;
	color: #FFF;
	background-color: #A2BBA3;
}
.mess {
	height: 150px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	vertical-align: top;
}
.mess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	font-size: 16px;
	background-image: none;
	height: 150px;
	width: 100%;
	color: #FFF;
	background-color: #A2BBA3;
}
.cb {
	height: 20px;
	width: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-size: cover;
	vertical-align: middle;
	margin-left: 10px;
	
	
}
@media only screen and (min-width: 481px) {
.detail {
	height: 50px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ccc;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	bbackground-image: url(../images/bg/formbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	background-color: #FFF;
}


.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 17px;
	color: #FFF;
	background-color: #A2BBA3;
}
.mess {
	
	height: 150px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ccc;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	vertical-align: top;
}
.mess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
		font-size: 17px;
	background-image: none;
	height: 150px;
	width: 100%;
	color: #FFF;
	background-color: #A2BBA3;
}
}
@media only screen and (min-width: 769px) {

.detail {
	height: 50px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ccc;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
		
}
.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	font-size: 18px;
	background-image: none;
	color: #FFF;
	background-color: #A2BBA3;
}
.mess {
	height: 150px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ccc;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	
	
}
.mess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	font-size: 18px;
	background-image: none;
	height: 150px;
	width: 100%;
	color: #FFF;
	background-color: #A2BBA3;
}


.cb {
	height: 20px;
	width: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-size: cover;
	vertical-align: middle;
	padding-left: 0%;
	
	
}
.text {
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
.cus {
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
}
@media only screen and (min-width: 1200px) {

.detail {
	height: 50px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	
	
}

.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #A2BBA3;
	font-size: 21px;
	background-image: none;
	color: #FFF;
}
.mess {
	height: 150px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	vertical-align: top;
	
}
.mess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	
	font-size: 21px;
	background-image: none;
	height: 150px;
	width: 100%;
	color: #FFF;
	background-color: #A2BBA3;
}
.cb {
	height: 20px;
	width: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-size: cover;
	vertical-align: middle;
	padding-left: 0%;
	
	
}
.text {
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
.cus {
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
}
#submit1 {
	text-align: center;
}
