@charset "utf-8";
/* CSS Document */


body {

	/*background:url(bg.jpg) top center no-repeat*/

}

body { 
  font-size: 80%;
  color: #FFF; 
  font-family:arial, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}

body {
	margin:0px;
	padding:0px;
	background-color:rgb(220,220,220)
}

.container {
	width:950px;
	margin:0px auto;
}

#sku {
	float:left;
	width:100%
}

#twi {
	width:100%;
	text-align:right;
}


#twi {
	float:right;
}


#sku div {
	float:left;
}

#sku img {
	float:left;
}


#balloons {
	position:relative;
	margin-left:12px;	
	width:650px;
	background:url(long.png) top left no-repeat;
	z-index:2;
	height:170px;
	left:-30px;
}

#shrt {
	width:500px;
	background:url(shrt.png) top left no-repeat;
	z-index:2;
	height:170px;
	margin-left:300px;
}

#vs {
	position:absolute;
	left:330px;
	width:650px;
	top:300px;
}


/* Text fields */
input.textfull, input.titlefull   { width: 75%; margin:0.5em 0.5em 0.5em 0; }
input.textfull, input.titlefull   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }

input.titlefull:focus         { border:1px solid #999; background:#fff; }
input.titlefull               { font-size:1.5em; }
