@charset "utf-8";
.tip {
	color: #fff;
	z-index: 13000;
}
 
.tip-title {
	font-size: 11px;
	margin: 0;
	padding: 4px;
	background: url(../images/tips/bubble[1].png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 8px;
	background: url(../images/tips/bubble[1].png) bottom right;
}


#formBox {
	font-size: 12px;
	position: relative;
	width:450px;
	border-width:1px;
	border-bottom-style: dashed;
	border-color:#FFFFFF;
	height: 190px;
	margin-bottom:7px;
}

#formLines {
	position:absolute;
	left:0;
	width:160px;
}
#message {
	position:absolute;
	right:0;
	top:12px;
	width:265px;
	height:160px !important;
	overflow:auto;
}
#subject{margin-bottom:6px;}
#infoBoxes{position:absolute; right:0px; top:40px;}
.formIn {
	border:1px solid #f9a919;
	background:#FFFFFF;
	height:16px;
	padding:4px;
}

#submitButton {
	margin-right:7px;
	margin-left:15px;
	background:url(../images/icons/sendEmail.png) no-repeat left top;
	height:50px;
	width:50px;
	border:none;
	display:inline;
	cursor:pointer;
}
#resetButton {
	background:url(../images/icons/trashbin.png) no-repeat left top;
	height:50px;
	width:50px;
	border:none;
	display:inline;
	cursor:pointer;
}
#formSelector ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#formSelector ul li{
	float:left;
	padding-right:15px;
}
#formSelector {
	height:18px;
	width:450px;
	font-size:11px;
	margin-bottom:7px;
	border-bottom: solid 1px #FFFFFF;
}

