#most-popular-instructions-title-wrapper{
	margin-top: -20px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #eaeaea;
}

#most-popular-instructions-title{
	height: 42px;
	line-height: 42px;
}

#most-popular-instructions-list-wrapper{
	background-color: #fbfbfb;
	padding: 20px 0 10px;
}

#most-popular-instructions-list{
	margin: 0;
}

#ticket-create-form-title{
	margin: 30px 0;
}

#ticket-create-form-wrapper {
	margin-top: 30px;
	background-color: #fbfbfb;
	padding: 20px 0;
}

.ticket-create-form-field-title{
	margin-bottom: 5px;
}

.ticket-create-form-field{
	margin-bottom: 25px;
}

.ticket-create-form-field .ci-text-input,
.ticket-create-form-field .ci-select{
	width:96%;
}

#ticket-create-form-field-message{
	height: 13em;
	line-height: 20px;
	color:black;
}

.ticket-create-form-field-files{
	line-height: 35px;
}

.ticket-create-form-field-submit{
	text-align: center;
}

#ticket-create-form-submit{
	height: 39px;
	width: 200px;
	font-size: 16px;
}

#ticket-create-result{
	margin-top: 30px;
	margin-bottom: 30px;
}

.ticket-create-form-field .ci-select{
	width: 100% !important;
}

.validate-error{
	border: 1px solid #c43045 !important;
}