@import url("../webfonts/Play_Regular/stylesheet.css");
@import url("../webfonts/Play_Regular/stylesheet.css");
@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/ftralt/stylesheet.css");
@import url("../webfonts/ftrabk/stylesheet.css");
@import url("../webfonts/opensans_regular/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/ 
*/
.detail {
	height: 58px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	-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-color: #FFF;
	
	padding: 0px;		
}

.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: 15px;
	background-image: none;
		color: #999;	
}
.mess {
	height: 200px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	-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;
		background-size: contain;
	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;
	background-color: #FFFFFF;
	font-size: 15px;
	background-image: none;
	color: #999;	
}
#send {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

}
