.page{
	margin-bottom: 10px
}
.dynamicCopy h1{
	margin-bottom: 10px !important;
}
.pull-left{
	float: left;
	width: 400px;
	padding-right: 10px;
}
p.text-support {
	font-size: 13px !important;
}
.drp-select-cat{
    height: 32px !important;
}
.errors{
	text-align: left;
	float: left;
	font-size: 13px;
}
#content{
	float: left;
	padding: 6px 12px;
	background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pull-right{
	float: left;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
}

.form-content{
	margin: 0 auto;
}
.form-controls{
	width: 100%;
	margin-top: 4px;
	min-height: 30px;
}
.form-label{
	/*width: 20%;*/
	text-align: left;
	/*float: left;*/
	min-height: 10px;
}
.form-element{
	/*float: left;*/
}
.red{
	color: red;
}
.clear{
	clear: both;
}
.form-submit{
	margin-top: 5px;
}
.form-element{
	/*line-height: 25px;*/
}
.form-controls label{
	font-size: 13px;
}
.form-element .text-field{
	float: left;
	line-height: 25px;
	width: 300px;
	display: block;
/*width: 100%;*/
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-success{
	color: #fff;
	width: 100px !important;
	margin-top: 5px;
	background-color: #da151c;
}