/* Sample FormBuilder CSS base */
form {
	margin-top: 10
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}

/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.formbuilderform {
	width:500px;
	position:relative;
}

.formbuilderform div label {
	display:block;
	width:200px;
	text-align:left;
       font-weight:normal;

}

.formbuilderform div input {
	width:100%;
	text-align:left;
	float:left;
	margin-left:5px;
       border: 1px solid #000;
       height:40px;
}

.formbuilderform div textarea {
	height: 6em;
	width:100%;
	margin-left:5px;
        border: 1px solid #000;
}

.formbuilderform div {
	height:1%;
	margin-bottom:5px;
	float:left;
width:100%;
}

.formbuilderform div.captcha {
	margin: 0.5em 0;
	position: relative;
	text-align: right;
	width: 40%;
}
.formbuilderform div.captcha img {
	border: 1px solid #ccc;
	margin-bottom: 0.5em
}
.formbuilderform div.captcha input {
	width: 100%;
	margin-top: 0.5em;
	margin-left:0px;
}

.formbuilderform div.submit {	
	clear:both;
}

.formbuilderform div.submit input {
	position: relative;
	right:0;
	width:400px;
        float:right;
       border:0;
      background: #000;
       color:#fff;
       text-transform:uppercase;
      	text-align:center;
}


/* smarty has injected the following classes to the date input.. .day .month .year, its 3 elements, so divide 100 /3 to get even ammount */


.day, .month, .year {
    float:left;
    width:66%;
}
/* Stylesheet: TwitterBootstrap // theme // Form Modified On 2015-10-13 21:20:26 */
