

/* Start:/local/components/itpanda/iblock.element.add.form/templates/.default/style.css?16137200542115*/
.itpanda_form_element table {width:100%;}

.itpanda_form_element br {display:none !important;}
.itpanda_form_element * {    box-sizing: border-box;}
.itpanda_form_element input[type="text"], .itpanda_form_element input[type="password"], .itpanda_form_element textarea, .itpanda_form_element select {
	width: 100%;
	min-width: 250px;
}
.itpanda_form_element input[type="text"], .itpanda_form_element input[type="password"], .itpanda_form_element textarea, .itpanda_form_element select {
	font-size: 13px;
	margin: 0;
	padding: 13px 10px;
	outline: -webkit-focus-ring-color auto 0;
	border: 1px solid #F2F2F2;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
	font-family: 'Roboto', sans-serif !important;
	margin-bottom:25px;
	    background-color: #f8fafc;
	    background: #f8fafc;
}
.itpanda_form_element input[type="submit"] {
    cursor: pointer;
    border: 0;
    vertical-align: top;
    height: 40px;
    line-height: 32px;
    width: 100%;
    background-color: #fd7226;
    text-shadow: 2px 2px 2px #cf5a1a;
    /* background: linear-gradient(to top, #fd7226, #fd7226); */
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    
    text-transform: uppercase;
    margin-top: 10px;
	transition: 0.3s
}
.itpanda_form_element input[type="submit"]:hover {
	background-color: #c45519;
	
	transition: 0.3s;
}
.itpanda_form_element textarea {
	resize: none;
	height: 150px;
}

.itpanda_form_element input:focus, .itpanda_form_element textarea:focus {
    box-shadow: inset 0px 0px 0px 1px #fd7226;
    border: 1px solid #fd7226;
}

.itpanda_form_element .captcha {margin-bottom:25px; display:block;}

.itpanda_form_element  .errortext br {display:block !important;}
.itpanda_form_element  .errortext, .itpanda_form_element .notetext  {
    display: block;
    margin-top: 15px;}
	
	.itpanda_form_element .notetext {
	    text-align: center;
    font-size: 20px; }
	.itpanda_form_element label {margin-bottom:12px;}
/* End */
/* /local/components/itpanda/iblock.element.add.form/templates/.default/style.css?16137200542115 */
