input[type="button"], input[type="submit"], button, .btn, .bton{
	border-radius: 5px;
	-moz-border-radius:  5px;
	font-weight:bold;
	padding:5px 5px 4px 5px;
	text-transform:capitalize !important;	
}

input[type="text"], input[type="password"], input[type='date'], input[type='time']{
	padding:5px;
	border-radius: 5px;
	-moz-border-radius:  5px;
	margin-bottom:5px;	
}

input[type='date'], input[type='time']{
	height: 25px;
	width: 200px;
}

label{
	display:inline-block;
	width: 150px !important;
	vertical-align: top;
}

form{display: inline;}

select{
	font-size:10pt;
	margin-bottom:10px;
	border-radius: 5px;
	-moz-border-radius:  5px;	
}

input, textarea, select{
	background: transparent ; 
}

input, textarea, select, button, .btn, .bton{
	font-size:12pt;	
}

textarea{
	padding:5px;
	border-radius: 5px;
	-moz-border-radius:  5px;
	width:400px;
	height:200px;
	margin-bottom:5px;
}

.gmap input[type="submit"]{
	font-size:11pt;
	color:#FFFFFF !important;
	width:203px;
}
.gmap input[type="text"]{
	margin:6px 0 0 0;
	width:190px;
}

.error{
		background: #a90329; /* Old browsers */
		background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}
.success{
		background: #6bba70; /* Old browsers */
		background: -moz-linear-gradient(top,  #6bba70 0%, #6bba70 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #6bba70 0%,#6bba70 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #6bba70 0%,#6bba70 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #6bba70 0%,#6bba70 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */

}

.error, .success{
		padding:5px; 
		color:#FFFFFF; 
		text-align:center; 
		border: 1px solid #fff;
		margin:0;
		border-radius: 5px;
		-moz-border-radius: 5px;
}

td .error, td .success{
	max-width: 90%;
}

#disclaimer{color:#000;}
