.formx-details{
	margin: 10px 0 10px 15px;
	font-size: 12px;
}
.formx-label{
	color: #333;
	font-size: 14px;
}
.formx-input{
	height: 30px;
	padding: 0 5px;
}

.formx-textinput{
	padding: 5px;
	height: 120px;
	font-family: arial;
	line-height: 18px;
}

.formx-input, .formx-textinput{
	display: block;
	margin-top: 5px;
	margin-bottom: 13px;
	width: 90%;
	margin-left: 5%;
	font-size: 13px;
	border: 2px solid #999797;
	background-color: white;
	text-align: left;
}

.formx-checkinput{
	margin-bottom: 13px;
	margin-right: 5px;
}

.formx-button{
	display: inline-block;
	padding: 8px;
	border-radius: 18px;
	margin: 15px 0;
	margin-left: 5%;
	border: 3px solid #1076ce;
	text-decoration: none;
	color: black;
	cursor: pointer;
	background-color: white;
	font-size: 13px;
	text-align: center;
	min-width: 100px;
}

.formx-button:hover{
	background-color: #eee;
}

.formx-button:focus{
	border: 4px solid #1076ce;
}

.formx-disabled{
	color: #888;
	border: 3px solid #888;
}

.formx-btnholder{
	text-align: left;
}