#live_demo {
	background-image: url(../images/bkg/live_demo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 10px;
	position: relative;
	width: 265px;
}

#demo_form {
	display: block;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
#demo_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: block;
	padding-top: 30px;
	color: #333;
}
label {
	background-color: #CCC;
	color: #333;
	font-size: 10px;
	line-height: 20px;
	float: left;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
	width: 60px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.txt_field {
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #696969;
	display: block;
	float: left;
	height: 20px;
	width: 130px;
}
/* .submit {
	color: #333;
	width: 120px;
	display: block;
	margin-top: 10px;
	height: 40px;
	background-image: url(../images/bkg/block_link.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color:transparent;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.submit:hover {
	color: #FFF;
	background-image: url(../images/bkg/block_link.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
} */

.submit {
	margin: 25px auto 0px auto;	
}
#response {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background-color: #666;
	display: block;
	padding: 10px;
	position: absolute;
	top: 180px;
	width: 245px;
	left: 0px;
}
#check {
	background-image: url(../images/bkg/check.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50px;
	top: 0px;
}
#fnam_error {
	background-image: url(../images/bkg/validate.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 204px;
	margin-top: 6px;
}
#lnam_error {
	background-image: url(../images/bkg/validate.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 204px;
	margin-top: 6px;
}

#email_error {
	background-image: url(../images/bkg/validate.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 204px;
	margin-top: 6px;
}
.error {
	background-color: #F60;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	float: left;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
	width: 60px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

