.content h1 {
	color: orange;
	margin: 10px 0;
	font-size: 25px;
	font-weight: bold;
}
.content h1 span {
	font-size: 20px;
	color: #6AD;
	font-weight: normal;
}
.content h2 {
	color: grey;
	margin: 0;
	padding: 3px;
	letter-spacing: 2px;
	display: inline;
	font-size: 12px;
}
.content {
	width: 550px;
	border: 0px solid red;
}
.eof {
	clear: both;
}
.arrows {
	float: left; 
	width: 15px;
	height: 31px;
	cursor: pointer;
}
.arrows div {
	background: url("../images/input-stepper.png") no-repeat;
	width: 15px;
	height: 15px;
}
.arrows .arrup:hover{
	background-position: -15px 0;
}
.arrows .arrup:active{
	background-position: -30px 0;
}
.arrows .arrdown {
	background-position: 0 -16px;
}
.arrows .arrdown:hover{
	background-position: -15px -16px;
}
.arrows .arrdown:active{
	background-position: -30px -16px;
}
.step_cont{
	padding-left: 20px;
}
.step1 > div > div {
	float: left;
	margin: 10px;
}
.step1 input {
	font-size:20px;
	font-weight:bold;
	width: 45px;
	height: 24px;
	padding-left:5px;
}
.step1 > div > img {
	float: left;
	position: relative;
	top: 30px;
}
.step1 form {
	float: left;
}

#step2 form{
	color: #348;
	font-weight: bold;
}

#step3 form span{
	width: 110px;
	margin-top: 5px;
	float: left;
	color: #348;
	font-weight: bold;
	white-space:nowrap;
}
.content .step form span {
	cursor: pointer;
}
.next {
	width: 420px;
	background: transparent url("../images/round_box_bg.gif") no-repeat;
	padding: 0 10px;
	height: 71px;
	position: relative;
}
.next .price{
	font-size: 18px;
	color: grey;
	font-weight: bold;
	float: left;
	display: block;
	height: 22px;
	margin: 25px 0;
	position: absolute;
	background: white;
}
.next .price span {
	color: green;
}
.next .next_step {
	float: right;
	width: 202px;
	height: 40px;
	background: url("../images/btn_next_bg.gif") no-repeat;
	margin: 15px 0;
	cursor: pointer;
}
.next .next_step:hover {
	background-position: 0 -40px;
}
.next .next_step:active{
	background-position: 0 -80px;
}

.next .add_cart {
	float: right;
	width: 151px;
	height: 40px;
	background: url("../images/btn_add_card_bg.gif") no-repeat;
	margin: 7px 0 5px 0;
	cursor: pointer;
	display: none;
}
.next .back{
	height: 20px;
	color: blue;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 10px;
	display: none;
}
.next .add_cart:hover{
	background-position: 0 -40px;
}
.next .add_cart:active{
	background-position: 0 -80px;
}

.content .fileUpload{
display: none;
margin: 20px 0px 20px 5px;
}
.content .fileUpload ul {
	height: 100px;
	list-style: none;
}
.content .fileUpload li {
	margin: 10px 0;
	border: 1px solid red;
}
.content embed, .content object{
	display: inline;
}
.content .fileUploadQueue {
	margin-bottom: 10px;
}
.content .fileUploadQueueItem{
	border-bottom: 2px solid #AAA;
	background: #EEE;
	padding: 10px 0 0 0;
}
.content .fileUpload .cancel {
	float: left;
	margin-right: 10px;
}
#fileInputQueue{
	display: none;
}
.content .fileUpload > div > span {
	color: red;
	cursor: pointer;
}
.content .fileUpload .fileUploadProgressBar {
	background-color: green;
}
.content .fileUpload button{
vertical-align: top;
}
.content .fileUpload textarea {
	width: 100%;
}

#fontmodal{
    width: 585px;
    top: 100px;
}
#fontmodal ul li{
    float: left;
    margin: 10px;
    cursor: pointer;
}
