/*
/**
* Phxsolution Formbuilder
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so you can be sent a copy immediately.
*
* Original code copyright (c) 2008 Irubin Consulting Inc. DBA Varien
*
* @category   module css
* @package    Phxsolution_Formbuilder
* @author     Murad Ali
* @contact    contact@phxsolution.com
* @site       www.phxsolution.com
* @copyright  Copyright (c) 2014 Phxsolution Formbuilder
* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/
.form-list .input-box {width:450px}
.product-options {/*border: 1px solid #333;*/}
.formbuilder ul {list-style: none !important; list-style-type: none !important;}
#custom_form .input-text {width:100%}
#custom_form .title_image {text-align: center;}

.formbuilder .fieldset{
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
}

.formbuilder .fieldset .legend{
	border: none;
	padding: 0;
}

.formbuilder .form-list{
	border: none;
	padding-left: 0;
	margin-top: 20px;
}

.formbuilder .form-list li{
	margin-top: 10px;
}

.formbuilder .form-list .input-box{
	display: inline;
	float: left;
	clear: none;
}

.formbuilder .form-list label{
	width: 120px;
	color: #2F2F2F;
}
.formbuilder .form-list .input-box label{
	width: 100px;
}

.formbuilder .form-list label em{
	display: none;
}

.formbuilder .form-list #options-12-list li{
	width: 50%;
}

.formbuilder .buttons-set .required{
	text-align: left;
}

.formbuilder .buttons-set .button{
	float: left;
	margin-bottom: 20px;
	padding: 7px 19px;
	width: 110px;
	
}

.cms-anfrageformular #admin_messages {
	color: #F26F21;
    font-size: 16pt;
    font-weight: bold;	
}

.formbuilder-form .buttons-set .required{
	display:none;	
}