body,html {
	background-color:transparent;
}

.column271 {
	width:256px; height:337px;
}
.column271 .frame {
	width:256px; height:292px;
	margin:24px 0px 24px 0px;
	background: url(../media/common/photos-smaller/empty.jpg) no-repeat 0px 0px;
}
.column271 .frame img {
	margin:49px 0px 0px 50px;
}
.column271 h1 {
	font-size:115%;
	text-align:center;
	margin-bottom:6px;
	font-weight:bold;
	color:#fff;
}
.column271 p {
	font-size:70%;
	line-height:1.8em;
	text-align:center;
	color:#fff;
}

.buttons { margin-top:8px; position:relative; width:256px; }
.buttons .uploadBtn {
	width:108px; height:21px;
	position:absolute;
	left:138px; top:0px;
}
.buttons .nextStepBtn {
	width:108px; height:21px;
	position:absolute;
	left:138px; top:28px;
}

h1.line {
	border-bottom:1px solid #fff;
	padding-bottom:5px; margin-top:26px;
}

div#words { padding-left:12px; }
div#words input { display:none; }
div#words div {
	background-color:#801c24;
	color:#fff;
	width:109px; height:20px; line-height:20px;
	text-align:center;
	margin:0px 0px 3px 4px;
	float:left;
	font-size:75%;
	cursor:pointer;
}

.highlight {
	background-color:#fff !important;
	color:#801c24 !important;
}

.step3 { margin-bottom:16px; }
.step3 p {
	text-align:left;
}
.step3 input, .step3 textarea {
	width:260px; height:21px;
	background-color:#861c24;
	color:#fff;
	border:none;
}
.step3 textarea {
	height:123px;
}


.clearB { clear:both; }