@charset "utf-8";
/* CSS Document */

.ss-forms input, .ss-forms textarea,.ss-forms select{
	background: #ffffff none repeat scroll 0 0;
    border: 0.125rem solid #e5e5e5;
    border-radius: 5px;
	padding:15px 10px;
    box-sizing: border-box;color: #999999;
    width: 100%; }
.ss-forms input[type="submit"]{
	width:auto;background: #f6c31a none repeat scroll 0 0;
    border: 0.125rem solid #ffffff;
    border-radius: 10em;
    color: #002e53;
    display: inline-block;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 0.7em;
    font-weight: 800;
    line-height: 1.4em;
    padding: 1em 3em;
    text-transform: uppercase;}
	.ss-q-title{ width: 100%; display: inline-block;}
	#commentForm label.error , #mallaForm  label.error, #sugForm label.error{
   color:  #900;
}