.topdescrption{
	font-size:14px;
	margin-bottom:10px;
	font-weight: 400;
    line-height: 24px;
}


.bottomdescrption{
	clear:both;
	border-top:1px solid #ccc;
	padding:10px;
}
.bottomdescrption p{
	font-size:14px;
	font-weight: 400;
    line-height: 24px;
	margin:0px;
}

#formbuilder .btn-primary{
	margin-bottom:20px;
}

.modal-header h4{
	text-align:center;
	font-size: 18px;
    font-weight: 700;
}
.topdescrption p,.bottomdescrption p{
	text-align:center;
}
.modal-header .btn-default{
	position: absolute;
    top: -12px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    border: none;
}
.modal-body .image{
	text-align:center;
}
.modal-body .image img{
	margin:0 auto;
}
.formbulider{
	border:1px solid #ccc;
	border-radius:4px;
}
.formbulider h2{
	background:#eee;
	color:#444;
	margin:0 0 10px;
	font-size:18px;
	padding:15px;
	font-weight:600;
}
.formbulider form{
	padding:0 15px;
}
