/* Form */

legend {
display: none;
}

fieldset {
	padding:1em 1em 0.5em;
	margin-top:2em;
	background:#F7F7F7;
	  font-size: 16px;
}

label {
	  font-size: 16px;
	font:1.0em;
	font-weight:bold;
	border:0px solid #EAEAEA;
}


input[type=email],
input[type=text]  {
	font-size: 16px;
	color: #000000;
	padding:5px;
        width: 100%;
	border:1px solid #CCC;
}


textarea {
	font-size: 16px;
	color: #000000;
	padding:5px;
        width: 100%;
	border:1px solid #CCC;
}


input .maly_checkbox {
    border: 0 none;
    text-transform: none;
    text-align: center;
    font-size: 16px;
}

input .maly_checkbox a {
    border: 0 none;
    text-transform: none;
    text-align: center;
    font-size: 16px;
}

.maly_checkbox_div a{
    border: 0 none;
    text-transform: none;
    text-align: center;
    font-size: 16px;
        font-weight: 700;
}

form a {
    font-size: 16px;
    font-weight: 700;
}



input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}


input[type=submit]  {
    font-size: 16px;
        font-weight: 700;
	padding:10px;
	width:200px;
	color: #ffffff;
	border:1px solid #CCC;
	background:#FF0000 ;
}

input[type=submit]:hover  {
    font-size: 16px;
        font-weight: 700;
	padding:10px;
	width:200px;
	color: #000000;
	border:1px solid #CCC;
	background:#FF0000 ;
}



.form-group .sidebar-item. search-form input[type=text]  {
    font-size: 14px;
        font-weight: 700;
	padding:10px;
	width:200px;
	color: #ffffff;
	border:1px solid #CCC;
	background:#FF0000 ;
}
