/* Styles definition here */
#fbuilder, #fbuilder label, 
#fbuilder span { 
	color: #5c596b; 
	font-weight: 500;
}

#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select { 
	border: 1px solid rgba(92, 89, 107, 0.5); 
	border-radius:30px;
	padding:5px 20px;
	height: 40px;
}
#fbuilder .pbSubmit {
	border: 0 solid #5c596b;
	border-radius:30px;
	background-color: rgba(240, 217, 204, 1);
	color: rgba(92, 89, 107, 1);
	padding:10px 50px;
}
#fbuilder .pbSubmit:hover {
	border: 1px solid #f0d9cc;
	background-color: rgba(92, 89, 107, 1);
	color: rgba(245, 245, 245, 1);
}
#fbuilder .slots div a{
	border:0px solid #5c596b;
	border-radius: 10px;
	background:#5c596b;
	color: #f0d9cc;
	text-decoration: none;
}
#fbuilder .slots div a:hover{
	background:#f0d9cc;
	color: #5c596b;
}
#fbuilder .slots div{
	border:0px ;
}
#fbuilder .slots div:active{
	border:0px ;
}