@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('fonts/caviardreams_bold_macroman/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/caviardreams_bold_macroman/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caviardreams_bold_macroman/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/caviardreams_bold_macroman/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/caviardreams_bold_macroman/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/caviardreams_regular_macroman/CaviarDreams-webfont.eot');
    src: url('fonts/caviardreams_regular_macroman/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caviardreams_regular_macroman/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/caviardreams_regular_macroman/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/caviardreams_regular_macroman/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* lay-out */

html, body {
    height:100%;
    margin: 0;
    padding: 0;
	color:#000000;
	font-size:11pt;
    font-family: caviar_dreamsregular, open_sansregular,Arial,verdana;
	text-decoration : none;
    line-height: 16pt;
    background-color: #afbdae;
    background: #afbdae; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececec 0%, #ededed 7%, #e0e2df 17%, #dbe0da 18%, #cbd2ca 27%, #bdc7bc 32%, #b8c4b8 34%, #b3bfb1 36%, #a9b7a8 40%, #9eaf9d 44%, #91a490 50%, #869c85 54%, #80967f 58%, #7d957b 59%, #708a6d 68%, #708a6d 69%, #7d957b 78%, #7e967c 79%, #80967f 79%, #8aa089 85%, #8da08c 85%, #8fa28e 86%, #98a996 90%, #b0beaf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(7%,#ededed), color-stop(17%,#e0e2df), color-stop(18%,#dbe0da), color-stop(27%,#cbd2ca), color-stop(32%,#bdc7bc), color-stop(34%,#b8c4b8), color-stop(36%,#b3bfb1), color-stop(40%,#a9b7a8), color-stop(44%,#9eaf9d), color-stop(50%,#91a490), color-stop(54%,#869c85), color-stop(58%,#80967f), color-stop(59%,#7d957b), color-stop(68%,#708a6d), color-stop(69%,#708a6d), color-stop(78%,#7d957b), color-stop(79%,#7e967c), color-stop(79%,#80967f), color-stop(85%,#8aa089), color-stop(85%,#8da08c), color-stop(86%,#8fa28e), color-stop(90%,#98a996), color-stop(100%,#b0beaf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececec 0%,#ededed 7%,#e0e2df 17%,#dbe0da 18%,#cbd2ca 27%,#bdc7bc 32%,#b8c4b8 34%,#b3bfb1 36%,#a9b7a8 40%,#9eaf9d 44%,#91a490 50%,#869c85 54%,#80967f 58%,#7d957b 59%,#708a6d 68%,#708a6d 69%,#7d957b 78%,#7e967c 79%,#80967f 79%,#8aa089 85%,#8da08c 85%,#8fa28e 86%,#98a996 90%,#b0beaf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececec 0%,#ededed 7%,#e0e2df 17%,#dbe0da 18%,#cbd2ca 27%,#bdc7bc 32%,#b8c4b8 34%,#b3bfb1 36%,#a9b7a8 40%,#9eaf9d 44%,#91a490 50%,#869c85 54%,#80967f 58%,#7d957b 59%,#708a6d 68%,#708a6d 69%,#7d957b 78%,#7e967c 79%,#80967f 79%,#8aa089 85%,#8da08c 85%,#8fa28e 86%,#98a996 90%,#b0beaf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececec 0%,#ededed 7%,#e0e2df 17%,#dbe0da 18%,#cbd2ca 27%,#bdc7bc 32%,#b8c4b8 34%,#b3bfb1 36%,#a9b7a8 40%,#9eaf9d 44%,#91a490 50%,#869c85 54%,#80967f 58%,#7d957b 59%,#708a6d 68%,#708a6d 69%,#7d957b 78%,#7e967c 79%,#80967f 79%,#8aa089 85%,#8da08c 85%,#8fa28e 86%,#98a996 90%,#b0beaf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ececec 0%,#ededed 7%,#e0e2df 17%,#dbe0da 18%,#cbd2ca 27%,#bdc7bc 32%,#b8c4b8 34%,#b3bfb1 36%,#a9b7a8 40%,#9eaf9d 44%,#91a490 50%,#869c85 54%,#80967f 58%,#7d957b 59%,#708a6d 68%,#708a6d 69%,#7d957b 78%,#7e967c 79%,#80967f 79%,#8aa089 85%,#8da08c 85%,#8fa28e 86%,#98a996 90%,#b0beaf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#b0beaf',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat ;
    background-attachment: fixed;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    z-index:20;
    background: url(afbeeldingen/icon_top.png)  no-repeat;
}

#wrapper {
    height:100%;
    width: 100%;
    max-width:996px;
    display:table;
    margin-left:auto;
    margin-right:auto;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    position: relative;
    z-index:2;
}

.gerelateerd {
    display: none;
}

#header1 {
    display:table-row;
    width:100%;
    text-align: left
}
.logoplaatje {
    margin: 10px 20px 0 20px;
    display: none;
}
.header1right {
    float: right;
    line-height: 20px;
    margin: 10px 10px 0 0;
}
.knopboeken {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background-color: #6f8a6d;
    padding: 5px;
    float: right;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: #fff;
}
.talen {
    float: right;
    margin: 0 10px 0 0;
}
.talen img {
    margin: 2px 0 0 0;
    width: 25px;
}

.drulrikethiel {
    color: #c5d2c4;
    float: right;
    font-size: 12pt;
    margin: 2px 10px 0 0;
    font-weight: bold;
    display: none;
}
.headerlinks {
    color: #c5d2c4;
    float: right;
    font-size: 10pt;
    margin: 12px 0px 0 0;
}
.headerlinks a {
    color: #6f8a6d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebedeb;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    margin: 0 0 0 5px;
}
.headerlinks a:hover {
    color: #fff;
    background-color: #6f8a6d;
    text-decoration: none;
}

.titel1 {
    font-family: caviar_dreamsregular;
    color: #6f8a6d;
    font-size: 18pt;
    margin: 65pt 0 0 2px;
    font-weight: bold;
}
.titel2 {
    font-family: caviar_dreamsregular;
    color: #6f8a6d;
    font-size: 10pt;
    margin: 2pt 0 0 2px;
}
@media screen and (min-width: 399px) {

.titel1 {
    font-size: 24pt !important;
    margin: 65pt 0 0 5px !important;
}
.titel2 {
    font-size: 11pt !important;
    margin: 10pt 0 0 5px !important;
}

}

#header2 {
	height: auto;
	width: 100%;
	text-align: left;
	float: left;
	border: none;
	border-spacing: 0;
}
#header2 .nivo-controlNav {
    text-align:center;
    position: relative;
    bottom: 0px;
    z-index:3000 !important;
    display: block;
    margin-top: -20px;
    display: none;
}
#header2 .nivoSlider {
    clear: left;
    display: block;
    margin: 15px 0 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 98%;
    margin: 0 1% 0 1%;
    /* slider is 260px hoog en 996px breed! */
}
#header2 .nivoSlider h3 {
    padding: 5px 20px 5px 10px;
    background-color: rgba(254, 254, 254, .9);
    margin: 10px 0 0 0;
    display: inline-block;
    color: #000;
    float: right;
    -webkit-border-radius: 5px 0 0 5px ;
    border-radius: 5px 0 0 5px;
}
#header2 .nivoSlider h3 a {
    color: #000;
    text-decoration: none
}
#header2 .nivoSlider h4 {
    padding: 5px 20px 5px 10px;
    background-color: rgba(38, 142, 232, .9);
    margin: 10px 0 0 0;
    display: inline-block;
    color: #fff;
    float: right;
    -webkit-border-radius: 5px 0 0 5px ;
    border-radius: 5px 0 0 5px;
}
#header2 .nivoSlider h4 a {
    color: #fff;
    text-decoration: none
}

#header3 {
    display:none;
}
#footer {
    display:table-row;
    width:100%;
    height:65px;
}
.footertext {
    bottom: 20px;
    position: absolute;
    margin: 10px 0px 10px 0px;
    font-size: 10pt;
    width: 100%;
    text-align: center;
}
.logos {
    bottom: 0;
    position: absolute;
    margin: 10px 0px 0px 0px;
    font-size: 10pt;
    width: 100%;
    text-align: center;
}
.row {
    height:100%;
    display:table-row;
}

.cell-right {
    display:table-cell;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #0a3407;
    font-size: 11pt;
    float: right;
      width: 96%;
   	padding:0 2% 0 2%;
}

@media screen and (max-width: 820px) {
.cell-right img {
    max-width: 300px !important;
    height: auto !important;
}
.step {
    font-size: 9pt !important;
    width: 23% !important;
}

}
@media screen and (min-width: 821px) {
.cell-right img {
    width: auto;
    display: inline-block;
    height: auto !important;
    max-width: 99% !important;
}
}
.cell-left {
    display: block;
    width: 100%;
    z-index:0 !important;
	padding: 0% 0px 0px 0px;
}

.smbuttons {
    text-align: center;
    margin: 20px 0 0 0;
}
.zoeken {
    width: 200px;
    overflow: hidden;
    text-align: right;
    font-size: 15pt;
    font-weight: lighter;
    margin: 10px auto 10px auto;
    z-index: 110;
    opacity: 0.6;
}
.zoeken:hover {
    opacity: 0.9;
}
#searchwrapper {
    width:200px; /*follow your image's size*/
    height:24px;/*follow your image's size*/ /*important*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding:0px;
    margin:0px;
    height: 30px;
    line-height: 30px;
    position:relative; /*important*/
    background:   #6f8a6d  url(afbeeldingen/searchbox2.png)  no-repeat  right;
}

#searchwrapper form {
    display:inline ;
}

#searchwrapper .searchbox {
    border:0px; /*important*/
    background-color:transparent; /*important*/
    position:absolute; /*important*/
    top:-1px;
    left:9px;
    width:150px;
    line-height: 25px;

}

#searchwrapper .searchbox_submit {
    border:0px; /*important*/
    background-color:transparent; /*important*/
    position:absolute; /*important*/
    top:2px;
    left:170px;
    width:22px;
    height:17px;
}
/* algemene opmaak */

blockquote {
   margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 5px;
  border-left:  3px  solid #666666;
}

.content,.text {
}
TD {
}
A, A:Hover:Active  {
	color:#000000;
	text-decoration : underline;
	font-weight: none;
}
A:Hover  {
	font-style: none;
	font-weight: none;
	text-decoration : underline;
}
.imgborder {
	border: 1px solid #000000;
}
hr {
    border: 0;
    width: 100%;
    color: #000;
    background-color: #000;
    height: 1px;

 }
H1 {
	font-size : 16pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
}

H2 {
	font-size : 16pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
}

H3 {
	font-size : 16pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}

H4 {
	font-size : 14pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}
.titel {
	font-size : 16pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
    margin : 0px 0px 10px 0px;
    font-variant: none;
    text-align: left;
}

#menuframe {
  margin: 0px 0;
    display: block;
    margin: 2% auto 2% auto;
    width:98%;
    height: auto;
}

#navigatieknop {
    display: block;
    margin: 0px 0px 1px 0px;
    background:  #6b816c  url(afbeeldingen/mobielmenu.png)  no-repeat  5px center;
    padding : 5px 0px 5px 35px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#navigatieknop a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    font-weight: none;
	color:#ffffff;
    font-size:14pt;
    line-height: 20pt;
}

/* menu items */
#navigatie {
    font-size:12pt;
    line-height: 35pt;
    display:none;
    overflow: hidden;
    margin: 5px 0px 5px 0px;
    padding : 5px 0px 5px 0px;
    background: #ebedeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
/*    display: none;*/
}
#navigatie a{
    width:100%;
    display:block;
}
#navigatie ul {
    margin:0px;
    padding:0px;
}
#navigatie li {
    list-style: none;
    line-height: 15pt;
}


/* eerstemenu items */

.eerstemenu-normaal{
    line-height: 35px;
    margin: 5px 0 5px 0;
    padding: 0 5px 0 5px;
}
.eerstemenu-normaal a{
    color: #000;
    line-height: 35px;
    text-decoration: none;
    font-weight: none;
    text-align: left;
}
.eerstemenu-normaal:hover a{
    color: #000;
    text-decoration: none;
    font-family: open_sansregular;
}
.eerstemenu-normaal:hover {
    background-color: #d5d7d5;
}
.eerstemenu-actief{
    line-height: 35px;
    margin: 5px 0 5px 0;
    padding: 0 5px 0 5px;
    background-color: #d5d7d5;
    border-bottom:   thin solid #6F8A6D;
    border-top:   thin solid #6F8A6D;
}
.eerstemenu-actief a{
    line-height: 35px;
    color: #000;
    font-family: open_sansregular;
    text-decoration: none;
    text-align: left;
}
.eerstemenu-actief:hover a{
    text-decoration: none;
}

/* eerstestesubmenu items */

.tweedemenu-normaal{
    height: 35px;
    padding: 0px 0 0 10px;
    background: url(afbeeldingen/lijnmenu-grijs.png) repeat-y left
}
.tweedemenu-normaal a{
    line-height: 35px;
    color: #4f575e;
    text-decoration: none;
    font-weight: none;
    text-align: left;
}
.tweedemenu-normaal:hover{
    text-decoration: none;
    background: url(afbeeldingen/lijnmenu-grijs.png) repeat-y left
}
.tweedemenu-actief{
    line-height: 35px;
    padding: 0px 0 0 10px;
    background: url(afbeeldingen/lijnmenu.png) repeat-y left
}
.tweedemenu-actief a{
    color: #4f575e;
    text-decoration: none;
    font-family: open_sansregular;
}

.tweedemenu-normaal:hover a{
    line-height: 35px;
    color: #000;
    text-decoration: none;
    font-weight: none;
    text-align: left;
}
.tweedemenu-actief:hover{
/*    background-color: #817E7E;*/
    text-decoration: none;
}

/* tweedesubmenu items */

.derdemenu-normaal{
    height: 25px;
    padding: 0px 0 0 20px;
    background: url(afbeeldingen/lijnmenu.png) repeat-y left
}
.derdemenu-normaal a{
    font-size:11pt;
    color: #000;
    line-height: 25px;
    text-decoration: none;
    font-weight: none;
    text-align: left;
}
.derdemenu-normaal:hover{
/*    background-color: #3F3F3F;*/
    text-decoration: none;
}
.derdemenu-actief{
    height: 25px;
    padding: 0px 0 0 20px;
    background: url(afbeeldingen/lijnmenu.png) repeat-y left
}
.derdemenu-actief a {
    font-size:11pt;
    line-height: 25px;
    color: #4f575e;
    text-decoration: none;
    font-weight: none;
    text-align: left;
    font-family: open_sansregular;
}
.derdemenu-normaal:hover a {
     text-decoration: none;
}

.derdemenu-actief:hover{
/*    background-color: #CBC9C9;*/
    text-decoration: none;
}
/* formulier opmaak */

input[type="button"], input[type="submit"] {
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    border: 0px solid #535353;
	min-width: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: none;
    line-height: 25px;
    height: 30px;
    margin: 2px 0;
    padding: 0px 13px 5px !important;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow:  0px 0px 5px 1px #000;
    box-shadow:  0px 0px 5px 1px #000;
}
input[name=shop_order] {
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */    border: 0px solid #535353;
	min-width: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: none;
    line-height: 25px;
    height: 30px;
    margin: 2px 0;
    padding: 0px 13px 5px !important;
	cursor: pointer;
}

input, select, textarea{
    color: #000;
    background-color: #eaeaea;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
}
input[type="text"], textarea {
    width: 95% !important;
    line-height: 20pt;
    padding: 0 10px 0 10px !important;
}
input[type="text"] {
    height: 30px;
}

input[name=captcha] {
    width: 150px !important;
    line-height: 20pt;
    height: 30px;
    padding: 0 10px 0 10px !important;
}

select {
    margin-bottom: 10px;
    line-height: 20pt;
    height: 30px;
    padding: 0 10px 0 10px !important;
}
.display b {
	font-size : 14pt;
	text-decoration : none;
	font-weight: bold;
    margin : 20px 0px 20px 0px;
    line-height: 40px;
    color: #000;
    letter-spacing: 2px;
}
.display small {
    clear: both;
    display: block;
}

.display {
    margin: 0 auto 0 auto;
    width: 100%;

}
.ui-datepicker {
    font-size: 10pt !important;
}

