
/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/


/*-----contact-----*/
#error {
display:none;
background:#ff7461;
color:#FFF;
padding:25px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#success{
display:none;
background:#7cda70;
color:#FFF;
padding:25px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#easy span {
color:red;
}

.verification {
width: 100%;
margin: 25px 0;
height: 42px;
}

#vimage {
width: 99px;
height: 42px;
float: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

/*#easy button { display: block; width: 125px; background: #3cbebe;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 12px 20px 7px !important;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0px rgba(0,0,0,0.2);
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background: #319a9a;
box-shadow: 0 7px 0 #2f888b;
}*/