/* Style for simply contact WordPress Plugin
 * Style name : Clean (Default); 	
 * Author : Raja Mohammed (cthreelabs.com);
 * 
 */
.sc-form-container{
  width:50%;
  min-width:450px;
  padding:20px;
  -webkit-box-shadow:0px 0px 5px #d9d9d9;
  -moz-box-shadow:0px 0px 5px #d9d9d9;
  box-shadow:0px 0px 5px #d9d9d9;
}

.sc-input{
  width:100%;
  padding:8px;
  border-color:#d8d8d8;
}

.sc-text{
  width:100%;
  height:200px;
}


.simplyContact p{
  margin-bottom:20px;
}

.simply-imp{
  font-size:.6em;
  color:#CE2904;
}

.simply-submit{
  margin:15px;
  margin-left:0px;
  padding:8px;
  width:80px;
}

.recaptcha_input_area > input{
  padding:5px;
  border:1px solid #d9d9d9;
}

.simply-success{
  padding:0px;
  padding:10px;
  margin-bottom:5px;
  text-align:center;
  background-color:#8fc800;
  font-weight:bold;
  letter-spacing:1px;
}
.simply-error{
  padding:0px;
  padding:10px;
  margin-bottom:5px;
  text-align:center;
  background-color:#CC2E2E;
  font-weight:bold;
  letter-spacing:1px;
}

.plugin-name{
  font-size:.93em;
  text-align:right;
  font-style:italic;
  color:#2E95CC;
}
#recaptcha_logo{
  display:none;
}
#recaptcha_privacy{
  font-size:.5em;
}