.doc-form-wrapper {
	position: relative;
	width: 544px;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 3px solid #f5f5f5;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

input#name-first 		{ width: 130px;*width: 124px; }
input#name-last 		{ width: 130px;*width: 124px; }
input#title 			{ width: 110px;*width: 104px; }
input#phone 			{ width: 130px;*width: 124px; }
select#best-time 		{ width: 120px;*width: 114px; }
input#email 			{ width: 466px;*width: 454px; }
input#organization-name { width: 366px;*width: 360px; }
input#company-name 		{ width: 388px;*width: 382px; }
input#company-address 	{ width: 448px;*width: 442px; }
input#company-city 		{ width: 198px;*width: 192px; }
select#company-state 	{ width: 72px;*width: 66px; }
input#company-zip 		{ width: 74px;*width: 68px; }
textarea#message 		{ width: 448px;*width: 436px; height: 96px; }

#doc-form-submit-button { display: block; *display: inline-block; margin: 4px 0 14px; }