html, body {
	background: url(../images/stripe2_sm.jpg) repeat;
	margin: 0;
	padding: 0;
	height:  100%;
	font: 14px/16px Tahoma;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -5em;
}
.footer, .push {
  height: 5em;
}
.footer_copy{
	font: 12px Tahoma;
	text-align: center;
	color: #c3c3c3;
	padding-top: 30px;
	border-top: 2px solid #303030;
	margin-top: 14px;
	background-color: #535353;
	padding-bottom: 30px;
}
.footer_copy a {
	color: #eaeaea;
}
.footer_copy a:hover {
	color: #fff;
}
.flash {
	font: 15px Trebuchet, "Trebuchet MS", Tahoma;
	color: #5682cb;
	text-align: center;
	position: fixed;
	top: 50px;
	left: 650px;
	z-index: 10;
}

/* @group session_functions (top of page) */
#session_functions .background {
	width: 100%;
	position: fixed;
	height: 28px;
	top: 0;
	left: 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/50p_black_gradient_28pxht.png');
	border-bottom-style: solid;
	border-bottom-color: #2c2c2c;
	z-index: 4;
}
#session_functions .background[class] {
	background: url(../images/50p_black_gradient_28pxht.png) repeat-x;

}
#session_functions a {
	color: #d7d7d7;
}

#session_functions a:hover {
	color: #fff;
}
#session_functions .links {
	text-align: right;
	color: #d7d7d7;
	padding-top: 9px;
	padding-right: 20px;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
}
#session_functions .links li {
	display: inline-block;
}
#session_functions .links li.logout{
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
	text-align: center;
	background-color: #9b2621;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px solid #84201c;
	font: .9em Trebuchet, "Trebuchet MS", Tahoma;
	margin: -2px 5px 2px;
}
#session_functions .links li.logout:hover{
	color: #fff;
	background-color: #721c18;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px solid #5a1613;
}
#session_functions .links li.logout a:hover{
	text-decoration: none;
}

/* @end */

/* @group Blog */
.blog_entry {
	border-bottom: 2px solid #7a7a7a;
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.blog_entry h2 {
	color: #156203;
	text-transform: uppercase;
	font: bold 14pt/24px Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style";
	padding-left: 30px;
}
.blog_entry .article_author {
	font: italic 12px/12px Tahoma;
	color: #4a4a4a;
	text-indent: 10px;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -8px;
	text-shadow: #b8b8b8 1px 1px 0;
	left: 20px;
}
.blog_entry .article_body p {
	font: 1.2em/1.5em Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style";

}
.blog_entry .article_date span{
	color: #fff;
	font: bold 18px Trebuchet, "Trebuchet MS", Tahoma;
	letter-spacing: 0;
	background-color: #000;
	height: 20px;
	border: 1px solid #373737;
	word-spacing: 0;
	display: block;
	position: absolute;
	left: -85px;
	padding-left: 15px;
	width: 70px;
	top: -2px;
	text-shadow: #000 1px 1px 0px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.article_list{
	list-style-type: none;
	padding: 5px;
	font-size: 16px;
	line-height: 18px;
}
.continue_reading {
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: italic;
}
#front_page_blog {
	background-color: #363636;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 5px;
	border-top: 5px solid #4a4d62;
	border-bottom: 5px solid #1a1b23;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-family: Trebuchet, "Trebuchet MS", Tahoma;
}
.front_page_title a{
	padding-left: 10px;
	color: #ebebeb;
	font-size: 1.2em;
}
.front_page_title a:hover{
	color: #fff;
}
.front_page_author_and_date {
	color: #eaeaea;
	font-size: .9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.front_page_body {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #fff;
	border-top: 1px solid #b9b9b9;
}
.front_page_body a {
	color: #6790ff;
}
.front_page_body a:hover {
	color: #fff;
	text-decoration: none;
}


/* @end */

.no_line_break {
	display: inline;
}
.left_padding {
	padding-left: 10px;
}

.trans_box {
  /*border:solid 1px #555;*/
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/30p_white.png');
	padding: 5px 15px 40px 15px;
}
.trans_box[class] {
	background: url(../images/30p_white.png) repeat;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
}

.trans_box.blue {
  /*border:solid 1px #555;*/
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/50p_blue.png');
}
.trans_box.blue[class] {
	background: url(../images/50p_blue.png) repeat;
}

a {
	color: #414141;	
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#center {
	position: static;
/*  margin-top: 140px;*/
	width: 700px;
}
#center.wide {
	width: 800px;
}

#center span.block{
	display: block;
  	position: relative;
  	margin-top: 1em;
	margin-left: 100px;
}

#center span.block table {
	width: 100%;
	position: relative;
}

#center span p {
	width: 450px;
	position: relative;
}

#lightbox_center {
	position: relative;
	width: 600px;
	top: 0px;
	margin-top: 0;
	padding-top: 0;
}

#login_input {
	width: 30em;
	margin: 3em auto 0;
	padding:2em 2em 1em;
	border: 20px solid #b1b1b1;
	line-height: 1.4em;
	font-size: 110%;
}
#order_form {
	width: 40em;
	padding:2em 2em 1em;
	border: 20px solid #696e8b;
	line-height: 1.4em;
	font-size: 110%;
	margin: 3em auto 0 90px;
}
#order_form #account_creation {
	padding-left: 10px;
	border-left: 2px solid #b7b7b7;
}
.order_form_remove {
	position: absolute !important;
	display: block;
	background-color: #696e8b;
	left: -80px !important;
	}

#order_form #work_orders {
}

.buttonize {
	color: #000;
	font-family: Trebuchet, "Trebuchet MS", Tahoma;
	display: inline-block;
	list-style-type: none;
	padding: 2px 5px;
	margin: 2px 5px 2px 5px;
	text-align: center;
	background-color: #d5ceab;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px solid #435da8;
}

.buttonize :hover {
	background-color: #f5f5ad;
	border: 2px solid #bfbfb9;
}

.form {
	font-size: 1.2em;
	line-height: 1.3em;
}

.form {
	font-size: 1.2em;
	line-height: 1.3em;
}
.form-wide {
	width: 90%;
	font-size: 1.2em;
	line-height: 1.3em;
}

tr.user td {
	border-bottom: 1px solid #e6e6e6;
	padding: 2px;
	margin: 0;
}

table.full_width {
	width: 100%;
}

td.user_controls {
	width: 200px;
}
td.user_controls a {
	margin-top: 2px;
	margin-bottom: 3px;
}

hr {
	margin-top: 10px;
	margin-bottom: 15px;
	height: 5px;
	background-color: #1d8405;
	border-style: none;
}
hr.thin {
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
	background-color: #595959;
	border-style: none;
}

.text-center {
	position: relative;
	padding: 3px 5px;
	text-align: center;
	font-size: 1.2em;
}

h1 {
	font: bold 18px Trebuchet, "Trebuchet MS", Tahoma;
}
h2 {
	font: bold 20px Trebuchet, "Trebuchet MS", Tahoma;
	color: #404040;
}
h3 {
	font: small-caps bold 16px Trebuchet, "Trebuchet MS", Tahoma;
}
h4 {
	color: #404040;
	font: bold 15px/15px Trebuchet, "Trebuchet MS", Tahoma;
	text-align: center;
	margin-bottom: 0;
	margin-top: 2px;
}
.floatleft {
	float: left;
	margin: 5px;
	display: block;
	position: relative;
}
.floatright {
	float: right;
	margin: 5px;
	display: block;
	position: relative;
}
.video_link {
	background: url(../images/video_play.png) no-repeat 0 2px;
	padding-left: 18px;
	margin-left: 30px;
}

#header {
	width: 100%;
	position: fixed;
	height: 100px;
	z-index: 5;
	top: 29px;
	left: 0;
	background: url(../images/stripe_header.jpg) repeat-x;
}
#panel_header {
	width: 100%;
	position: fixed;
	height: 100px;
	z-index: 5;
	top: 29px;
	left: 0;
	background: url(../images/panel_stripe_header.jpg) repeat-x;
}
#panel_header img {
	z-index: 7;
	position: fixed;
	top: 0px;
	left: 40px;
}

#header img {
	z-index: 7;
	position: fixed;
	top: 0px;
	left: 40px;
}

div.user_header {
	font-size: 1.5em;
	width: 90%;
	display: inline-block;
	position: relative;
	left: 0;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	padding-top: 40px;
}
div.user_form {
	width: 90%;
	padding-top: 15px;
}


/* @group admin */
#admin_controls {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 6;
	top: 50px;
	left: 0px;
	padding-left: 40px;
	color: #fff;
}
#admin_controls li {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 2px 5px;
	margin: 2px 5px 2px 5px;
	text-align: center;
	background-color: #2d2d2d;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #5e5e5e;
	font: .9em Trebuchet, "Trebuchet MS", Tahoma;
}
#admin_controls li.panel{
	color: #fff;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	background-color: #004500;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #5f5f5f;
}
#admin_controls li.panel:hover{
	color: #fff;
	background-color: #386649;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #2e533d;
}



#admin_controls li:hover {
	background-color: #696969;
	border-style: none;
}

#admin_controls li a{
	color: #fff;
	text-decoration: none;
}
#admin_controls li a:hover{
}

#admin_content {
	margin-top: 120px;
	width: 960px;
	position: relative;
}
.current {
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 5px;
}

#admin_left {
	position: static;
	width: 470px;
	margin-left: 10px;
}
#admin_left .indention {
	text-indent: 10px;
}
#admin_left h2 {
	padding-left: 10px;
}

#admin_right {
	width: 460px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 500px;
}
#admin_right h2 {
	padding-left: 10px;
}
.admin_controls{
	float: right;
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 1px;
	text-indent: 0;
}
.admin_center {
	margin-left: 100px;
	margin-right: 10px;
	float: left;
	width: 600px;

}
a.awesome {
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.awesome a:hover{
	background-color: rgba(17, 17, 17, 0.5);
}
/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}
.red.awesome {
background-color: #e33100;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}
.green.awesome {
background-color: #1d8405;
}
.logout.awesome {
background-color: #9b2621;
}


/* @end */

/* @group client */

#client_left_content {
	width: 28em;
	padding:2em 2em 1em;
	border: 20px solid #696e8b;
	line-height: 1.4em;
	font-size: 110%;
	margin: 3em auto 0 90px;
}


#client_content {
	margin-top: 120px;
	width: 960px;
	position: relative;
}

#client_left {
	position: static;
	width: 470px;
	margin-left: 10px;

}

#client_right {
	width: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 660px;
}

/* @end */

/* @group writer */

#writer_content {
	margin-top: 120px;
	width: 960px;
	position: relative;
}

.writer_center {
	margin-left: 100px;
	margin-right: 10px;
	float: left;
	width: 600px;
}
.writer_controls{
	float: right;
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 1px;
	text-indent: 0;
}

#writer_controls {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 6;
	top: 50px;
	left: 0px;
	padding-left: 40px;
	color: #fff;
}
#writer_controls li {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 2px 5px;
	margin: 2px 5px 2px 5px;
	text-align: center;
	background-color: #2d2d2d;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #5e5e5e;
	font: .9em Trebuchet, "Trebuchet MS", Tahoma;
}
#writer_controls li.panel{
	color: #fff;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	background-color: #004500;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #5f5f5f;
}
#writer_controls li.panel:hover{
	color: #fff;
	background-color: #386649;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px none #2e533d;
}



#writer_controls li:hover {
	background-color: #696969;
	border-style: none;
}

#writer_controls li a{
	color: #fff;
	text-decoration: none;
}
#writer_controls li a:hover{
}

/* @end */

/* @group visitor */


#visitor_controls {
	height: 30px;
	position: fixed;
	z-index: 6;
	top: 100px;
	left: 0px;
	padding-left: 40px;

}
#visitor_controls li {
	color: #000;
	font-family: Trebuchet, "Trebuchet MS", Tahoma;
	/*display: inline-block;*/
	float: left;
	list-style-type: none;
	padding: 2px 5px;
	margin: 2px 5px 2px 5px;
	text-align: center;
	background-color: #587adc;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 2px solid #435da8;
}

#visitor_controls li:hover {
	background-color: #6a93ff;
	border: 2px solid #bfbfb9;
}

#visitor_controls li a{
	color: #000;
	text-decoration: none;
}
#visitor_controls li a:hover{
	text-decoration: underline;
}


/* @end */

#app {
  top: 140px;
  margin-left: 40px;
  margin-bottom: 140px;
	position: relative;
}


/* @group static pages */
#pages {
	width: 960px;
/*  margin-top: 140px;*/
  top: 140px;
  margin-bottom: 140px;
	position: relative;
}


#pages .center {
	width: 700px;
	float: left;
}
#pages .far_left {
	width: 180px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
#pages #left_column {
	width: 600px;
/*  margin-top: 140px;*/
	margin-left: 40px;
	position: static;
}
#pages h1 {
	text-indent: 10px;
	border-bottom: 1px solid #7b7b7b;
	font-size: 22pt;
	color: #156203;
	font-weight: bold;
	padding-right: 40px;
	margin-top: 15px;
}

#pages h2 {
	font-size: 18pt;
	color: #156203;
	font-weight: bold;
}
#pages h3 {
	text-indent: 10px;
	font-size: 14pt;
	color: #156203;
	font-weight: bold;
}
#pages p {
	font-size: 15px;
	line-height: 18px;
	text-indent: 0px;
	word-spacing: 2px;
	padding-right: 40px;
}
#pages li {
	font-size: 18px;
	line-height: 22px;
	word-spacing: 2px;
	list-style-type: circle;
	list-style-position: inside;
	padding-right: 40px;
}
#pages li.indent {
	text-indent: 15px;
}

#pages li.benefit {
	font-size: .9em;
	font-style: italic;
	color: #757575;
	list-style-type: none;
	text-indent: 40px;
}

#pages #right_column {
/*  margin-top: 140px;*/
	width: 300px;
	position: absolute;
	left: 660px;
  top: 0px;
  bottom: 0;
  overflow: auto;
}
#pages #right_column img.avitar {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

#pages #right_column p {
	font-size: 14px;
	line-height: 16px;
}

#pages #right_column li {
	font-size: 14px;
	line-height: 18px;
	word-spacing: 2px;
	list-style-type: none;
	padding-left: 15px;
	border-bottom: 1px dotted #aeaeae;
	padding-top: 9px;
	padding-bottom: 9px;
}
#pages #right_column h1 {
	text-indent: 10px;
	border-bottom: 1px solid #7b7b7b;
	font-size: 22pt;
	color: #6a7691;
	font-weight: bold;
}
#pages #right_column .trans_box.blue li {
	border-bottom: 1px dotted #fff;
}
#pages #right_column .trans_box.blue ul li {
	border-style: none;
	line-height: 14px;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
	text-indent: 0;
}
#pages #right_column .trans_box.blue h2 {
	color: #412a19;
}

.numbered_list li.bullet_1{
	list-style-image: url(../images/bullet-1-trans.png);
	list-style-position: outside;
}
.numbered_list li.bullet_2{
	list-style-image: url(../images/bullet-2-trans.png);
	list-style-position: outside;
}
.numbered_list li.bullet_3{
	list-style-image: url(../images/bullet-3-trans.png);
	list-style-position: outside;
}
.numbered_list li.bullet_4{
	list-style-image: url(../images/bullet-4-trans.png);
	list-style-position: outside;
}
.numbered_list ul li{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 400px;
	margin-bottom: 12px;
}

.order_page_bullet-number{
	float: left;
	padding-bottom: 4px;
	color: #fffccd;
	margin-right: 10px;
}
.order_page_float_right {
	width: 255px;
	z-index: 10;
	float: right;
}
.order_page_float_right li{
	margin-bottom: 15px;
}
p.attention {
	color: #526484;
	border: 1px dotted #c9c3c9;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	background-color: #f9ffda;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 5px 10px;
}
/* @end */
table.price_matrix{
	width: 100%;
	border: 1px solid #424242;
	background-color: #313131;
	color: #59a96f;
	font-size: 1.1em;
	margin-top: 10px;
		-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
table.price_matrix a{
	color: #aeaeae;
}
table.price_matrix tr {
	background-color: #363636;
}
table.price_matrix td.header_row {
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.3em;
}
table.price_matrix td.price {
	text-align: right;
	padding-right: 5px;
	color: #29cb0c;
	text-shadow: #000 1px 1px 2px;
	font-weight: normal;
	font-style: normal;
}
table.price_matrix td.price a {
	text-align: right;
	color: #29cb0c;
	text-shadow: #000 1px 1px 2px;
	font-weight: normal;
	font-style: normal;
}
.thin {
	font-size: .9em;
	color: #696969;
}
#formatting_guide {
	position: absolute;
	display: block;
	left: 500px;
	top: 200px;
	width: 400px;
}

.summary {
	position: absolute;
	top: 90px;
}
.summary table {
	width: 100%;
	text-align: center;
	border: 2px outset #4a4a4a;
	background-color: #525252;
	color: #fff;
	padding-top: 10px;
}
.summary td {
	border: 1px solid #2d2d2d;
	padding: 3px 6px;
}
/*.identifier {
	color: #757575;
	font-size: .8em;
	line-height: 28px;
}*/


.existing_description p {
	border: 1px solid #fffbbb;
	background-color: #feffe3;
	width: 400px;
	height: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 3px 8px;
}

div#errorExplanation.inline_errorExplanation {
	float: right;
	display: block;
	position: absolute;
	left: 375px;
	background-color: #f7ff9e;
	width: 295px;
	border-top: 2px solid #696969;
	list-style-type: square;
	padding-left: 5px;
	color: #9c0000;
	font-size: 1.1em;
	line-height: 1.2em;
}

/* @group list classes */

.list {
	position: relative;
	width: 100%;
	
}

.list li {
	position: relative;
	list-style-type: none;
	line-height: 1.8em;
	padding-left: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	background: url(../images/icon_ok.png) no-repeat 0 2px;
	text-indent: 30px;
}
.list li.alert {
	background: url(../images/icon_alert.png) no-repeat 0 2px;
}
.list li.note {
	background: url(../images/icon_question.png) no-repeat 0 2px;
}
.list li.attention {
	background: url(../images/icon_attention.png) no-repeat 0 2px;
}

/* @end */

/* @group tab layout */

#tab-container-1 {
	background-color: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding-top: 10px;
}
ul.tab-container-1-nav {
    overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
}
ul.tab-container-1-nav li {
    list-style-type: none;
    float: left;
    margin-right: 0.3em;
    width: auto;
    padding-left: 25px;
    background: url(../images/sliding_doors-inactive.png) no-repeat top left;

}
ul.tab-container-1-nav li a {
    display: block;
    padding: 10px 25px 10px 0;
    background: url(../images/sliding_doors-inactive.png) no-repeat top right;
	color: #fff;
}
ul.tab-container-1-nav li.activeli {
	background: url(../images/sliding_doors.png) no-repeat top left;
border-bottom: 2px solid #000;
}
ul.tab-container-1-nav li.activeli a {
	background: url(../images/sliding_doors.png) no-repeat top right;


}
.tab {
	border-style: solid;
	border-color: #000;
	margin-top: 0;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
		-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.tab p {
	color: #fffeff;
}
.tab a {
	color: #fff;
}

#order_form td.title {
	width: 70%;
	font-style: oblique;
}
#order_form td.price_ea {
	width: 15%;
	text-align: right;
}
#order_form td.price {
	width: 15%;
	text-align: right;
	font-weight: bold;
}

/* @end */