table.content .left {
	vertical-align : top;
	text-align : left;
	padding-top : 10px;
}
table.content .center, table.content .center img {
	width : 10px;
}
table.content .right {
	vertical-align : top;
	width : 178px;
	padding-top : 28px;
}

/* Back to Experts */
#backtoexperts {
	margin-bottom : 20px;
}
#backtoexperts a, #backtoexperts a:visited, #backtoexperts a:active {
	color : #2487b0;
	font-weight : bold; 
	padding-left : 11px;
	background-image : url(../images/link-arrow-left.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	text-decoration : none;
}
#backtoexperts a:hover {
	background-image : url(../images/link-arrow-left-visited.gif);
}
#backtoexperts a:hover {
	text-decoration : underline;
}

#clientquote {
	width : 162px;
	background-color : #effcd6;
	border : 1px solid #e3e4e6;
	padding : 9px 7px 14px 7px;
}
#clientquote .title {
	font-size : 12px;
	font-weight : bold;
	color : #40590c;
}
#clientquote .quote {
	margin-top : 14px;
}
#clientquote .author {
	margin-top : 13px;
	color : #40590c;
}

/* Contact Form Bubbles */
#contactformbubbles {
	position : absolute;
	z-index : 1;
}
#contactformbubbles .bubble {
	width : 166px;
	position : absolute;
	left : 345px;
	background-image : url(../images/contactform-bubble-arrow.gif);
	background-repeat : no-repeat;
	padding-left : 9px;
}
#contactformbubbles .bubbleinner {
	background-color : #e2e7fb;
	border : 3px solid #757fba;
	padding : 6px 8px 6px 8px;
}
#contactformbubbles .name {
	background-position : 0px 24px;
	top : 13px;
}
#contactformbubbles .name .bubbleinner {
	padding-right : 4px;
}
#contactformbubbles .phone {
	background-position : 0px 5px;
	top : 104px;
}
#contactformbubbles .phone .bubbleinner {
	padding-right : 2px;
}
#contactformbubbles .submit {
	background-position : 0px 34px;
	top : 512px;
}

/* Contact Form*/
#contactform {
	background-color : #ace53a;
	width : 448px;
	padding-bottom : 1px;
}
#contactform a, #contactform a:visited, #contactform a:active {
	color : #2d82b6;
	text-decoration : none;
}
#contactform a:visited {
	color : #93B054;
}
#contactform a:hover {
	text-decoration : underline;
}
#contactform .title {
	height : 47px;
}
#contactform .title img {
	margin : 10px 0 0 15px;
}
#contactform .expertinfo {
	background-color : #dff8ad;
	padding : 9px 30px 11px 21px;
}
#contactform div, #contactform td {
	color : #40590c;
	line-height : 14px;
}
#contactform .expertinfo .photo img {
	border : 1px solid #fff;
}
#contactform .expertinfo .info {
	padding-left : 13px;
}
#contactform .expertinfo .info .name {
	font-weight : bold;
	font-size : 12px;
	margin-top : 6px;
}
#contactform .expertinfo .info .text {
	margin-top : 9px;
}
#contactform .form {
	margin : 10px 13px 0 13px;
}
#contactform .section {
	background-color : #bcee55;
	border : 1px dashed #fff;
	margin-bottom : 10px;
	padding-bottom : 5px;
}
#contactform .sectiontitle {
	margin : 5px 0 0 12px;
}
#contactform .section table.form {
	margin : 0 0 0 8px;
	width : 341px;
}
#contactform td.label {
	width : 174px;
	height : 24px;
	padding : 0 0 0 12px;
	vertical-align : top;
}
#contactform td.label div {
	margin : 3px 3px 0 0;
}
#contactform .required {
	font-weight : bold;
}
#contactform td.input {
	text-align : right;
	vertical-align : top;
	padding : 0px 20px 0px 0;
}
#contactform td.input input.text {
	border : 1px solid #7f9db9;
	width : 140px;
	height : 14px;
	padding : 2px 2px 2px 2px;
}
#contactform td.input textarea {
	border : 1px solid #7f9db9;
	width : 140px;
	height : 82px;
	padding : 2px 2px 2px 2px;
}
#contactform td.input select {
	width : 146px;
	height : 18px;
}
#contactform .mailinglisttopspace, #contactform .mailinglisttopspace img {
	height : 10px;
}
#contactform .mailinglist {
	padding : 0 20px 0 0;
}
#contactform .mailinglist table {
	background-color : #ace53a;
	width : 100%;
	height : 43px;
}
#contactform .mailinglist div.inputs {
	padding-left : 16px;
}
#contactform .mailinglist .text {
	padding : 7px 10px 4px 10px;
	line-height : 14px;
}
#contactform .privacy {
	font-size : 10px;
	padding : 4px 20px 0 12px;
}
#contactform td.submit {
	padding-top : 9px;
}
#contactform td.submit .button {
	padding-left : 0px;
}
#contactform td.submit .text {
	margin : 14px 0 12px 0;
}
