.longform {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	height: 30px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #ffffff;
	text-decoration: none;
}

.longred {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	height: 30px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #f5a7a8;
	text-decoration: none;
}

.shortform {
	width: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	height: 30px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #ffffff;
	text-decoration: none;
}

.shortred {
	width: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	height: 30px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #f5a7a8;
	text-decoration: none;
}

.fieldform {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	min-height: 120px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #ffffff;
	text-decoration: none;
}

.fieldred {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 5px;
	min-height: 120px;
	margin: 2px 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: #f5a7a8;
	text-decoration: none;
}

.longform:hover, .longred:hover, .shortform:hover, .shortred:hover, .fieldform:hover, .fieldred:hover {
	border-color: #0071b9;
}






.longselect {
	background: url(../images/longboxs.png) no-repeat left center;
	width: 251px;
	border: none;
	height: 36px;
	margin: 0px;
	padding: 8px;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
	-webkit-appearance: none;
	display: block;
}

.longselect:hover {
	background: url(../images/longboxsa.png) no-repeat left center;
}

.shortselect {
	background: url(../images/shortboxs.png) no-repeat left center;
	width: 151px;
	border: none;
	height: 36px;
	margin: 0px;
	padding: 8px;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
	-webkit-appearance: none;
	display: block;
}

.shortselect:hover {
	background: url(../images/shortboxsa.png) no-repeat left center;
}

.miniform {
	background: url(../images/minibox.png) no-repeat left center;
	width: 74px;
	border: none;
	height:35px;
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
}

.miniform:hover {
	background: url(../images/miniboxa.png) no-repeat left center;
}

.miniselect {
	background: url(../images/miniboxs.png) no-repeat left center;
	width: 101px;
	border: none;
	height: 36px;
	margin: 0px;
	padding: 8px;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
	-webkit-appearance: none;
	display: block;
}

.miniselect:hover {
	background: url(../images/miniboxsa.png) no-repeat left center;
}


.comment {
	background: url(../images/comment.png) no-repeat left center;
	width: 415px;
	max-width: 415px;
	border: none;
	height:215px;
	max-height:215px;
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
	overflow: auto;
}
.comment:hover {
	background: url(../images/commenta.png) no-repeat left center;
}

.commentfalse {
	background: url(../images/commente.png) no-repeat left center;
	width: 415px;
	max-width: 415px;
	border: none;
	height:215px;
	max-height:215px;
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	text-decoration: none;
	overflow: auto;
}
.commentfalse:hover {
	background: url(../images/commentea.png) no-repeat left center;
}


.button { cursor: pointer; border:0px solid #ffffff; padding-top: 3pt; padding-bottom: 3pt; padding-left: 8pt; padding-right: 8pt; background: url(../images/arrow.png) no-repeat right center transparent; font-size: 18px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none;}
.button:hover { background: url(../images/arrowa.png) no-repeat right center transparent; color: #6ec0f4; }

.buttonsmall { cursor: pointer; border:0px solid #ffffff; padding-top: 3pt; padding-right: 8pt; background: url(../images/arrowlinka.png) no-repeat right center transparent; font-size: 14px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none;}
.buttonsmall:hover { background: url(../images/arrowlink.png) no-repeat right center transparent; color: #6ec0f4; }

.buttonback { cursor: pointer; border:0px solid #ffffff; padding-top: 3pt; padding-bottom: 3pt; padding-left: 8pt; padding-right: 8pt; background: url(../images/arrowback.png) no-repeat left center transparent; font-size: 18px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none;}
.buttonback:hover { cursor: pointer; border:0px solid #ffffff; padding-top: 3pt; padding-bottom: 3pt; padding-left: 8pt; padding-right: 8pt; background: url(../images/arrowbacka.png) no-repeat left center transparent; font-size: 18px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #6ec0f4; text-decoration: none;}


.errnormal {font-size: 13px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;	color: #707070;}
A.errlink {font-size: 13px; font-family: 'Droid Sana', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #ffffff; text-decoration: none;}
A.errlink:hover {text-decoration: underline;}

.gradorange {
background: #f1e767; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-8 */
}

.buybutton {
	background: url(../images/addcart.png) no-repeat left center;
	width: 170px;
	border: none;
	height:30px;
	vertical-align: middle;
	text-vertical-align: middle;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #0071b9;
	text-decoration: none;
	z-index: 99;
	cursor: pointer; 
}

.buybutton:hover {
	background: url(../images/addcarta.png) no-repeat left center;
	color: #6ec0f4;
}

.gobutton {
	background: url(../images/gocart.png) no-repeat left center;
	width: 170px;
	border: none;
	height:30px;
	vertical-align: middle;
	text-vertical-align: middle;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #0071b9;
	text-decoration: none;
	z-index: 99;
	cursor: pointer; 
}

.gobutton:hover {
	background: url(../images/gocarta.png) no-repeat left center;
	color: #6ec0f4;
}

.goback {
	background: url(../images/goback.png) no-repeat left center;
	width: 170px;
	border: none;
	height:30px;
	vertical-align: middle;
	text-vertical-align: middle;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #0071b9;
	text-decoration: none;
	z-index: 99;
	cursor: pointer; 
}

.goback:hover {
	background: url(../images/gobacka.png) no-repeat left center;
	color: #6ec0f4;
}

.refresh {
	background: url(../images/refresh.png) no-repeat left center;
	width: 24px;
	border: none;
	height: 24px;
	cursor: pointer; 
}

.refresh:hover {
	background: url(../images/refresha.png) no-repeat left center;
}

.wkdel {
	background: url(../images/wkdel.png) no-repeat left center;
	width: 20px;
	border: none;
	height: 20px;
	cursor: pointer; 
}

.wkdel:hover {
	background: url(../images/wkdela.png) no-repeat left center;
}

.wknote {
	background: url(../images/wknote.png) no-repeat left center;
	width: 20px;
	border: none;
	height: 20px;
	cursor: pointer; 
}

.wknote:hover {
	background: url(../images/wknotea.png) no-repeat left center;
}

.wkpath {
	display: block;
	width: 120px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-top-left-radius: 10px 36px;
	border-bottom-right-radius: 10px 36px;
	padding-top: 4px;
	text-align: center;
	height: 20px;
	-webkit-appearance: none;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #c6c6c6;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.wkpathl {
	display: block;
	width: 120px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-top-left-radius: 10px 36px;
	border-bottom-right-radius: 10px 36px;
	padding-top: 4px;
	text-align: center;
	height: 20px;
	-webkit-appearance: none;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #c6c6c6;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.wkpathl:hover {
	color: #6ec0f4;
}

.wkpatha {
	display: block;
	width: 120px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-top-left-radius: 10px 36px;
	border-bottom-right-radius: 10px 36px;
	padding-top: 4px;
	text-align: center;
	height: 20px;
	-webkit-appearance: none;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #0071b9;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.gopath, .gopathl {
	display: block;
	width: 166px;
	background: url(../images/gopath.png) no-repeat left center;
	padding-top: 8px;
	text-align: center;
	height: 22px;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #c6c6c6;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.gopaths, .gopathsl {
	display: block;
	width: 45px;
	background: url(../images/gopaths.png) no-repeat left center;
	padding-top: 8px;
	text-align: center;
	height: 22px;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #c6c6c6;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.gopathl:hover, .gopathsl:hover {
	color: #6ec0f4;
}

.gopatha {
	display: block;
	width: 166px;
	background: url(../images/gopatha.png) no-repeat left center;
	padding-top: 8px;
	text-align: center;
	height: 22px;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #0071b9;
	text-decoration: none;
	z-index: 99;
	float: left;
}

.infolink {font-size: 14px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #0071b9; text-decoration: none; cursor: pointer;}

.tabletr {background-color: #ffffff;}
.tabletr:hover {background-color: #f3f3f3;}