BODY, P, TD, TH, DIV {
	font-family:				Tahoma, Verdana, 'Lucida Grande', Arial, sans-serif;
	-webkit-text-size-adjust:   none;
	}

body {
	background:				transparent;
	background-color:       #25130d;
	}
	
body:after {
	content:"";
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	display:block;
	background-color:           #5f321d;
	background:url(https://www.engawado.com/kyudovoc/media/wood-2.jpg) no-repeat 50% 50%;
	background-size:cover;
	}

.scrollable { 
    height:						85%;
    overflow-y:					auto;
	-webkit-overflow-scrolling: touch;
    }

.scrollable::-webkit-scrollbar {
	display:					none;
	}

.rounded {
    -moz-background-clip:       padding;  
    -webkit-background-clip:    padding;
	-moz-border-radius:     	10px 10px 10px 10px ;
	-webkit-border-radius:  	10px 10px 10px 10px ;
	-khtml-border-radius:   	10px 10px 10px 10px ;
	border-radius:          	10px 10px 10px 10px;
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerow.png');
	-moz-box-shadow:            0 0 6px #330000;
    -webkit-box-shadow:         0 0 6px #330000;
    box-shadow:                 0 0 6px #330000;
    border:                     1px solid #351800;
	}

.roundedbot {
    -moz-background-clip:       padding;  
    -webkit-background-clip:    padding;
	-moz-border-radius:     	0px 0px 10px 10px ;
	-webkit-border-radius:  	0px 0px 10px 10px ;
	-khtml-border-radius:   	0px 0px 10px 10px ;
	border-radius:          	0px 0px 10px 10px;
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerow.png');
	-moz-box-shadow:            0 0 6px #330000;
    -webkit-box-shadow:         0 0 6px #330000;
    box-shadow:                 0 0 6px #330000;
    border:                     1px solid #351800;
	}

.roundedtop {
    -moz-background-clip:       padding;  
    -webkit-background-clip:    padding;
	-moz-border-radius:     	10px 10px 0px 0px ;
	-webkit-border-radius:  	10px 10px 0px 0px ;
	-khtml-border-radius:   	10px 10px 0px 0px ;
	border-radius:          	10px 10px 0px 0px;
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerow.png');
	-moz-box-shadow:            0 0 6px #330000;
    -webkit-box-shadow:         0 0 6px #330000;
    box-shadow:                 0 0 6px #330000;
    border:                     1px solid #351800;
	}

.word {
	color:						#F8EFD4;
	font-size:					20px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.description {
	color:						#F8EFD4;
	font-size:					20px;
	font-weight:				normal;
	font-style:				    italic;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.highlight {
	color:						#00CC00;
	font-size:					20px;
	font-weight:				normal;
	font-style:				    italic;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.search {
	color:						#E0E300;
	font-size:					20px;
	font-weight:				normal;
	font-style:				    italic;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.descrr {
	color:						#FF0000;
	font-size:					20px;
	font-weight:				normal;
	font-style:				    italic;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.descrg {
	color:						#00CC00;
	font-size:					20px;
	font-weight:				normal;
	font-style:				    italic;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.formtext {
	height:						60px;
	color:						#DED6BE;
	font-size:					20px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

textarea {
	min-height:					28px;
	font-size:					20px;
	color:                      #DED6BE;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      100%;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.formfield {
	font-size:					20px;
	color:                      #DED6BE;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      100%;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.expertfield {
	font-size:					20px;
	text-align:					center;
	color:                      #DED6BE;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      32px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.user {
	font-size:					20px;
	color:                      #DED6BE;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      120px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.password {
	font-size:					20px;
	color:                      #DED6BE;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      120px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.verzend {
	font-size:					20px;
	text-align:					center;
	color:                      #33cc33;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      160px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.sluiten {
	font-size:					20px;
	text-align:					center;
	color:                      #33cc33;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      160px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.kyudovoc {
	font-size:					20px;
	text-align:					center;
	color:                      #33cc33;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      160px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.zoek {
	font-size:					20px;
	text-align:					center;
	color:                      #33cc33;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      120px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}

.check {
	font-size:					20px;
	text-align:					center;
	color:                      #33cc33;
	border:                     1px solid #351800;
	background:                 url('https://www.engawado.com/kyudovoc/media/formfieldback.png');
	width:                      120px;
	padding-top:                2px;
	padding-bottom:             2px;
	padding-right:              2px;
	padding-left:               5px;
	-moz-border-radius:         8px;
	-webkit-border-radius:      8px;
	-khtml-border-radius:       8px;
	border-radius:              8px;
	}







.icons {
	width: 32px;
	height: auto;
	}
	
.radios {
	width: 27px;
	height: auto;
	}

input[type=radio] {
    border: 					0px;
    width: 						20px;
    height:						20px;
	}

A:link.letters {
	color:						#311700;
	font-size:					23px;
	font-weight:				bold;
	text-decoration:			none;
	}

A:visited.letters {
	color:						#311700;
	font-size:					23px;
	font-weight:				bold;
	text-decoration:			none;
	}

A:active.letters {
	color:						#F8EFD4;
	font-size:					23px;
	font-weight:				bold;
	text-decoration:			none;
	}

A:hover.letters {
	color:						#F8EFD4;
	font-size:					23px;
	font-weight:				bold;
	text-decoration:			none;
	}

.letters-on {
	color:						#F8EFD4;
	font-size:					23px;
	font-weight:				bold;
	text-decoration:			none;
	}









A:link.tinytype {
	color:						#A89E81;
	font-size:					16px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:visited.tinytype {
	color:						#A89E81;
	font-size:					16px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:active.tinytype {
	color:						#A89E81;
	font-size:					16px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:hover.tinytype {
	color:						#FFFFFF;
	font-size:					16px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}





A:link.smalltype {
	color:						#A89E81;
	font-size:					20px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:visited.smalltype {
	color:						#A89E81;
	font-size:					20px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:active.smalltype {
	color:						#A89E81;
	font-size:					20px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:hover.smalltype {
	color:						#FFFFFF;
	font-size:					20px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}





A:link.biggertype {
	color:						#FFFFFF;
	font-size:					26px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:visited.biggertype {
	color:						#FFFFFF;
	font-size:					26px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:active.biggertype {
	color:						#FFFFFF;
	font-size:					26px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:hover.biggertype {
	color:						#FFFFFF;
	font-size:					26px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}





A:link.biggesttype {
	color:						#A89E81;
	font-size:					32px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:visited.biggesttype {
	color:						#A89E81;
	font-size:					32px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:active.biggesttype {
	color:						#A89E81;
	font-size:					32px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

A:hover.biggesttype {
	color:						#FFFFFF;
	font-size:					32px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}

























.intro {
	color:						#DED6BE;
	font-size:					14px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-shadow:                0px 0px 5px rgba(0, 0, 0, 1);
	}

.users {
	color:						#A89E81;
	font-size:					10px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-decoration:			none;
	}

.devide {
	color:						#2A1409;
	font-size:					19px;
	font-weight:				bold;
	letter-spacing:				1px;
	text-decoration:			none;
	}
  
tr.tablerow {
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerow.png');
    background-repeat:          repeat;
	color:						#F8EFD4;
	text-align:					left;
	vertical-align:				top;
	}

tr.tablerowg {
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerowg.png');
    background-repeat:          repeat;
	color:						#F8EFD4;
	text-align:					left;
	vertical-align:				top;
	}

tr.tablerowr {
	background-image:           url('https://www.engawado.com/kyudovoc/media/tablerowr.png');
    background-repeat:          repeat;
	color:						#F8EFD4;
	text-align:					left;
	vertical-align:				top;
	}

A:link.footer {
	color:						#A89E81;
	font-size:					14px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-decoration:			none;
	font-style:				    italic;
	}

A:visited.footer {
	color:						#A89E81;
	font-size:					14px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-decoration:			none;
	font-style:				    italic;
	}

A:active.footer {
	color:						#FFFFFF;
	font-size:					14px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-decoration:			none;
	font-style:				    italic;
	}

A:hover.footer {
	color:						#FFFFFF;
	font-size:					14px;
	font-weight:				normal;
	letter-spacing:				1px;
	text-decoration:			none;
	font-style:				    italic;
	}





