*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 14px;
	color: #6d6e71;
	font-weight: 400;
	background-color: #FFF;
}

#collect{
	position: relative;
	z-index: 50;
	width: 990px;
	margin: 0 auto 40px;
	padding: 0 50px;
	background-color: #FFF;
}

.container{
	width: 990px;
	margin: 0 auto;
}

.liner{
	border-bottom: 1px solid #CCC;
	clear: both;
	width: 990px;
	margin: 0 auto;
}

.clear{
    clear: both;
    height: 30px;
}

.linerS{
	border-bottom: 1px dotted #CCC;
	clear: both;
	width: 990px;
	margin: 0 auto;
}

.right{
	float: right;
}

a{
	color: #ed1b2f /*Rood*/;
	text-decoration: none;
}

#content a:hover{
	border-bottom: 1px solid #AAA;
}

#content a.button:hover{
	border-bottom: 0;
}

p{
	margin: 20px 0;
	line-height: 25px;
	overflow: hidden;
}

h4{
    display: none !important;
}

h1,
a.button
{
	/*margin: 45px 0 30px 0;*/
	font-size: 18px;
	font-weight: 400;
	/*background-color: #ed1b2f; /*Rood*/
	/*background-color: #1dbecf; /*Blauw*/
	/*background-color: #99ca46; /*Groen*/
	background-color: #99ca46;
	color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px 6px 20px;
    display: inline-block;
    border-radius: 5px;
}

h2{
    /*color:#ed1b2f /*Rood*/
	color: #1dbecf;
	margin: 30px 0;
}

h2 span, h2 strong{
    border-bottom: 1px dotted #1dbecf;
}

h3{
	color: #6d6e71;
	margin: 0px 0;
}

a.button.download
{
	padding-left: 50px;
	background-image: url("../images/download.svg");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}

a[name]
{
	position: relative;
	top: -140px;
}

#header{
    position: fixed;
    width: 990px;
}

#header ul{
    position: absolute;
	list-style-type: none;
	width: 700px;
	top: 47px;
    right: 0;
	background-color: #ed1b2f /*Rood*/;
	border-radius: 5px;
	height: 38px;
	overflow: hidden;
    line-height: 18px;
}

#header #metaMenu{
    position: absolute;
	list-style-type: none;
	width: auto;
	top: 7px;
    right: 0;
	background-color: transparent;
	height: 38px;
	overflow: hidden;
    padding-right: 7px;
}

#header #metaMenu a{
	text-decoration: none;
	float: right;
	color: #6d6e71;
    color: #999;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    letter-spacing: 0.5px\9;
}

#header #metaMenu a:hover{
    background-color: transparent;
    color: #ed1b2f /*Rood*/;
}

#header #metaMenu a.selected{
    color: #ed1b2f /*Rood*/;
}

#menu{
	position: fixed;
	z-index: 1000;
	/*background-color: #EFEFEF;*/
	background-color: #FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
}

#header ul li
{
	float: left;
}

#header ul li a{
	text-decoration: none;
	display: block;
	color: #FFF /*Rood*/;
	padding: 10px 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#header ul li a#homelogo
{
	height: 32px;
	margin: 0;
	padding: 6px 8px 0px 12px;
	border-radius: 5px 0 0 5px;
}

#header ul li a.selected{
	background-color: #6d6e71;
}

#header ul li a.selectt{
    background-color: #1dbecf;
    color: #FFF !important;
}

#header ul li a:hover{
	/*background-color: #1dbecf;*/
	background-color: #6d6e71;
	/*color: #1dbecf;*/
}

#content{
	margin-top: 160px;
}

.righty{
	float: right;
}

.homeContentL{
	float: left;
	width: 615px;
	margin-bottom: 25px;
	padding-bottom: 0px;
	border-right: 1px dotted #AAA;
	padding-right: 30px;
}

.homeContentR{
	margin-bottom: 30px;
	padding-bottom: 0px;
	float: right;
	width: 315px;
}

#content h3{
	background-color: #ed1b2f /*Rood*/;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
	margin-right: 4px;
	display: block;
	width: 100px;
	text-align: center;
    display: inline-block;
}

h5{
    background-color: #FFF;
    font-size: 16px;
}

#eufooter{
	padding: 1px;
	text-align: center;
}

#left{
	position: fixed;
	background-image: url("../images/log.png");
	background-repeat: no-repeat;
	background-size: auto 500px;
	background-position: -480px 0;
	height: 500px;
	z-index: -1;
	width: 50%;
	top: 50%;
	margin-top: -250px;
	left: 0;
    display: none\9;
}

#right{
	position: fixed;
	background-image: url("../images/log.png");
	background-repeat: no-repeat;
	background-size: auto 500px;
	background-position: right -545px top;
	height: 500px;
	z-index: -1;
	width: 50%;
	top: 50%;
	margin-top: -250px;
	right: 0;
    display: none\9;
}

#footer{
	text-align: justify;
	background-color: #FFF;
	width: 990px;
	margin: 0 auto;
}

#footer a{
    height: 50px;
}

#footer img{
	max-height: 50px;
	margin: 20px;
    max-width: 140px;
}

#footer h1,
a.button
{
    background-color: #1dbecf;
}

#develop{
	text-align: center;
	margin: 20px 0;
}

ol{
    list-style-position: outside;
    margin-left: 20px;
    line-height: 25px;
}

.comment{
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #EFEFEF;
    border-radius: 5px;
    padding: 12px 20px;
    margin: 10px auto 10px auto;
    text-align: left;
    line-height: 20px;
}

#header #subMenu{
    position: absolute;
	list-style-type: none;
	width: auto;
	top: 95px;
    right: 0;
    background-color: transparent;
	/*background-color: #ed1b2f Rood*/;
	border-radius: 5px;
	height: 38px;
	overflow: hidden;
    line-height: 16px;
}

#header #subMenu li a{
	text-decoration: none;
	display: block;
	float: right;
	color: #6d6e71;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	text-transform: initial;
	letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
    margin-right: 3px;
}

/*body #header #subMenu li a:hover{
	background-color: #1dbecf;
    color: #FFF;
}*/

#header #subMenu li a:hover{
	/*background-color: #1dbecf;*/
	background-color: #1dbecf;
	color: #FFF;
	/*color: #1dbecf;*/
}

.main ul{
    list-style-position: outside;
    margin-left: 20px;
    line-height: 25px;
}

#partnersLogo a{
    text-decoration: none;
    border: none;
    background-color: transparent;
}

#partnersLogo a:hover{
    text-decoration: none;
    border: none;
}

#partnersLogo img{
    height: 50px;
    margin-right: 30px;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.rimg{
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}
.limg{
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.meetLinks{
    width: 640px;
    float: left;
}

.meetRechts{
    width: 300px;
    float: right;
}

.partnerHolder{
    width: 775px;
    min-height: 150px;
    float: left;
    margin-bottom: 10px;
}

.partnerHolder p{
    margin: 0px 0;
}

.partnerHolder h3{
    margin: 0 0 10px 0;
}

.partnerHolder .fotoPartnerHolder{
    width: 270px;
    margin-right: 20px;
    float: left;
    height: 150px;
    border: 1px solid #CCC;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 130px;
}

.firstpHolder{
    margin-right: 40px;
    clear: both;
}

#part1 .fotoPartnerHolder{
    background-image: url("../images/partner1.gif");
}
#part2 .fotoPartnerHolder{
    background-image: url("../images/partner2.png");
}
#part3 .fotoPartnerHolder{
    background-image: url("../images/partner3.png");
}
#part4 .fotoPartnerHolder{
    background-image: url("../images/partner4.png");
    background-size: 170px auto;
}
#part5 .fotoPartnerHolder{
    background-image: url("../images/partner5.png");
    background-size: 170px auto;
}
#part6 .fotoPartnerHolder{
    background-image: url("../images/partner6.png");
    background-size: 170px auto;
}
#part7 .fotoPartnerHolder{
    background-image: url("../images/partner1.gif");
}
#part8 .fotoPartnerHolder{
    background-image: url("../images/partner7.png");
    background-size: 170px auto;
}
#part9 .fotoPartnerHolder{
    background-image: url("../images/partner8.png");
}
#part10 .fotoPartnerHolder{
    background-image: url("../images/partner9.png");
    background-size: 170px auto;
}
#part11 .fotoPartnerHolder{
    background-image: url("../images/partner10.jpg");
    background-size: 170px auto;
}
#part12 .fotoPartnerHolder{
    background-image: url("../images/partner11.gif");
    background-size: 170px auto;
}
#part13 .fotoPartnerHolder{
    background-image: url("../images/partner12.gif");
    background-size: 170px auto;
}
#part14 .fotoPartnerHolder{
    background-image: url("../images/partner13.png");
    background-size: 170px auto;
}
#part15 .fotoPartnerHolder{
    background-image: url("../images/partner14.gif");
}
#part16 .fotoPartnerHolder{
    background-image: url("../images/partner15.png");
    background-size: auto 80px;
}
#part17 .fotoPartnerHolder{
    background-image: url("../images/partner16.png");
    background-size: 160px auto;
}
#part18 .fotoPartnerHolder{
    background-image: url("../images/partner17.png");
    background-size: 170px auto;
}
#part19 .fotoPartnerHolder{
    background-image: url("../images/partner18.jpg");
    background-size: 170px auto;
}
#part20 .fotoPartnerHolder{
    background-image: url("../images/partner19.png");
}
#part21 .fotoPartnerHolder{
    background-image: url("../images/partner21.png");
    background-size: 170px auto;
}
#part22 .fotoPartnerHolder{
    background-image: url("../images/partner22.gif");
    background-size: 170px auto;
}
#part23 .fotoPartnerHolder{
    background-image: url("../images/partner23.png");
    background-size: 170px auto;
}
#part24 .fotoPartnerHolder{
    background-image: url("../images/partner24.gif");
}
#part25 .fotoPartnerHolder{
    background-image: url("../images/partner25.png");
    background-size: 170px auto;
}
#part26 .fotoPartnerHolder{
    background-image: url("../images/partner26.png");
    background-size: 170px auto;
}
#part27 .fotoPartnerHolder{
    background-image: url("../images/partner27.jpg");
    background-size: 170px auto;
}
#part28 .fotoPartnerHolder{
    background-image: url("../images/partner28.png");
    background-size: 190px auto;
}
#part29 .fotoPartnerHolder{
    background-image: url("../images/partner29.png");
}
#part30 .fotoPartnerHolder{
    background-image: url("../images/partner30.png");
    background-size: 170px auto;
}
#part31 .fotoPartnerHolder{
    background-image: url("../images/partner31.jpg");
}

#part32 .fotoPartnerHolder{
    background-image: url("../images/partner32.gif");
    background-size: 170px auto;
}
#part33 .fotoPartnerHolder{
    background-image: url("../images/partner33.png");
}
#part34 .fotoPartnerHolder{
    background-image: url("../images/partner34.jpg");
    background-size: 170px auto;
}
#part35 .fotoPartnerHolder{
    background-image: url("../images/partner35.png");
}
#part36 .fotoPartnerHolder{
    background-image: url("../images/partner36.png");
    background-size: 170px auto;
}
#part37 .fotoPartnerHolder{
    background-image: url("../images/partner37.png");
    background-size: 165px auto;
}
#part38 .fotoPartnerHolder{
    background-image: url("../images/partner38.gif");
    background-size: 170px auto;
}
#part39 .fotoPartnerHolder{
    background-image: url("../images/partner39.gif");
    background-size: 170px auto;
}
#part40 .fotoPartnerHolder{
    background-image: url("../images/partner40.png");
    background-size: 170px auto;
}
#part41 .fotoPartnerHolder{
    background-image: url("../images/partner42.png");
    background-size: 170px auto;
}
#part42 .fotoPartnerHolder{
    background-image: url("../images/partner41.png");
    background-size: 170px auto;
}
#part43 .fotoPartnerHolder{
    background-image: url("../images/partner43.png");
    background-size: 170px auto;
}
#part44 .fotoPartnerHolder{
    background-image: url("../images/partner44.png");
    background-size: 190px auto;
}
#part45 .fotoPartnerHolder{
    background-image: url("../images/partner45.png");
    background-size: 190px auto;
}
#part46 .fotoPartnerHolder{
    background-image: url("../images/partner46.png");
    background-size: auto 100px;
}
#part47 .fotoPartnerHolder{
    background-image: url("../images/partner47.png");
    background-size: 190px auto;
}

/* Calendar */

#collect .container .contentCalendar p{
    padding-left: 80px;
}
#collect .container .contentCalendar p strong{
    float: left;
    margin-left: -80px;
}

/* Slideshw */

#slidesMeeting{
    /*float: left;
    margin-right: 40px;*/
    width: 640px;
}

.meetingTextFl{
    float: left;
    margin: -20px 100px -20px 0;
}

/* Homepage */

#picQuote{
    width: 100px;
    float: left;
    margin-right: 20px;
}

#picQuote img{
    width: 100px;
}

#quoteSpan{
    margin: 30px 0 0 -10px;
    float: left;
    width: 30px;
    height: 0px;
    font-size: 140px;
    color: #CCC;
    color: #ed1b2f; /*Rood*/
    overflow: visible;
}

#quoteSpan2{
    margin: 30px 0 0 -10px;
    font-size: 140px;
    height: 0;
    width: 0;
    color: #ed1b2f; /*Rood*/
}

#actualQuote{
    width: 180px;
    float: left;
    font-style: italic;
    line-height: 25px;
}

#quoteSpanEnd{
    width: 80px;
    float: left;
    font-size: 140px;
    text-align: center;
    height: 150px;
    color: #CCC;
    position: relative;
    color: #ed1b2f; /*Rood*/
}

#quoteSpanEnd span{
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
}


/*#quoteShow{
    max-height: 300px;
    overflow: hidden;
    font-style: italic;
}

#quoteShow strong{
    font-style: normal;
}

#quoteShow .quoteSpan{
    float: left;
    font-size: 70px;
    color: #CCC;
    margin: 20px 20px -20px 0;
}

#quoteShow .quoteSpanEnd{
    font-size: 70px;
    line-height: 25px;
    color: #CCC;
    margin: -20px 0 0 20px;
    height: 25px;
    overflow: visible;
}*/

/*  */

#learnMoreHome a{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    display: block;
    float: left;
    margin-right: 25px;
    padding: 10px 14px;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    /*box-shadow: inset 0 0 10px #CCC;*/
    overflow: auto;
}

#learnMoreHome a:hover{
    background-color: #FFF;
    border: 1px solid #333;
}

#learnMoreHome img{
    height: 30px;
    float: left;
    margin-right: 10px;
}

#socialMediaHome a{
    line-height: 25px;
    padding: 0;
    /*display: block;*/
    margin-bottom: 10px;
    color: #6d6e71;
}

#socialMediaHome a:hover{
    border-bottom: none;
    color: #ed1b2f /*Rood*/
}

#socialMediaHome img{
    width: 25px;
    float: left;
    margin-right: 20px;
}

.homeContact{
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px auto;
}

#homeContact1{
    background-image: url(../images/partner1.gif);
}

#homeContact2{
    background-image: url(../images/partner2.png);
}

#container .whatPage img{
    height: 50px !important;
}

.alignnone{
    max-height: 50px;
    max-width: 120px;
    margin-right: 30px;
}

.rimg .alignnone{
    max-height: 370px;
    max-width: 400px;
    margin-right: 0px;
}

ol{
    clear: both;
    margin-bottom: 20px;
}

img{
    max-width: 100%;
}

ul{
    line-height: 25px;
}

h6{
	/*margin: 45px 0 30px 0;*/
	font-size: 18px;
	font-weight: 400;
	color: #ed1b2f /*Rood*/;
	color: #1dbecf /*Blauw*/;
	color: #99ca46 /*Groen*/;
	background-color: #99ca46;
	color: #FFF;
    letter-spacing: 1.2px;
    padding: 8px 20px 6px 20px;
    display: inline-block;
    border-radius: 5px;
}

/* E-learning tool */

#content-tools{
	padding-top: 10px;
}

#content-tools .clear{
	clear: both;
	height: 30px;
	min-height: 5px;
}

#content-tools h1{
	margin: 30px 0;
}

#content-tools #tool-right h3{
	margin: 30px 0 10px 0;
	color: #ff2102;
	clear: both;
	background-color: transparent;
	text-align: left;
	width: 100%;
}

#tool-left{
  float: left;
  width: 615px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  border-right: 1px dotted #AAA;
  padding-right: 30px;
}

#tool-left h3{
	margin: 0px 0;
  font-size: 18px;
  font-weight: 400;
  background-color: #eee;
  letter-spacing: 1.2px;
  padding: 8px 20px 6px 20px;
  border-radius: 5px;
  background: #eee url(../images/red-arrow.svg) 97% 50% no-repeat;
  background-size: 20px;
  border-radius: 10px;
	cursor: pointer;
	display: block;
	width: auto;
	text-align: left;
	width: auto;
	color: #333;
}

#tool-left div{
	overflow: hidden;
}

#tool-right{
	margin-bottom: 30px;
  padding-bottom: 0px;
  float: right;
  width: 315px;
}

#tool-right div{
	float: left;
	width: 44%;
	margin-right: 3%;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	min-height: 115px;
}

#tool-right div:hover{
	color: #ff2102;
}

#tool-right ul{
	list-style-type: none;
}

#tool-right ul li a{
	text-align: left;
  display: block;
  margin-bottom: 10px;
  background: #1bbed1 url(../images/download.svg) 10px center no-repeat;
  background-size: 30px;
  padding: 10px 20px 10px 60px;
  color: #fff;
	border-radius: 12px;
}

#tool-right ul li a:hover{
	background-color: #333333;
}

/*#tool-right div:nth-child(odd){
	margin-right: 0;
}*/

#tool-left video{
	display: block;
	width: 100%;
}

/* Charter signing form */

#charterform .row
{
	overflow: hidden;
	margin-bottom: 15px;
}

#charterform label
{
	width: 175px;
}

#charterform label.long
{
	width: 100%;
	margin: 0;
	text-transform: none;
}

#charterform input[type="text"]
{
	width: 312px;
}

#charterform textarea
{
	width: 312px;
	min-width: 312px;
	max-width: 312px;
	height: 100px;
}

#charterform input[type="radio"]
{
	clear: both;
	height: 30px;
	margin-left: 185px;
	margin-right: 10px;
}

#charterform input[type="submit"]
{
	margin-left: 0;
}



@media screen and (max-width: 1140px){

}

@media screen and (max-width: 990px){
	#left, #right{
		display: none;
	}
    .container{
        width: 100%;
    }
    #collect{
    	width: 88%;
    	padding: 0 6%;
    }
    #header{
        width: 100%;
        position: static;
    }
    #menu{
    	position: static;
    	height: inherit;
    }
    #menu .container{
    	height: inherit !important;
    	border-bottom: none !important;
    }
    .containerSlides{
        display: none;
    }

    .homeContentL{
        float: none;
        width: 100%;
        border: none;
        padding-right: 0;
    }
    .homeContentR{
    	float: none;
    	width: 100%;
    }
    .module{
        width: 100%;
    }
    #learnMoreHome a{
    	margin-bottom: 20px;
    }
    #eufooter .container{
    	width: 88% !important;
    	padding: 3% 6% !important;
    }
    #footer{
    	width: 100%;
    }
    #contactFooter .container{
    	width: 88% !important;
    	padding: 3% 6% !important;
    }
    .linerS, .liner{
    	width: 100%;
    }
    #header > a img{
    	margin-left: 30px;
    }
    #header #metaMenu {
		position: absolute;
		list-style-type: none;
		width: auto;
		top: -20px;
		left: 0;
		background-color: transparent;
		height: 38px;
		overflow: hidden;
		font-size: 9px;
		letter-spacing: 0;
	}
	#header #metaMenu a {
		text-decoration: none;
		float: right;
		color: #6d6e71;
		color: #999;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		padding: 5px !important;
	}
    #header ul {
    	margin-top: 20px;
		position: static;
		width: auto;
		background-color: #ed1b2f;
		border-radius: 5px;
		height: inherit;
		overflow: hidden;
		line-height: 18px;
	}
    #header ul li a {
		text-decoration: none;
		display: block;
		float: none;
		color: #FFF;
		padding: 10px 11px;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
	}
	#content{
		margin-top: 30px;
	}
	#header #subMenu {
		position: static;
		list-style-type: none;
		width: auto;
		background-color: transparent;
		/* background-color: #ed1b2f Rood; */
		border-radius: 5px !important;
		height: auto;
		overflow: hidden;
		line-height: 16px;
		border-radius: 5px;
	}
	#header #subMenu li a {
		text-decoration: none;
		display: block;
		float: none;
		color: #6d6e71;
		padding: 10px 14px;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-radius: 0;
		margin-left: 3px;
		margin-right: 3px;
	}

	.partnerHolder{
		width: 100%;
	}

	.partnerHolder .fotoPartnerHolder{
		float: none;
		margin-bottom: 20px;
	}

	/* Tool */

	#tool-left{
		width: auto;
		float: none;
	}

	#tool-left div{
		margin: 10px 0;
	}

	#tool-right{
		width: auto;
		float: none;
	}
}

#videosH a
{
	overflow: hidden;
	text-decoration: none;
	color: #333;
	padding: 30px 0 15px 0;
	display: block;
}

#videosH a:hover{
	border: none;
}

#videosH a div
{
	float: left;
	margin-right: 30px;
	width: 185px;
}

#videosH a div:last-child
{
	margin-right: 0;
}

.formselect
{
	float: left;
	margin-right: 20px;
}

.formselect label
{
	margin-bottom: 5px;
	padding-left: 4px;
}

label
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input,
select,
textarea
{
	display: block;
	float: left;
	font-family: 'Quattrocento Sans', sans-serif;
}

select
{
	height: 30px;
	border: 1px solid #adaeb3;
	border-radius: 5px;
}

select option
{
	padding: 3px 10px;
	font-size: 14px;
}

.formselect select
{
	clear: left;
	height: 68px;
}

input[type="text"],
input[type="file"],
textarea
{
	height: 22px;
	line-height: 22px;
	padding: 3px;
	border: 1px solid #adaeb3;
	border-radius: 5px;
}

.forminput input[type="text"]
{
	width: 582px;
}

.formupload table td:first-child
{
	width: 175px;
}

.formupload input[type="text"]
{
	width: 524px;
}

.formupload select
{
	margin: 10px 0;
}

.formupload input[type="file"]
{
	width: 399px;
}

input[type="submit"]
{
    display: block;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
    padding: 0px 20px;
    border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
	background: #99ca46 no-repeat center center;
	color: #FFF;
	cursor: pointer;
}

input[type="submit"].search
{
	width: 40px;
	background-image: url('../images/btn_search.png');
}

.resultrow
{
	display: none;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	padding: 0 80px;
}

.resultrow:first-child,
.resultrow:nth-child(2),
.resultrow:nth-child(3),
.resultrow:nth-child(4),
.resultrow:nth-child(5),
.resultrow.show
{
	display: block;
}

.resultimg
{
	display: block;
	float: left;
	margin-right: 20px;
}

.moreresults
{
	padding: 0 80px;
}

.moreresults a
{
	cursor: pointer;
}

table.whoswho
{
	clear: both;
}

table.whoswho th
{
	font-size: 18px;
	color: #1dbecf;
	padding: 10px;
}

table.whoswho td
{
	vertical-align: top;
	padding: 10px;
}

table.whoswho td:first-child
{
	font-weight: bold;
	text-decoration: underline;
}



