fieldset                {border:0;}


input[type=text], input.text, textarea
{padding:15px;width:93%;border:1px solid #ccc;background: #fff;}
input[type=checkbox]    {width:22px;float:left;margin:3px 0 10px 0;}

label                   {margin:20px 0 2px;display:block;color:#222;font-size:15px;font-weight:bold;}
.checkbox label         {width:200px;text-align:left !important;}

.action                 {font-size: 1.4em;font-family: 'Rokkitt', serif;background: #009FE0;
                         padding:0 5px; width:120px;line-height: 47px;float:right;border:none; height:47px;
                         border-radius: 4px;margin-top:20px;color:#fff;
                         -webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
                         box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
                        }
.action:hover{
    background: #0babea;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}