body{
	margin:0;padding:0;
}
.container{
	width:1000px;margin:0 auto;position:relative;
}
body{
	color:#222;
}
p{
	font-size:12pt;line-height:20pt;margin:0;padding:0;margin-bottom:17px;
}

.awesome{
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;



position: relative;
cursor: pointer;


text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);

}

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}

/* Colors ---------- */
.green.awesome {
background-color: #88B132;
}

a.btn, .btn a, input.btn, button {text-align:center;cursor:pointer;font-family:"HelveticaNeueRegular", "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-decoration:none; font-size:13px; font-weight:300; background:#88b132; border:none;color:#fff !important; text-shadow:1px 1px 0px rgba(0,0,0,0.2); padding:8px 8px; background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(133,172,48)),color-stop(0.49, rgb(133,172,48)),color-stop(0.5, rgb(143,186,52)),color-stop(1, rgb(150,194,54))); background-image: -moz-linear-gradient(center bottom,rgb(133,172,48) 0%,rgb(133,172,48) 49%,rgb(143,186,52) 50%,rgb(150,194,54) 100%); box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2); -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2); border:1px solid #729429; font-weight:700;margin-bottom:10px;}
a.btn:hover, .btn a:hover, input.btn:hover, button:hover {background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(138,177,53)),color-stop(0.49, rgb(138,177,53)),color-stop(0.5, rgb(150,193,57)),color-stop(1, rgb(155,200,59))); background-image: -moz-linear-gradient(center bottom,rgb(138,177,53) 0%,rgb(138,177,53) 49%,rgb(150,193,57) 50%,rgb(155,200,59) 100%);}


a.btn.grey, .btn.grey a, input.btn.grey, button.grey {background:#909090; border:1px solid #949494; background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(152,152,152)),color-stop(0.5, rgb(152,152,152)),color-stop(0.54, rgb(167,167,167)),color-stop(1, rgb(175,175,175))); background-image: -moz-linear-gradient(center bottom,rgb(152,152,152) 0%,rgb(152,152,152) 50%,rgb(167,167,167) 54%,rgb(175,175,175) 100%);}
a.btn.grey:hover, .btn.grey a:hover, input.btn.grey:hover, button.grey:hover {background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(158,158,158)),color-stop(0.5, rgb(158,158,158)),color-stop(0.54, rgb(173,173,173)),color-stop(1, rgb(181,181,181))); background-image: -moz-linear-gradient(center bottom,rgb(158,158,158) 0%,rgb(158,158,158) 50%,rgb(173,173,173) 54%,rgb(181,181,181) 100%);}

*{
	outline:none;
}
#contact-agent input, #contact-agent textarea{
	display:block;margin-bottom:10px;width:274px;padding:5px;border:1px solid #ccc;
}