/**
 * 		motherstalk.de
 * 		coding and design 2009 markus gottschau
 * 		mail: info@crossundlecker.de
 * 
 */
 
 
 #faqVisWin {
 	position: absolute;
 	top: 225px;
 	left: 390px;
 	width: 380px;
 }
 #faqVisWin h1 {
 	font-size: 14px;
 }
 #faqVisWin p {
  	padding-top: 10px;
  	color: #666666;  	
 }
 #addy, #subject{
 	width: 370px;
 }
 #msg {
 	width: 800px;
 	height: 120px;
 }
 
 label {
 	display: inline-block;
 	padding-top: 15px; 
 	color: #cc0099; 
 	font-size: 12px;
 	font-weight: bold;
 }
 input, textarea {
 	border: 1px solid #cccccc;
 }
 #expMsg {
 	width: 800px;
 	background: #fff;
 	display: none;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	text-align: center;
 }
 #expInnerMsg {
 	padding-top: 120px;
 }
 #formContent {
	position: relative;
 }
 
