/* Callback Form Styles */

.application-set-callback {
	display: inline-block;
	float: left;
	width: 250px;
	position: relative;
	height: auto;
	padding: 20px 0 10px 20px;
	font-size: 12px;
	font-weight: bold;
}

input    {
	border: 1px solid #CCCCCC;
	height: 20px;
}

#submit, #submit:focus, #addItem, #addItem:focus {
	background-image: url(../images/btn_callbackbg.gif);
	background-position: top;
	color: #fff;
	cursor: pointer;
	height: 26px;
	width: 166px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #f5644f;
	border: 0px;
	margin-top: 10px;
}

fieldset {
	border: none;
}

.submit-button {
	width: 166px;
	margin: 0 0 0 44px;
}

.error {
	background-color: #d3e7ef!important;
	border: 1px dotted #2a6fce;
}
#error-messages {
	border: 1px dotted #2a6fce;
	padding: 0 5px 0 10px;
	display: none;
	position: relative;
	height: auto;
	width: auto;
	background-color: #d3e7ef;
	text-align: center;
	clear: both;
	margin: 0 22px 15px 20px;
	color: #06429a;
	font-size: 12px;
}

#fullname, #emailaddress, #phone {
	width: 254px;
	margin: 5px 0 10px 0;
	padding: 2px 0 0 0;
}
