@charset "utf-8";
/* CSS Document */

.tpopupcontact {width: 300px; font-family: Tahoma, Geneva, Verdana, sans-serif; font-size: 12px; font-weight: normal; position: fixed; z-index: 1000; visibility: hidden; }
.tpopupcontact .tpcheader {height: 40px; color: #fff; font-size: 14px;}
.tpopupcontact .tpcheader > span.fl {float: left; display: block; width: 6px; height: 40px; background: url('images/leftcorner.png') no-repeat; }
.tpopupcontact .tpcheader > span.fr {float: right; display: block; width: 6px; height: 40px;  background: url('images/rightcorner.png') no-repeat; }
.tpopupcontact .tpcheader > div {width: 278px; height: 28px; padding: 12px 5px 0px 5px; background: url('images/header.png') repeat-x; float: left; text-shadow: 1px 1px #800404;
					cursor: pointer;  }

	.tpopupcontact .tpcheader div > p {float: left; padding: 0px 0px 0px 22px;background: url('images/commenticon.png') 0px -1px no-repeat; }
	.tpopupcontact .tpcheader div > .tpopupopen {background: url('images/openarrow.png') center no-repeat; width: 20px; height: 20px; float: right; display: block; cursor: pointer;}
	.tpopupcontact .tpcheader div > .tpopupclose {background: url('images/closearrow.png') center no-repeat; width: 20px; height: 20px; float: right; display: none; cursor: pointer;}
.tpopupcontact .tpcbody {background: #f0f0f0; border: 1px solid #9c6868; padding: 10px; display: none; }
.tpopupcontact .tpcbody p.title {font-size: 14px; color: #333; padding: 0px 0px 10px 0px;}
.tpopupcontact .tpcbody input.text, .tpopupcontact .tpcbody textarea {background: #fff; border: 1px solid #a0a0a0; padding: 5px; width: 266px; margin: 0px auto; margin-bottom: 7px; 
					resize: none; color: #666;} 
.tpopupcontact .tpcbody input.text.highlight, .tpopupcontact .tpcbody textarea.highlight {background:#FCC; color: #000;}					
.tpopupcontact .tpcbody textarea {height: 70px;}	
.tpopupcontact .tpcbody a.button {display: block; text-align: center; width: 80px; height: 24px; padding-top: 6px; background: #ab0404; border: 1px solid #6e0303;
					border-radius: 3px; color: #fff; font-size: 14px; margin-top: 5px; margin-right: 10px; float: left; cursor: pointer;}	
.tpopupcontact .tpcbody a.button:hover {background: #ddd; color: #000; border: 1px solid #999;}						
.tpopupcontact .tpopforumresult {clear: both; height: 90px; margin-top: 35px; }	
.tpopupcontact .tpopselectloading {background: url('images/preloading.gif') no-repeat center center;}
					
