#wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	bottom: 0px;
	overflow: hidden;
	min-width: 320px;
}

#bg-field{
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -9999999;
}

#bg-image{
	visibility: hidden;
}

#bg-pattern{
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -9999999;
	
}



#window_confirm{
	padding: 15px;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	overflow: hidden;
}

#window_confirm .tab{
	margin-top: 15px;
	text-align: center;
}

.ui-tabs{
	padding: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	padding-bottom: 0px !important;
}

.dialog-content-padding{
	padding: 10px;
}

.input-live{
	border-color: #DEDEDE;
	position: relative;
	background-color: white;
	border: 1px #999 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10px;
	cursor: text;
	height: 17px;
	width: 250px;
}

.liveinput-container{
	cursor: pointer;
}

.biography-item{
	margin-bottom: 15px;
	clear: left;
	position: relative;
	vertical-align:baseline;
	min-height: 20px;
}

.label {
	display: block;
	line-height: 17px;
	width: 70px;
	margin-right: 10px;
	float: left;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 120px;
	font-weight: 800;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

.field{
	display: inline-block;
	width: 30%
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

.biography-item .prettycheckbox {vertical-align: middle;}
.biography-item .prettycheckbox a {margin-top: 0;}

.display{
	min-height: 29px;
	line-height: 29px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.ui-state-default a:hover{
	border: none;
	font-weight: bold;
	color: #157EA8;
}

.font_choose_header{
	font-size: 10pt;
	margin-bottom: 5px;
}

.jcarousel-clip.jcarousel-clip-horizontal{
	width: 520px !important;
	height: 105px !important;
}

.jcarousel-skin-tango.jcarousel-container{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

#edit-uid-dialog{
	display: none;
}

#edit-uid-dialog .tab-block{
	padding: 0.5em 1.4em;
	font-size: 14px;
}

.margin2{
	margin: 10px;
	position: relative;
}