/*@import "papertemplate.css";*/

#tinymce { background-color:white !important; }

.papertemplate-submit {
	background-color:#309DDC;
	border-color:#309DDC;
	color:white;

	font-size:28px !important;
	font-weight:normal !important;
	width:400px;
	cursor:pointer; cursor:hand;
	font-family: "Roboto Condensed",Arial, Helvetica, sans-serif;
	margin:0;

	padding:15px 75px;

	text-align:center;
}
.goodoption .papertemplate-submit, .bestoption .papertemplate-submit {
	width:250px !important;
}
a { color:blue; }

h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 * {
	letter-spacing: -1; 
	/*font-weight: bold;*/
	text-align: center;
	font-family: "Roboto Condensed",Arial, Helvetica, sans-serif;
	line-height: 1.0;
}

h1 {
	color:#114C7F;
	font-weight:300;
	font-size:48px;
}
h2 {
	color:#87878;
	font-weight:300;
	font-size:24px;
	margin-top:10px;
}
h3 {
	font-weight:300;
	padding-bottom:5px;
	margin-top:0;
	font-size:20px;
}
h3 span {
	float:right;
	font-size:11px;
	line-height:20px;
}

.orderform label, .orderform input {
	font-size:24px;
	line-height:28px;
	margin:2px;
}

body, td {
   background-color: #EEEEE7;
   font: normal 16px "Roboto Condensed",Arial,Verdana,Helvetica;
   /*padding: 20px;*/
}
p { font-weight:300; }
b, strong { font-weight:normal; }
.required { color: #c00; }
.papertemplate-submit-table td { padding:0 !important; background:none !important; }

input[type=text], textarea {
	background-color: #f2f8fc;
	border: 1px solid #0077c0;
	padding: 1px 0 0 3px;
}
input {
	font:normal 11px Arial,Verdana,Helvetica;
}


td img {
	border:black solid 1px;
}

#contentContainer {
   background:white;
   width:800px;
   border:none;
}

#content div {
	/*text-align:center !important;*/
	margin:auto;
}

#content {
   text-align:left;

   border:1px solid #ccc;
   padding-left:60px;
   padding-right:60px;
   padding-bottom:30px;
}

#contentTop, #contentBottom {
   display:none;
}

.papertemplate-submit-wrapper {
width:100%;
clear:both;
}
.papertemplate-submit-table {
text-align:center;
}