::-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;
	text-align: left;
}
.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;
}
.page-id-11494 .crm-form .crm-button {
	font-size: 21px;
	padding: 0.8em 0.5em;
}
.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;
	background: -moz-linear-gradient(top,  #f19a12 0%, #c94f00 100%);
	background: -webkit-linear-gradient(top,  #f19a12 0%,#c94f00 100%);
	background: linear-gradient(to bottom,  #f19a12 0%,#c94f00 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19a12', endColorstr='#c94f00',GradientType=0 ); 
	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;
	background: -moz-linear-gradient(top,  #e08901 0%, #961c00 100%); 
	background: -webkit-linear-gradient(top,  #e08901 0%,#961c00 100%); 
	background: linear-gradient(to bottom,  #e08901 0%,#961c00 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08901', endColorstr='#961c00',GradientType=0 ); 
}
.crm-form-12 input::-webkit-input-placeholder {
   color: #b4b4c5;
}
.crm-form-12 input:-moz-placeholder {
   color: #b4b4c5;  
}
.crm-form-12 input::-moz-placeholder { 
   color: #b4b4c5;  
}
.crm-form-12 input:-ms-input-placeholder {  
   color: #b4b4c5;  
}
.crm-form-12 label {
	display: none;
}*/

.xmas_ribbon {
    background: #c30000;
    color: #fff;
    font-size: 21px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}



form.crm-form-type-2 {
    width: 100%;
    background: #dd4242;
    padding: 5px 10px;
}
form.crm-form-type-2 label {
	color: #FFF;
	display: none;
}
form.crm-form-type-2 label em {
	color: rgba(0,0,0,0.5);
}
form.crm-form-type-2 input.crm-input {
    background: rgba(0,0,0,0.15);
    color: #FFF;
    height: 30px;
    margin-top: 7px;
    font-size: 14px;
}
form.crm-form-type-2 .crm-row {
	width: 60%;
	float: left;
	margin-bottom: 7px;
}
form.crm-form-type-2 .button-box {
	width: 35%;
	float: right;
}
form.crm-form-type-2 .crm-button {
	background: #FFF;
	color: #000;
	padding: 5px 15px;
	margin-top: 8px;
	border: none;
	font-size: 14px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
form.crm-form-type-2 .crm-button:hover {
	background: #DDD;
}
form.crm-form-type-2 .error {
	color: rgba(0,0,0,0.75);
	font-weight: bold;
}




form.crm-form-type-3 {
    background: #9bc500 none repeat scroll 0 0;
    padding: 5px 10px;
    width: 100%;
}
form.crm-form-type-3 label {
    color: #fff;
    display: none;
}
form.crm-form-type-3 label em {
    color: rgba(0, 0, 0, 0.5);
}
form.crm-form-type-3 input.crm-input {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    margin-top: 7px;
}
form.crm-form-type-3 .crm-row {
    float: left;
    margin-bottom: 7px;
    width: 60%;
}
form.crm-form-type-3 .button-box {
    float: right;
    width: 35%;
}
form.crm-form-type-3 .crm-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    padding: 5px 15px;
    text-shadow: none;
}
form.crm-form-type-3 .crm-button:hover {
    background: #ddd none repeat scroll 0 0;
}
form.crm-form-type-3 .error {
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
}



form.crm-form-type-4 {
    background: #135086 none repeat scroll 0 0;
    padding: 5px 10px;
    width: 100%;
}
form.crm-form-type-4 label {
    color: #fff;
    display: none;
}
form.crm-form-type-4 label em {
    color: rgba(0, 0, 0, 0.5);
}
form.crm-form-type-4 input.crm-input {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    margin-top: 7px;
}
form.crm-form-type-4 .crm-row {
    float: left;
    margin-bottom: 7px;
    width: 60%;
}
form.crm-form-type-4 .button-box {
    float: right;
    width: 35%;
}
form.crm-form-type-4 .crm-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    padding: 5px 15px;
    text-shadow: none;
}
form.crm-form-type-4 .crm-button:hover {
    background: #ddd none repeat scroll 0 0;
}
form.crm-form-type-4 .error {
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
}