.shirtPreview {
	position: relative;
	width: 478px;
	float: left;
}

.shirtShape {
	position: absolute;
	top: 0;
	left: 0;
	width: 458px;
	height: 532px;
	background-color: #FFFFFF;
	border: 2px solid #25455a;
}

.shirtLogo {
	position: absolute;
	top: 82px;
	left: 10px;
	width: 458px;
	height: 390px;
}

.shirtForm {
	position: relative;
	width: 206px;
	margin-left: 486px;
	*margin-left: 8px;
	float: left;
}

.shapeSelect {
	position: relative;
	width: 206px;
	border: 2px solid #25455a;
}

.colorSelect {
	width: 191px;
	margin-top: 10px;
	border: 2px solid #25455a;
	background-color: #bad3e9;
	color: #000000;
	padding: 7px;
}

.colorWrap {
	width: 26px;
	height: 26px;
	margin-right: 7px;
	border: 1px solid #25455a;
	float: left;
}

.color {
	width: 24px;
	height: 24px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.men {
	width: 103px;
	height: 44px;
	background: url('/images/he.gif') no-repeat;
}

.women {
	width: 103px;
	height: 44px;
	background: url('/images/she.gif') no-repeat;
}

