#description {
	font-size: 1.5em;
	text-align: center;
	padding: 10px;
}

#form {
	margin: 10px;
}

.form-row {

}

.form-row.web-only {
	display: none;
}

.form-row.x2 .form-option {
	display: inline-block;
	width: 49%;
}

.form-option {
	margin-bottom: 10px;
}

.form-option-controls {
	align-items: center;
	display: flex;
}

.form-option-controls .mCheckbox {
	margin-left: 5px;
}

.form-option label {
	color: #bbb;
    display: block;
	font-size: 1.3em;
    margin-bottom: 5px;
}

.form-option input[type="text"],
.form-option select,
.form-option textarea {
	width: 100%;
}

	.form-option.file input[type="text"] {
		margin-right: 5px;
	}

#option-availability-icon {
	background: #262626 url(../../../../images/icons/imvu/icon_online.png) no-repeat left center;
    padding-left: 25px;
}

#option-availability-icon option {
	padding: 5px 5px 5px 25px;
}

#option-flag option {
	padding: 5px;
}

#option-flag option div {
	height: 11px;
	width: 16px;	
}

#option-style option,
#option-wallpaper option {
	padding: 5px;
}


#card-wrap {
	height: 550px;
	margin: 50px auto;	
	width: 500px;
}

/* Card Globals */
.card-bit {
	overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
}

	.card-bit .web-only {
		display: none;
	}
	
	/* Debug*/
	.card-bit:not(#cb-canvas) {
		
	}

#cb-dp img {
	border: none;
}

#cb-ap {
	background: url(../../../../images/icons/imvu/icon_apv2.png) no-repeat center;
	height: 21px;
	width: 25px;
}

#cb-vip {
	background: url(../../../../images/icons/imvu/icon_vip.png) no-repeat center;
	height: 21px;
	width: 28px;
}

#cb-av {
	background: url(../../../../images/icons/imvu/icon_av.png) no-repeat center;
	height: 21px;
	width: 25px;
}

#cb-married {
	background: url(../../../../images/icons/imvu/icon_marriage.png) no-repeat center;
	height: 19px;
	width: 32px;
}

#cb-staff {
	background: url(../../../../images/icons/imvu/icon_staff.png) no-repeat center;
	height: 18px;
	width: 48px;
}

#cb-name, 
#cb-gender, 
#cb-age, 
#cb-tagline,
#cb-membersince,
#cb-lastonline {
	white-space: nowrap;
}

#cb-availability img {
	vertical-align: middle;
}

#cb-name2 {
	display: none;
}

#cb-canvas {
	height: 100%;
	width: 100%;
}


/* Card Type 1 */
#card.ctype1 {
	background: url(../../../../images/avicard_generator/template_avicard.png) no-repeat center;
	height: 502px;
	position: relative;
	width: 452px;
}

	#card.ctype1.staff {
		background: url(../../../../images/avicard_generator/template_avicard_staff.png) no-repeat center;
	}
	
#card.ctype1 #cb-name,
#card.ctype1 #cb-age,
#card.ctype1 #cb-gender,
#card.ctype1 #cb-location,
#card.ctype1 #cb-tagline,
#card.ctype1 #cb-availability,
#card.ctype1 #cb-membersince,
#card.ctype1 #cb-lastonline {
	color: #CECECE;
}

#card.ctype1 #cb-dp, #card.ctype1 #cb-dp img {
	height: 154px;
	width: 112px;
}

#card.ctype1 #cb-dp {
    left: 8px;
    top: 7px;
}

#card.ctype1 #cb-name {
	font-size: 1.4em;
    height: 18px;
    left: 131px;
    top: 12px;
    width: 287px;
}

#card.ctype1 #icon-wrap {
	left: 247px;
    text-align: right;
    top: 10px;
}

	#card.ctype1 #icon-wrap div {
		display: none;
	}

#card.ctype1 #cb-gender {
    height: 13px;
    left: 131px;
    top: 44px;
    width: 46px;
}

#card.ctype1 #cb-age {
    height: 13px;
    left: 177px;
    top: 44px;
    width: 70px;
}

#card.ctype1 #cb-tagline {
    height: 16px;
    left: 131px;
    top: 62px;
    width: 302px;
}

#card.ctype1 #cb-location {
    height: 13px;
    left: 307px;
    text-align: right;
    top: 45px;
    width: 131px;
}

#card.ctype1 #cb-location img {
	vertical-align: middle;
}

#card.ctype1 #cb-marriedto {
	height: 16px;
    left: 131px;
    top: 83px;
    visibility: hidden;
    width: 206px;
}

	#card.ctype1 #cb-marriedto span {
		color: #4B87E3;
	}

#card.ctype1 #cb-nowat {
	height: 16px;
    left: 131px;
    top: 99px;
	visibility: hidden;
    width: 206px;
}

	#card.ctype1 #cb-nowat span {
		color: #4B87E3;
	}
	
#card.ctype1 #cb-availability {
    height: 20px;
    left: 131px;
    top: 115px;
    width: 158px;
}

	#card.ctype1 #cb-availability span {
		font-weight: bold;
	}

#card.ctype1 #cb-visitshop {
	background: url(../../../../images/avicard_generator/creator_shop_icon.png) no-repeat left;
	color: #4b87e3;
    font-size: 11px;
    left: 131px;
    padding-left: 17px;
    top: 138px;
    width: 206px;
}

#card.ctype1 #cb-yearcount {
	background: #fed538 none repeat scroll 0 0;
    color: #000;
    height: 32px;
    left: 5px;
    text-align: center;
    top: 165px;
    width: 440px;
}
	
	#cb-yearcount > span {
		font-size: 12px;
		font-weight: bold;
		left: 153px;
		margin: 0 auto;
		position: absolute;
		top: 11px;
		width: 169px;
	}
	
#card.ctype1 #cb-interests {
	color: #666;
    height: 101px;
    left: 15px;
    overflow-wrap: break-word;
    padding: 3px;
    top: 219px;
    width: 238px;
}

#card.ctype1 #cb-relationship {
	color: #000;
	height: 15px;
    left: 328px;
	padding-left: 5px;
    top: 222px;
    width: 118px;
}

#card.ctype1 #cb-orientation {
	color: #000;
	height: 15px;
    left: 328px;
	padding-left: 5px;
    top: 242px;
    width: 118px;
}

#card.ctype1 #cb-herefor {
	color: #000;
	height: 15px;
    left: 328px;
	padding-left: 5px;
    top: 262px;
    width: 118px;
}

#card.ctype1 #cb-membersince {
    height: 13px;
    left: 295px;
    top: 132px;
    width: 147px;
}

#card.ctype1 #cb-lastonline {
    height: 13px;
    left: 295px;
    top: 146px;
    width: 147px;
}

#card.ctype1 #cb-badges {
	height: 100px;
    left: 11px;
    top: 359px;
    width: 440px;
}


/* Card Type 2 */
#card.ctype2 {
	background: url(../../../../images/avicard_generator/template_avicard_1.png) no-repeat center;
	height: 455px;
	position: relative;
	width: 480px;
}

	#card.ctype2.staff {
		background: url(../../../../images/avicard_generator/template_avicard_staff_web.png) no-repeat center;
	}

#card.ctype2 #icon-wrap {
	left: 188px;
    text-align: left;
    top: 68px;
}

	#card.ctype2 #icon-wrap div {
		display: none;
	}
	
#card.ctype2 #cb-dp, #card.ctype2 #cb-dp img {
	height: 220px;
    width: 160px;
}

#card.ctype2 #cb-dp {
    left: 21px;
    top: 47px;
}

#card.ctype2 #cb-name {	
    font-size: 1.5em;
    font-weight: bold;
    height: 20px;
    left: 185px;
    top: 47px;
    width: 288px;
}

#card.ctype2 #cb-name2 {
	color: #fff;
	font-size: 1.4em;
    height: 23px;
    left: 2px;
    top: 1px;
    width: 446px;
}

#card.ctype2 #cb-gender {
    height: 13px;
    left: 188px;
    top: 96px;
    width: 46px;
}

#card.ctype2 #cb-age {
    height: 13px;
    left: 234px;
    top: 96px;
    width: 70px;
}

#card.ctype2 #cb-location {
    height: 19px;
    left: 188px;
    top: 118px;
    width: 231px;
}

#card.ctype2 #cb-tagline {
    height: 39px;
    left: 188px;
    top: 146px;
    width: 289px;
}

#card.ctype2 #cb-availability {
    font-size: 13px;
    height: 20px;
    left: 188px;
    top: 192px;
    width: 206px;
}

#card.ctype2 #cb-membersince {
	font-size: 9px;
    height: 15px;
    left: 328px;
    top: 241px;
    width: 149px;
}

#card.ctype2 #cb-lastonline {
	font-size: 9px;
    height: 15px;
    left: 328px;
    top: 261px;
    width: 149px;
}

#card.ctype2 #cb-badges {
	height: 101px;
    left: 41px;
    top: 289px;
    width: 420px;
}