
.outer-padding {
  padding-left:10px; /* margin left for mobile phones */
  padding-right:10px; /* margin right for mobile phones */
  margin-bottom:30px;
}
fieldset{
  max-width:500px;
  margin:auto; /* position left. right and atuo for middle  */
  margin-top:20px;
  padding:20px;
  border:1px #CCCCCC solid; /* border around form */
  border-radius: 5px; /* round corners on border */
}
legend {
  font-size:18px;
  font-weight:bold;
  color:#FFFFFF;
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}
input[type='text'],
textarea { width:100%;
}
#input-block {
  display:block;
  height:65px;
}
#textarea-block {
  display:block;
  height:105px;
}
#nocaptcha-block {
  display:block;
  height:105px;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
/* Placeholder disappears on focus */
input:focus::-webkit-input-placeholder  {color:transparent !IMPORTANT;}
input:focus::-moz-placeholder   {color:transparent !IMPORTANT;}
input:-moz-placeholder   {color:transparent !IMPORTANT;}
textarea:focus::-webkit-input-placeholder  {color:transparent !IMPORTANT;}
textarea:focus::-moz-placeholder   {color:transparent !IMPORTANT;}
textarea:-moz-placeholder   {color:transparent !IMPORTANT;}
.style1 {color: #FF0000}
textarea {
 height:70px !IMPORTANT;
 }
.form-control-feedback{
  display: none;
}
.glyphicon-ok {
   color:#338b34; /* off green success tick */
}
.glyphicon-remove {
   color:#a94442; /* off red error cross */  
}
