/*-----DEMO CSS CODE STARTS HERE // FORM CODE IS BELOW-----*/



/*-----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;

}









#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 {

float: left;

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;

box-shadow: 0 7px 0 #3aa8ab;

text-shadow: 0 1px 0px rgba(0,0,0,0.2);

text-align: center;

margin:0;
margin-left:20px;

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;

}