::-webkit-input-placeholder {
   color: #141412;
}
:-moz-placeholder { /* Firefox 18- */
   color: #141412;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #141412;  
}
:-ms-input-placeholder {  
   color: #141412;  
}

.crm-form {
	font-family: 'Open Sans', sans-serif;
	width: 80%;
	margin: 10px auto;
}
.crm-form .crm-row {
	margin-bottom: 10px;
}
.crm-form label {
	font-size: 15px;
}
.crm-form .crm-input {
	width: 100%;
	height: 50px;
	margin: 0;
	font-size: 16px;
	padding: 0 10px;
	position: relative;
}
.crm-form label em,
.crm-form .error {
	color: red;
}
.crm-form .crm-button {
	background: #53a540 none repeat scroll 0 0;
	border: 1px solid #318320;
	width: 100%;
	height: auto;
	padding:0.8em 2em;
	margin:0 auto;
	cursor: pointer;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	font-family: "Open Sans", Verdana, sans-serif;
	-moz-text-shadow: 0 0 2px #207210;
	-webkit-text-shadow: 0 0 2px #207210;
	text-shadow: 0 0 2px #207210;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-transition: background-color 0.5s ease 0s;
	-webkit-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
	-moz-box-shadow: 1px 1px 2px #777;
	-webkit-box-shadow: 1px 1px 2px #777;
	box-shadow: 1px 1px 2px #777;
	text-indent: 0;
}
.crm-form .crm-button:hover{
    background: #207210;
}
.crm-form input::-webkit-input-placeholder {
   color: #FFF;
}
.crm-form input:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}
.crm-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}
.crm-form input:-ms-input-placeholder {  
   color: #FFF;  
}


.crm-form-12 input.crm-input {
	border: 1px solid #dedede;
	box-shadow: inset 0 0 3px #dedede;
	-moz-box-shadow: inset 0 0 3px #dedede;
	-webkit-box-shadow: inset 0 0 3px #dedede;
}
.crm-form-12 div.crm-row {
	position: relative;
}
.crm-form-12 div.crm-sil_name:before {
	font-family: FontAwesome;
	content: '\f007';
	font-size: 21px;
	right: 15px;
	position: absolute;
	top: 13px;
	color: #b8b8b8;
	z-index: 1000;
}
.crm-form-12 div.crm-email:before {
	font-family: FontAwesome;
	content: '\f0e0';
	font-size: 21px;
	right: 15px;
	position: absolute;
	top: 13px;
	color: #b8b8b8;
	z-index: 1000;
}
.crm-form-12.crm-form .crm-button {
	background: #f19a12; /* Old browsers */
	background: -moz-linear-gradient(top,  #f19a12 0%, #c94f00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f19a12 0%,#c94f00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f19a12 0%,#c94f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19a12', endColorstr='#c94f00',GradientType=0 ); /* IE6-9 */
	padding: 0.4em 1.25em;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	border: 1px solid #c94f00;
	text-shadow: 1px 1px 0 #c94f00;
	-moz-text-shadow: 1px 1px 0 #c94f00;
	-webkit-text-shadow: 1px 1px 0 #c94f00;
}
.crm-form-12.crm-form .crm-button:hover {
	background: #e08901; /* Old browsers */
	background: -moz-linear-gradient(top,  #e08901 0%, #961c00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e08901 0%,#961c00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e08901 0%,#961c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08901', endColorstr='#961c00',GradientType=0 ); /* IE6-9 */
}
.crm-form-12 input::-webkit-input-placeholder {
   color: #b4b4c5;
}
.crm-form-12 input:-moz-placeholder { /* Firefox 18- */
   color: #b4b4c5;  
}
.crm-form-12 input::-moz-placeholder {  /* Firefox 19+ */
   color: #b4b4c5;  
}
.crm-form-12 input:-ms-input-placeholder {  
   color: #b4b4c5;  
}
.crm-form-12 label {
	display: none;
}