/* Basic Grey Bott*/
.basic-grey-bott {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 30px;
}
.basic-grey-bott h1 {
	display: block;
	color: #FFF;
	font-family: "Trebuchet MS";
	font-size: 25px;
}
.basic-grey-bott h1>span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #FFF;
}
.basic-grey-bott label {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.basic-grey-bott label>span {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: #CCC;
}
.basic-grey-bott input[type="text"], .basic-grey-bott input[type="email"], .basic-grey-bott textarea,.basic-grey-bott select{
	border: 1px solid #DADADA;
	color: #333;
	height: 25px;
	outline: 0 none;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	padding: 3px;
	background-color: #FFF;
}
.basic-grey-bott select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 72%;
	height: 30px;
	background-color: #FFF;
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.basic-grey-bott textarea{
	height: 100px;
	color: #333;
	padding-top: 10px;
}
.basic-grey-bott .button {
	border: none;
	color: #FFF;
	background-color: #ba8a1b;
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 10%;
	border-radius: 6px;
}
