@charset "UTF-8";
/* CSS Document */
@font-face {font-family: 'museosans-500';src: url('webfonts/museosans-500.eot');src: url('webfonts/museosans-500.eot?#iefix') format('embedded-opentype'),url('webfonts/museosans-500.woff') format('woff'),url('webfonts/museosans-500.ttf') format('truetype');}
-ms-overflow-style {
	 none;
}
body {
	background-color: #efefef !important;
}
html {
     overflow: -moz-scrollbars-vertical !important;
     overflow: scroll !important;
	 background-color: #efefef !important;
}
.iconNumber {
	position:absolute;
	left:29px;
	top:43px;
}
.sectionTitle {
	position: absolute;
	left: 81px;
	top: 48px;
	font-family: 'Spinnaker', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #F0231D;
	width: 271px;
}
.typeSelectCopy {
	position: absolute;
	top: 139px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
.sizeSelectCopy {
	position: absolute;
	top: 105px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.borderSelectCopy {
	position: absolute;
	top: 80px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.fontSelectCopy {
	position: absolute;
	left:32px;
	width:115px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.fontSelectPull {
	
}
.typeSelectClass {
	cursor:pointer;
}
.sizeSelectClass {
	cursor:pointer;
}
.borderSelectClass {
	cursor:pointer;
}
.dividerClass {
	position:relative;
	left:0px;
	top:0px;
}
.inputClass {
	width:310px;
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#666666;
}
.inputClass2 {
	width: 519px;
	height: 318px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	padding: 10px;
}
.subLabel {
	position:absolute;
	left:29px;
	top:21px;
	width:525px;
	height:auto;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#666;
}
.sectionBar {
	position:absolute;
	left:0px;
	top:0px;
}
.subSubText {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
select {
	width:143px;
}
.colorSelectClass {
	position:absolute;
	width:35px;
	height:35px;
	cursor:pointer;
}
.newHeaderText {
	position:absolute;
	height:auto;
	font-family:'museosans-500',Sans-Serif;
	font-size:17px;
	color:#cc293c;
	line-height:19px;
}
.roundHolder {
	position: absolute;
	top: 54px;
	background-color: #ebebeb;
	height: 84px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3;
	z-index: 10000;
}
.select-style {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("images/pullarrow.png") no-repeat 95% 50%;
}

.select-style select {
	font-family:'museosans-500',Sans-Serif;
	font-size:14px;
	color:#cc293c;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

textarea {
 outline:none;
}

.select-style select:focus {
    outline: none;
}
div.clear     { clear: both; }
@media printOut {
  .printOut {
    page-break-after:always;
  }
}
