#cq_wrapper {
	height: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#cq_header {
	font-family: sans-serif;
	line-height: 18px;
	height: 20px;
	background-color: #566D56;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
#cq_steps {
	margin-top: 10px;
	height: 43px;
	background-image: url(back_nav.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 15px;
	margin-left: 15px;
}
#cq_steps ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#cq_steps ul li {
	height: 43px;
	width: 30px;
	display: block;
	text-decoration: none;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	font-family: Calibri;
	line-height: 30px;
	background-image: url(back_nav.png);
	background-position: top;
	background-repeat: no-repeat;
}
#cq_steps ul  li a  {
	text-decoration: none;
	display: block;
	height: 43px;
	width: 30px;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
#cq_steps ul li.cq_current {
	background-image: url(scroller.png);
	background-repeat: no-repeat;
}
#cq_steps ul a:hover {
	background-image: url(scroller.png);
	background-repeat: no-repeat;
}




#cq_container  {
	margin: 10px;
	height: 650px;
	border: 2px solid #566D56;
	padding: 10px;
	font-family: Calibri;
	color: #566D56;
	text-align:left;
}

#cq_container td{
	font-size: 12px !important;
}
#cq_next {
	height: 20px;
	text-align: right;
}


#cq_heading {
	font-family: Calibri;
	font-size: 13px;
	color: #232C23;
	font-weight: bold;
}
.cq_content_wrapper {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9D1BB;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 5px;
}
.cq_small_text {
	margin-left: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cq_ontent_wrapper a {
	text-decoration: none;
	display: block;
	float: right;
	height: 15px;
	color: #000;
	background-color: #B9D1BB;
	width: 40px;
	text-align: center;
	margin-left: 5px;
}
.cq_small_text p {
	font-size: 12px;
	height: 65px;
	overflow: hidden;
}
.cq_title_h5  {
	font-size: 12px;
	background-color: #699;
	color: #FFF;
	display: block;
	padding-left: 5px;
}
.cq_content_wrapper img {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #B9D1BB;
	border-left-color: #B9D1BB;
	border-right-color: #B9D1BB;
	display: block;
	height: 118px;
}
#cq_userView {
	margin: 10px;
	overflow: auto;
	height: 400px;
}
#cq_removeable {
	margin: 10px;
	overflow: auto;
}
#cq_wrapper #cq_container #cq_userView form table tr td a {
	display: block;
	background-color: #699;
	text-decoration: none;
	color: #FFF;
}
#loginbox_container {
	position: absolute;
	visibility: hidden;
	top: 0px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

#login {
	background-image: url(login.png);
	background-repeat: no-repeat;
	height: 199px;
	width: 391px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15%;
}

#close {
	height: 20px;
	padding-top: 7px;
	padding-right: 8px;
}


