div.sem-field-container {
padding: 5px 0;
}

label.sem-label {
display:block;
margin-top:4px;
}

fieldset.sem-fieldset {
border:0;
padding:0;
margin:0;
}

legend.sem-legend {
display:block;
padding:0;
margin:0;
vertical-align:top;
margin-top:4px;
white-space:normal;
}

input.sem-text {
/*width: 100%  ;*/
	height: 100%;
	font-weight: 100;
	font-size:14px;
	font-style: normal;
	color: #999;
	border:1px solid #CCC;
	padding: 8px 10px 8px 10px;
	margin:3px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea.sem-textarea {
/*width: 100%  ;*/
	height: 100%;
	font-weight: 100;
	font-size:14px;
	font-style: normal;
	color: #999;
	border:1px solid #CCC;
	padding: 8px 10px 8px 10px;
	margin:3px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

select.sem-select {
margin:2px;
}

label.sem-radio-button-label {
display:block;
clear:both;
margin-left:15px;
}

input.sem-radio-button {
margin:2px;
}

label.sem-checkbox-label {
display:block;
clear:both;
margin-left:15px;
}

input.sem-checkbox {
margin:2px;
}

input.sem-date {
margin:2px;
}

input.sem-submit {
margin:2px;margin:2px;

background:#6BDF55;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:30px;
	height:40px;
	padding:5px 25px;
	font-size:16px;
	color:#fff;
	display:inline-block;
	text-transform: uppercase;
	border:medium none !important;
	cursor:pointer;
}

input.sem-submit:hover{
	background:#64DA50;
}

