.panel {
	float: right;
	width: 158px;
	height: auto;
	margin-bottom: 20px;
	border: 0px solid red;
}
.tab {
	width: 155px;
	height: 27px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.tab a {
	float: right;
	background-image: url(../../images/greytriangle.gif);
	background-position: 12px 12px;
	width: 89px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: normal;
	color: #373737;
	text-align: right;
	padding: 0 33px;
}
.panel .contact {
	background-image: url(../../images/contact.jpg);
}
.panel .call_me {
	background-image: url(../../images/call_me.jpg);
}

.panel .content {
	clear: both;
	float: right;
	width: 139px;
	height: auto;
	padding: 0 8px;
	border: 0px solid red;
}
.panel .contact_box {
	background-image: url(../../images/contact_bg1.jpg);
	height: 275px;
	border: 0px solid blue;
}
.panel .call_me_box {
	background-image: url(../../images/callme_box.jpg);
	height: 140px;
}

.panel .contact_box .user {
	clear: both;
	float: right;
	width: auto;
	line-height: 18px;
	font-size: 12px;
	color: #373737;
	border: 0px solid red;
}
.panel .contact_box .input,
.panel .contact_box .select {
	clear: both;
	float: right;
	background-color: #FFF;
	background-image: url(../../images/tb_bg.jpg);
	background-repeat: repeat-y;
	width: 130px;
	height: 18px;
	border: 1px solid #93a1a9;
}
.panel .contact_box .select {
	height: 21px;
}
.panel .contact_box .cb {
	float: right;
	width: 130px;
	margin-top: 5px;
	border: 0px solid red;
}
.panel .contact_box .cb label {
	float: right;
	width: 100px;
	margin: 2px 2px 2px 0;
	font-size: 11px;
	color: #373737;
	/*line-height: 18px;*/
}
.panel .contact_box .cb input {
	float: right;
}



.panel .errMsg {
	clear: left;
	float: left;
	width: 100px;
	font-size: 11px;
	line-height: 18px;
	border: 0px solid red;
}
.panel .errMsg2 {
	float: left;
	width: 100%;
	line-height: normal;
	margin-top: 4px;
	color: Red;
}


.panel .contact_box .thanks {
	text-align: center;
}
.panel .contact_box .thanks h4 {
	font-size: 16px;
	font-weight: normal;
	color: #1164d4;
}
.panel .contact_box .thanks p {
	font-size: 13px;
	font-weight: normal;
	color: #1164d4;
}


.content p,
.content .lblPhone {
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #373737;
	margin: 3px 0;
	border: 0px solid red;
}
.content .lblPhone {
	font-weight: normal;
}
.content .tbPhone {
	float: right;
	background-image: url(../../images/tb_bg.jpg);
	background-repeat: repeat-y;
	width: 76px;
	height: 17px;
	border: 1px solid #93a1a9;
}
.content .ddlPhone {
	float: left;
	background-color: Transparent;
	background-image: url(../../images/tb_bg.jpg);
	background-repeat: repeat-y;
	width: 56px;
	/*height: 19px;*/
	border: 1px solid #93a1a9;
}

.panel .content .btnSend {
	clear: right;
	float: right;
	background-color: #5090e7;
	width: 72px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #bac5cc;
}

.CollapsiblePanelOpen .tab a {
	color: #1164d4;
}
.CollapsiblePanelClosed .tab a {
	background-image: url(../../images/greytriangle.gif);
	background-position: 16px 12px;
	color: #373737;
}
.CollapsiblePanelHover {
}
.CollapsiblePanelOpen .tab a {
	background-image: none;
}
.CollapsiblePanelFocused .tab {
}