@font-face { 
	font-family: barcodefont;  
	src: url(//www.yritysliput.fi/css/fonts/barcodefont.woff);
}

div.showbarcode {
	font-family:barcodefont;
	font-size: 16pt;
	padding:20px;	
}

body {
	font-family:Questrial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	margin:0;
	padding:0;
	background-color:#f4f4f4;
}

#dropsheet {
	display:none;
	position:absolute;
	background-color:#ccc;
	z-index:8998;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

div.fheader {
	border-bottom:1px solid #000; 
	padding: 20px 0 4px 0; 
	width:700px; 
	margin:15px 0 10px 0; 
	font-size: 18px;
}

div.fdialog {
	display:none;
	position:absolute;
	z-index:8999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:4px solid #ccc;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
}

div.fdialog div.h {
	background-color:#fff;
	text-align:right;
	padding:4px 10px 0 0;
}

div.fdialog div.c {
	background-color:#fff;
	width:700px;
	height:350px;
	padding:10px 20px 20px 20px;
	text-align:left;	
}

div.fdialog div.c p {
	line-height:18px;	
}

div.fdialog div h1 {
	margin:0;
	padding:0;
}

#dropwait {
	display:none;
	position:absolute;
	z-index:8999;
}

#dropwait #dbox {
	margin:15% auto;
	background-color:#fff;
	width:200px;
	padding:20px;
	border:4px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

#loading {
	width:31px;
	height:31px;
	/*background-image:url(i/ajax-loader.gif);*/
	margin:10px auto;
}

#wait {
	font-size:20px;
	color:#777;
}

#header {
	background-color:#333;
	padding:3px 0 3px 5px;
	background: rgb(69,72,77);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

#header #logo {
	display:block;
	padding:12px 0 12px 50px;
	background-image:url(i/fklogo.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	font-size:20px;
	color:#fff;
	text-decoration:none;
}

#header #logout {
	display:block;
	padding:5px 7px 12px 50px;
	font-size:12px;
	color:#888;
	text-decoration:none;
	float:right;
}

#header #logout:hover {
	color:#fff;
}

#menu {
	background-color:#eee;
	padding:6px 0 4px 20px;
	border-bottom:1px solid #ddd;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#menu a {
	display:block;
	float:left;
	margin-right:15px;
	text-decoration:none;
	color:#000;
	padding:2px 0 2px 22px;
}
#menu a:hover {
	color:#000;
}

#menudata div {
	display:none;
	position:absolute;
	z-index:9999;
	padding:10px;
	background-color:#fafafa;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	margin-top:2px;
}

#menudata ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menudata ul li {
	padding:2px 0 2px 0;
}

#menudata ul li a {
	text-decoration:none;
	color:#888;
	display:block;
	padding:3px 5px 3px 22px;
}

#menudata ul li a:hover {
	color:#000;
}

#crumb {
	background-color:#f8f8f8;
	padding:0 0 0 20px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #eee;
}
#crumb a {
	display:block;
	float:left;
	margin-right:15px;
	text-decoration:none;
	color:#888;
	padding:10px 32px 10px 0;
	background-image:url(i/crumb-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#crumb a.title {
	color:#000;
	font-size:15px;
	font-weight:bold;
	padding:9px 32px 9px 0;
}
#crumb a.current {
	color:#000;
	font-weight:bold;
}

#content {
	margin-bottom:20px;
}

#formwrap, #tablewrap {
	margin:20px 20px;
}

#formtitle {
	font-size:30px;
	padding:6px 0 0 46px;
}

#formcontent, #formerrors, #tablecontent, #banner,#info {
	background-color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 50px 0;
	padding:20px;
}


div.ewrap {
	width:700px;
}

#tablecontent {
	padding-bottom:30px;
}

#tablecontent table {
	padding:0 0 0 0;
}

#formerrors {
	color:#1f6adf;
	margin:10px 0 10px 0;
	font-size:20px;
}

#formcontent div.nav {
	text-align:right;
}

#formcontent div.nav a {
	list-style-type: none;
	display: block;
	float: left;
	font-size: 14px;
	padding:3px 11px 3px 20px;
	margin:0 10px 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:2px solid #eee;
	background-color:#eee;
	background-position:20px none;
	text-decoration:none;
	color:#444;
}

#formcontent div.nav a:hover {
	background-color:#ddd;
	border:2px solid #ddd;
}

#formcontent div.nav a.selected {
	background-color:#dadada;
	border:2px solid #dadada;
	color:#000;
}

.formgroup {
	clear:both;
	margin:0 0 0 0;
}

div.help {
	float:right;
	width:210px;
	font-size:12px;
	padding:4px 18px 4px 0px;
	line-height:15px;
}

div.i {
	padding:4px 0 4px 22px;
	background-image:url(icons/icons.png);
	background-position:0 -80px;
	background-repeat:no-repeat;
	line-height:12px;
    cursor:help;
}

.formgrouptitle {
	font-size: 20px;
	padding:3px 0 3px 10px;
	margin:0 0 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
}

.form_info_table, .cwrap {
	font-size: 16px;
	padding:3px 0 3px 10px;
	margin:0 0 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
}

div.ewrap  {
	margin-bottom:15px;
}

div.ewrap label, div.ewrap div.t {
	display:block;
	width:200px;
	text-align:right;
	padding:2px 10px 0 0;
	color:#000;
}

div.ewrap input, div.ewrap select, div.ewrap textarea {
	width:230px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	font-family:Questrial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:2px 4px 2px 4px;
	color: #222;
}


div.ewrap select {
	width:240px;
}

div.ewrap select option {
	padding:0 0 0 5px;
	margin:3px 0 3px 0;
}

div.ewrap textarea {
	width:230px;
	height:100px;
}

#send_msg, #user_msg {
	height:200px;
}

#send_emsg, #user_emsg {
	height:300px;
}

#send_tag_list,#ord_tag_list {
	display:block;
	margin-left:212px;
	color:#aaa;
	line-height:13px;
	font-size:12px;
}

div.ewrap label input[type="checkbox"] {
	border:none;
	width:20px;
	margin-right:190px;
}

div.ewrap label input[type="radio"] {
	border:none;
	width:20px;
}

div.ewrap label select option {
	padding-left:6px;
	margin:3px 0 3px 0;
}

div.ewrap {
	clear:both;
	padding:10px 0 10px 0;
}
div.ewrap label, div.ewrap input {
	float:left;
}

div.ewrap div.t {
	float:left;	
}
div.ewrap div.r {
	float:left;
	width:230px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	font-family:Questrial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:7px 4px 2px 4px;
	color: #222;
}

div.ewrap div.r label {
	width:220px;
	text-align:left;
	padding:0;
	margin-bottom:3px;
	clear:both;
}
div.ewrap div.r label input {
	width:16px;
	margin:0 3px 0 0;
	padding:0;
	float:left;
}

div.ewrap label.error {
	padding:5px 0 4px 210px;
	font-size:12px;
	color:#a00;
	text-align:left;
	clear:left;
}

div.ewrap div.r label.error, div.ewrap label.hide  {
	display:none;
}

div.ewrap table.column_selector {
    width: 680px;
    margin: auto;
}

table.column_selector tr.o td {
	background-color:#f4f4f4;
}

table.column_selector tr.e td {
	background-color:#eee;
}

.highlight {
	background-color:#f4f4f4;
}
#footer {
	background-color:#ddd;
	padding:6px 0 6px 20px;
	border-top:1px solid #ddd;
	background: rgb(69,72,77);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	
	position:fixed;
	bottom:0px;
	width:100%;
}
#footer a {
	display:block;
	float:left;
	margin-right:15px;
	text-decoration:none;
	color:#999;
	padding:2px 0 2px 2px;
}
#footer a:hover {
	color:#fff;
}

div.btngroup {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	text-align:right;
	clear:both;
}
#btn_cancel_proc{
    float:left;
}

input.submit {
	min-width:90px;
}

input[type="submit"], input[type="reset"], input[type="button"], td.btns a, a.add, a.modify {
	background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,179,242,1)), color-stop(50%, rgba(84,163,238,1)), color-stop(51%, rgba(54,144,240,1)), color-stop(100%, rgba(30,105,222,1)));
	background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #1e69de;
	padding:3px 7px 3px 7px;
	color:#fff;
	font-family:Questrial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	background-color:#1e69de;
	text-decoration:none;
	margin:0 5px 0 0;
	min-width:50px;
	text-align:center;
}

#btn_preview_email, #btn_preview_sms {
	background: -moz-linear-gradient(top,  rgb(249,118,72) 0%, rgb(241,116,50) 50%, rgb(234,85,7) 51%, rgb(251,149,94) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,118,72)), color-stop(50%,rgb(241,116,50)), color-stop(51%,rgb(234,85,7)), color-stop(100%,rgb(251,149,94)));
	background: -webkit-linear-gradient(top,  rgb(249,118,72) 0%,rgb(241,116,50) 50%,rgb(234,85,7) 51%,rgb(251,149,94) 100%);
	border:1px solid #ff6600;
	float:right;	
}

#btn_preview_ticket {
	background: -moz-linear-gradient(top,  rgb(249,118,72) 0%, rgb(241,116,50) 50%, rgb(234,85,7) 51%, rgb(251,149,94) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,118,72)), color-stop(50%,rgb(241,116,50)), color-stop(51%,rgb(234,85,7)), color-stop(100%,rgb(251,149,94)));
	background: -webkit-linear-gradient(top,  rgb(249,118,72) 0%,rgb(241,116,50) 50%,rgb(234,85,7) 51%,rgb(251,149,94) 100%);
	border:1px solid #ff6600;
	float:right;
}

td.btns a, a.add {
	display:block;
	float:right;
	margin-left:2px;
}

td.btns a {
	font-size:12px;
}
a.list{
    display:block;
    float:left;
    margin-left:10px;
    font-size: 14px;
}
#tablecontent a.disabled,input.disabled {
    cursor:default;
    background: -moz-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(190,190,190,1) 50%, rgba(160,160,160,1) 51%, rgba(150,150,150,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200,200,200,1)), color-stop(50%, rgba(190,190,190,1)), color-stop(51%, rgba(160,160,160,1)), color-stop(100%, rgba(150,150,150,1)));
    background: -webkit-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(190,190,190,1) 50%, rgba(160,160,160,1) 51%, rgba(150,150,150,1) 100%);
    border:1px solid #AAA;
    color:#eee;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(170, 170, 170, 0.5);
    box-shadow:  0px 1px 1px 1px rgba(170, 170, 170, 0.5);
    background-color:#2A2C2F;
}

select.required {
    background-image:url(icons/i/i1.png);
    background-repeat:no-repeat;
    background-position:195px 0;
}

.required {
    background-image:url(icons/i/i1.png);
    background-repeat:no-repeat;
    background-position:right 0;
}

#titleinfo {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px;
	background-color:#fff;
	display:none;
}

.hide {
	display:none;
}

.tooltip {
	display:none;
	background-color:#fff;
	border:1px solid #f4f4f4;
	max-width:200px;
	padding:10px;
	font-size:13px;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	box-shadow:  0px 1px 1px 1px rgba(196, 196, 196, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sepline {
	margin:10px 0 10px 0;
	border-bottom:3px solid #f4f4f4;
	clear:both;
}

#tbltools {
	float:left;
	width:580px;
}

#search, #startrow, #rowcount {
	margin-right:7px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	font-family:Questrial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:1px 2px 1px 2px;
	color: #222;
}

#rowcount {
	width:50px;	
}

#search {
	width:80px;
	padding:2px 2px 2px 2px;
	margin-right:3px;
}

#btnsearch {
	padding:2px 5px 2px 5px;
}

#tbltwrap {
	font-size: 14px;
	padding:8px 5px 7px 10px;
	margin:0 0 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
	border:1px solid #ddd;
}

#tbltwrap form {
	float:right;	
}

#tbltwrap label {
	padding:0 3px 0 5px;
}
#tbltwrap label.f {
	padding:0 5px 0 0;
}

#tbldiv {
	font-size: 14px;
	padding:8px 5px 7px 10px;
	margin:0 0 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
	border:1px solid #ddd;	
}

#tbldiv.error {
	font-size:20px;
	text-align:center;
}

#tbldiv tr.even td {
	background-color:#ececec;
}

#tbldiv td {
	padding:3px 0 3px 0;
}

#tbldiv th {
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:0 0 4px 0;
	margin-bottom:3px;
}

#tbldiv th a {
	color:#000;
	text-decoration:none;
}

#tbldiv th a:hover, #tbldiv th a.sort {
	color:#1e69de;
}

#tbldiv th a.dort {
	color:#9a1a10;
}

#helpcontainer {
	padding:25px;
}

#helpcontainer h1, h2 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight:normal;
}

#helpcontainer h2 {
	font-size:24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
	padding:5px 5px 5px 10px;
	margin:5px 5px 10px 15px;
}

#helpcontainer p {
	margin:0;
	font-size:22px;
	padding:0 10px 0 20px;
}

#helpcontainer ol {
	margin:0;
	font-size:15px;
}

#helpcontainer ol li {
	line-height:30px;
	color:#444;
}

#helpcontainer ol li span {
	padding:2px 0 0 22px;
	font-weight:bold;
}

#helpcontainer ol li strong {
	color:#000;
}

#helpcontainer div.chapter {
	background-color:#fff;
	margin:0 20px 20px 0;
	padding:10px 10px 10px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#termsdivwrap {
	margin:10px 0 0 0; 
	width:800px; 
	height: 300px; 
	padding:10px; 
	background-color:#f6f6f6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#termsdiv {
	padding:0 10px 10px 10px;
	width:780px; 
	height: 280px; 
	overflow:scroll; 
}

#termsdiv h1, #termsdiv h2 {
	margin:20px 0 10px 0;
	padding:0;
}

#termsdiv p a {
	text-decoration:none;
	color:#003;
	font-size:14px;
	line-height:24px;
}

#termsdiv p {
	margin:0 0 10px 20px;
	line-height:23px;
}

#termsign h3 {
	margin:0 0 5px 0;
}

#termsign p {
	margin:0 0 10px 0;
	line-height:20px;
}

#termsign {
	width:790px;
	background-color:#f6f6f6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:20px 10px 30px 20px;
	margin-top:10px;	
}

a#reset_send_cust_data {
	margin:10px 0 0 210px;
	width:100px;
	text-align:center;
	display:block; 
	padding:3px 3px 3px 3px; 
	cursor:pointer;
	text-decoration:none;
	background-color:#eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	font-size:12px;
	color:#999;
	clear:both;
}

a#reset_send_cust_data:hover {
	color:#000;
	border-color:#999;
}

#banner {
	margin:-30px 20px 20px 20px;
	padding:5px;
	background-color:#fff;
	font-size:24px;
}
#info {
	margin:0px 20px 20px 20px;
	background-color:#fff;
	font-size:14px;
	border:4px solid #e3e3e3;
}
#info div.p {
	float:left;
	width:30%;
	min-width:270px;
	margin:5px 20px 0 10px;
}
#info h1 {
	font-size: 20px;
	padding:3px 0 3px 10px;
	margin:0 0 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f4f4f4;
}
#info h2 {
	font-size: 17px;
	margin:0 0 6px 0;
	font-weight:bold;
	line-height:24px;
}
#info p {
	margin:0 0 10px 0;
	line-height:19px;
	font-size: 14px;
}

#info p a {
	color:#000;
}


#bw {
	background-image:url(../img/bg-banner-left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#bl {
	background-image:url(../img/bg-banner-right.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	padding:34px 0 30px 0;
	text-shadow: 2px 2px 2px #bbb;
}

#bl a {
	text-decoration:none;
	color:#000;
}

#bl a:hover {
	text-decoration:none;
	text-shadow: 2px 2px 4px #666;
}

span.help {
	cursor:help;
}

a.tempdel {
	text-decoration:none;
	display:block;
	padding:4px 10px 2px 10px;
	background-color:#eee;
	color:#888;
	text-align:center;
	float:right;
	width:40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.tempdel:hover {
	background-color:#ddd;
	color:#222;
}

#linkdateselector {
	margin-left:210px;
	padding-top:5px;	
}

#linkdateselector span {
	margin-right:5px;
	padding:3px 3px 1px 3px;
	background-color:#eee;
	border:1px solid #ccc;
	display:block;
	float:left;
	width:40px;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
}

#product_ord_wrap div.ewrap {
	width:100% !important;	
}

#product_ord_id {
	width: 500px !important;
}