.icon{
	width: 90px;
	height: 125px;
	background: url(../img/committee_icon.png) no-repeat;
	color: #fff;
	font-family: verdana;
	padding-top: 15px;
	text-align: center;
	float: left;
	padding-left: 5px;
	margin-right: 40px;
	cursor: hand;
}

div.rightbox div.icon h3{
    border: none;
    padding-bottom: 0px;
}

a.selected {
    font-weight: bold;
    color: #F63;
}

.leftbox a{
	text-decoration: none;
}

.rightbox a{
    text-decoration: none;
}

.recruiting{
	background: url(../img/committee_recruiting_icon.png) no-repeat;
}

div.icon h1, div.icon h2, div.icon h3{
	color: #fff;
	margin: 3px;
}

div.icon h3{
	font-size: 10px;
}

div.icon h1{
	font-size: 20px;
	font-weight: bold;
}

div.icon h2{
	font-size: 8px;
}

.pageblock{
	margin-top: 38px;
}

.box .language img{
    width: 20px;
    margin-left: 0px;
    margin-right: 5px;
}

.box .language{
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
        

}



.calltoaction:hover{
    color: #FFF;
    border: 1px solid #F63;
}

.calltoaction:visited{
    color: #FFF;
}

.calltoaction{
    border: 1px solid #F82;
    padding: 5px;
    background-color: #FF7505;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
    width: 80px;
    text-align: center;
    display: block;
}

.pageblock img{
    margin-bottom: 10px;
}

select{
	width: 136px;
}

.pageblock h3{
	margin-top: 40px;
}

div.box img{
    margin-left: 60px;
}

#centerCon{
	margin-top: -20px;]
}

/*FORMS*/

fieldset{
	float: left;
	border: 1px solid #ddd;
	width: 260px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
}

fieldset.wrapping{
	border: none;
	height: 800px;
}

input[type="text"]{
	width: 100px;
}

legend{
	font-size: 12px;
  	padding: 0.2em 0.5em;
	text-align:right;
	background-color: #fff;
	font-weight: bold;
}

input{
	margin-bottom: 10px;
}

li.birthday input{
	width: 20px;
}

label{
	display: block;
}

span{
	display: inline-block:
	width: 100px;
}

li{
	list-style: none;
	margin-left: -20px;
}

.clears{
	clear:both;
}

#error{
	color: #f00;
	border-bottom-color: #f00;
}

#success{
	color: #0A0;
	border-bottom-color: #0A0;
}

fieldset h3{
	font-weight: normal;
}