/* Our sweets CSS Page */

.chat_thanksbubble {
	width: 312px;
	height: 219px;
	background-image: url(../images/chat_thanksbubble.png);	
	position: absolute;	
}

.chat_thanksinner {
	margin-left: 100px;	
	width: 165px;
	color: #ff66cc;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 75px;
	text-align: center;
}

#lblName {
	font-size: 1.7em;
	line-height: 29px;	
}

.error_box {
	width: 274px;
	height: 314px;
	margin-top: 30px;
	margin-left: 685px;
	background-image: url(../images/posted_errorbox.jpg);	
	z-index: 5;	
	color: #3399cc;
	font-weight: normal;
	font-size: 0.95em;
}

.chat_text_error {
	margin-left: 76px;	
	margin-top: 40px;
	width: 170px;
	z-index: 15;
}

.chat_postit {
	width: 264px;
	height: 290px;
	background-image: url(../images/chat_postit.png);	
	margin-top: 40px;
	margin-left: 20px;
	z-index: 10;
}

.chat_text {
	color: #fc4fbd;
	width: 165px;
	font-size: 1.2em;	
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	margin-top: 115px;
	margin-left: 72px;
}

.error {
	color: #FF0000;
	font-weight: normal;
	font-size: 1.0em;
}

.chat_keyboard {
	width: 823px;
	height: 177px;
	background-image: url(../images/chat_keyboard.png);	
	margin-top: 310px;
	margin-left: -300px;
	z-index: 10;	
}

.chat_phone {
	width: 315px;
	height: 233px;
	background-image: url(../images/chat_phone.png);	
	margin-top: 280px;
	margin-left: 640px;
	z-index: 10;
}	

.chat_book {
	width: 581px;
	height: 453px;
	background-image: url(../images/chat_book.jpg);	
	margin-top: -5px;
	margin-left: 180px;	
	z-index: 6;
}

.chat_sweet1 {
	width: 59px;
	height: 64px;
	background-image: url(../images/chat_sweet1.png);	
	margin-top: 420px;
	margin-left: 570px;	
	z-index: 11;
}

.chat_sweetbottom {
	width: 91px;
	height: 49px;
	background-image: url(../images/chat_sweet2.jpg);	
	margin-top: 470px;
	margin-left: 620px;	
	z-index: 12;
}

.chat_formcont {
	position: absolute;
	width: 530px;
	height: 320px;
	margin-top: 60px;	
	clear: both;
	overflow: hidden;
	margin-left: 100px;
}

.chat_formleftcol {
	width: 199px;
	float: left;
}

.chat_formrightcol {
	width: 190px;
	float: left;
	margin-left: 40px;
}

.chat_form p {
	width: 199px;	
	margin: 8px 0px;
	line-height: 14px;
}

.chat_form label {
	display: block;
	font-size: 1.2em;
	color: #fc4fbd;
}

input.text, select.title_dd, select.dob_dd {
	border: 1px solid #fc4fbd;
	color: #fc4fbd;
}

textarea.textarea {
	border: 1px solid #fc4fbd;
	color: #fc4fbd;
	height: 80px;
	width: 180px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;
	padding: 2px;	
}

.chat_form p a {
	text-decoration: underline;	
	color: #fc4fbd;
}

ul.home_bot li a:hover {
	color: #fc4fbd;
}

ul.home_bot li#access_li a {
	position: relative;
	top: 30px;
}