/*-----------------------------------------------------------------------------------
	Theme Name: Vertikal
	Theme URI: http://preview.themique.com/vertikal
	Description: Responsive Business WordPress Theme
	Author URI: http://themeforest.net/user/imangm
	Author: ImanGM
	Designed by: PremiumLayers
	Version: 1.3
	Tags: light, gray, white, one-column, two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
-----------------------------------------------------------------------------------*/

.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style select, .with_frm_style textarea, #content .with_frm_style input:not([type="submit"]), #content .with_frm_style select, #content .with_frm_style textarea, .with_frm_style .chzn-container {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
    border: solid #C4BABA 2px;
    padding-top:5px;
}
.with_frm_style .frm_submit input[type="submit"], .with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .with_frm_style.frm_login_form input[type="submit"] {
    width: auto;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 16px;
    height: auto;
    text-align: center;
    border-width: 1px;
    border-color: #DDD;
    border-style: solid;
    color: #444;
    cursor: pointer;
    font-weight: normal;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 15px;
    -moz-box-sizing: content-box;
    background: -moz-linear-gradient(center top , #EEE, #767F87) repeat scroll 0% 0% transparent;
    box-shadow: 1px 2px 3px #999;
}
.with_frm_style .frm_required {
    color: #F5253A;
    font-weight: bold;
}