/*QUOTE BOX STYLES*/

.login_btn {

	margin-top:11px;

	background:url(../images/add_button.png);

	width:38px;

	height:38px;

	position:relative;

	  bottom: -390px;
  left: 90%;

	cursor:pointer;

}

#content {

	height:733px;

	background:url('img/bg.jpg') center;

}

#login_box {

	display:none;

	position:fixed;

	width:198px;

	bottom:161px;

	left:900px;



	z-index:150;





}

#tab {

	background:#fff;

	width:91px;

	float:right;

	height:38px;

	border-top-left-radius:5px;

	border-top-right-radius:5px;

	height:41px;

}

#tab .login_btn {

	float:left;

	margin:0px 0 0 0px;

}

#login_box_content {

	background:#0a9ca9;

	border-top-left-radius:5px;

	border-top-right-radius:5px;

	border-left:#b5f5f6 solid 1px;

	border-right:#b5f5f6 solid 1px;

	border-top:#b5f5f6 solid 1px;

	box-shadow:#ccc 0px -1px 1px;

	float:left;

	width:194px;



}

#quote_form {

	margin:9px 0 0 9px;

}

#quote_form input[type=text],#quote_form input[type=password],#quote_form textarea {

	border:1px solid #d8d8d8;

	border-radius:3px;

	font:italic 14px Georgia,times,sans-serif;

	width:160px;

	margin-top:10px;

	padding-left:10px;

}

#quote_form input[type=text],#quote_form input[type=password]{

	height:30px

}

#quote_form textarea{

		height:48px;

}

#quote_form input[type=submit] {

	border:none;

	background:url(../images/button.png);

	color:#FFF;

	float:right;

	margin:9px 9px 9px 0;

	width:83px;

	height: 29px;

	cursor:pointer;

	padding-bottom:3px;

}