.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 34px;
	position: relative;
	z-index: 1000;
}
.selectArea .left {
	width: 15px;
	height: 34px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/all/bg-select-left.png) no-repeat;
}
.selectArea a.selectButton {
	display: block;
	width: 33px;
	height: 34px;
	background: url(../images/all/bg-select-right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	cursor: pointer;
}
.selectArea .center{
	display: block;
	height: 34px;
	line-height: 34px;
	margin: 0 33px 0 15px;
	color: #666;
	font-size: 15px;
	background: url(../images/all/bg-select-center.png) repeat-x;
	border: none;
	padding-left: 5px;
}
.selectArea .disabled {
	width: 100%;
	height: 19px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 99999;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:10px 1px 0;
	list-style: none;
	background: #fff url(../images/all/bg-select-drop.gif) repeat-x 0 100%;
	border: solid #e2e0e0;
	border-width: 0 1px;
}
.optionsDivVisible li {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.optionsDivVisible li a {
	color: #4fb4fa;
	text-decoration: none;
	display: block;
	padding: 0 0 0 15px;
	line-height: 30px;
	font-size: 15px;
	text-decoration: none !important;
}
.optionsDivVisible a:hover {
	background-color: #369;
	color: #4fb4fa;
}
.select-bottom {
	height: 15px;
	background: url(../images/all/bg-select-drop-bottom.gif) repeat-x 0 100%;
	clear: both;
	margin: 0 10px;
	position: relative;
}
.select-top {background: url(../images/all/img-select-drop-top-left.gif) no-repeat;}
.select-top div {
	height: 7px;
	background: url(../images/all/img-select-drop-top-right.gif) no-repeat 100% 0;
	overflow: hidden;
	width: 100%;
}
.select-bottom-left, .select-bottom-right {
	width: 10px;
	height: 15px;
	position: absolute;
	top: 0;
}
.select-bottom-left {
	left: -10px;
	background: url(../images/all/bg-select-drop-left.png) no-repeat;
}
.select-bottom-right {
	right: -10px;
	background: url(../images/all/bg-select-drop-right.png) no-repeat;
}
/*select2*/
.c-select2 .selectArea {height: 29px;}
.c-select2 .selectArea .left {
	width: 6px;
	height: 29px;
	background: url(../images/all/bg-select-left2.png) no-repeat;
}
.c-select2 .selectArea a.selectButton {
	width: 26px;
	height: 29px;
	overflow: hidden;
	background: url(../images/all/bg-select-right2.png) no-repeat;
}
.c-select2 .selectArea .center{
	height: 29px;
	line-height: 29px;
	margin: 0 26px 0 6px;
	color: #666;
	font-size: 12px;
	background: url(../images/all/bg-select-center2.png) repeat-x;
	padding-left: 5px;
}
.c-select2 .select-top {
	height: 0;
	overflow: hidden;
}
/*input type file start*/
.file-input{
	overflow: hidden;
	height: 33px !important;
	padding: 0 !important;
	position: relative;
	float: left;
}
.file-input .button{
	float: left;
	width: 101px;
	height: 26px;
	line-height: 26px;
	background: url(../images/all/btn-blue.png) no-repeat;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}
.file-input .file-input-area{
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
}
.file-input .box-layout{
	height: 26px;
	float: left;
	padding: 4px 0 0;
}
/*checkboxes*/
.checkboxArea, .checkboxAreaChecked{
	display: block;
	width: 25px;
	height: 29px;
	overflow: hidden;
	position: relative;
}
.checkboxArea span, .checkboxAreaChecked span {
	display: block;
	width: 35px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/all/bg-check-box.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.checkboxAreaChecked span {top: -34px;}
/*checkbox 2*/
.checkbox-2 .checkboxArea, .checkbox-2 .checkboxAreaChecked {
	height: 30px;
	width: 29px;
}
.checkbox-2 .checkboxArea span, .checkbox-2 .checkboxAreaChecked span {
	height: 60px;
	width: 29px;
	background: url(../images/all/bg-check-box2.png) no-repeat;
}
.checkbox-2 .checkboxAreaChecked span {top: -30px;}
/*checkbox 3*/
.checkbox-3 .checkboxArea, .checkbox-3 .checkboxAreaChecked {
	width: 20px;
	height: 20px;
}
.checkbox-3 .checkboxArea span, .checkbox-3 .checkboxAreaChecked span {
	width: 20px;
	height: 40px;
	background: url(../images/all/bg-check-box3.png) no-repeat;
}
.checkbox-3 .checkboxAreaChecked span {top: -20px;}
/*.checkbox-2 .checkboxArea, .checkbox-2 .checkboxAreaChecked{
	width: 24px;
	height: 24px;
	background: url(../images/all/checkbox-2.gif) no-repeat;
}
.checkbox-2 .checkboxAreaChecked{background-position: 0 -24px;}
.checkbox-3 .checkboxArea, .checkbox-3 .checkboxAreaChecked{
	width: 22px;
	height: 22px;
	background: url(../images/all/checkbox-3.gif) no-repeat;
}
.checkbox-3 .checkboxAreaChecked{background-position: 0 -22px;}
.checkbox-4 .checkboxArea, .checkbox-4 .checkboxAreaChecked{
	width: 20px;
	height: 20px;
	background: url(../images/all/checkbox-4.gif) no-repeat;
}
.checkbox-4 .checkboxAreaChecked{background-position: 0 -20px;}
*/
.optionsDivVisible ul{height:200px; overflow-x:hidden; overflow-y:auto;}