.clearfix { display:inline-block; }
.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:block; height:1%; }

.chosen {
    font-weight: bold;
    background: #FFFDD0;
    padding: 5px 15px;
}

#countries span {
    padding-left: 15px;
    padding-right: 15px;
}

#outerBox {
	background-color: orange; 
	padding: 20px; 
	border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 12px #AAA;
	-webkit-box-shadow: 0 0 12px #AAA;
	margin: 40px auto 20px; 
	min-width: 900px; 
	max-width: 1100px;
}

#outerBox .big {
	font: bold 2em helveticageorgia,helvetica,sans-serif; 
	color: rgb(2, 71, 105); 
	text-shadow: 1px 1px rgb(238, 238, 238);
}

#outerBox .small {
	font: bold 1em helveticageorgia,helvetica,sans-serif;
	margin-top: 5px; 
	color: rgb(255, 255, 255); 
	text-shadow: 0pt 0pt 2px rgb(0, 0, 0);
}

#innerBox {
	background-color: #FFF; 
	border: 5px solid #EEE; 
	box-shadow: 0px 0px 5px #333; 
	-webkit-box-shadow: 0px 0px 5px #333; 	
	border-radius: 5px; 
	-webkit-border-radius: 5px; 	
	padding: 20px; 
	margin-top: 30px;
}

.twitter {
	border: 0; 
	margin-top: 10px; 
	box-shadow: 2px 2px 2px #333; 
	-webkit-box-shadow: 2px 2px 2px #333; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error {
    color: red !important;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.sup {
    font-size: 80%;
}

.undertext {
    text-align:center;
    font-family:Georgia,serif;
    font-size: 10pt;
    color: #333;
}

.bottom {
    text-align: center;
    font-family: Helvetica,Century Gothic, Arial, sans;
    font-size: 120%;
    margin-top: 100px;
}

#warning {
    font-family: Arial, Helvetica, sans;
    font-size: 0.9em;
    text-align: center;
    color: red;
	background-color: #FFFACD;
	padding: 20px;
	display: none;
}

#news {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans;
    font-size: 80%;
    text-align: center;
}

#search input {
    font-family: Helvetica,Century Gothic, Arial, sans;
    font-size: 140%;
}

#search label {
    font-family: Helvetica,Century Gothic, Arial, sans;
    font-size: 140%;
    font-weight: bold;
    width: 95%;
}
#search button {
    font-size: 1.05em;
    height: 1.85em;
}
#search table {
    width: 600px;
    margin-top: 15px;
}

ul.subcategories li {
    float: left;
    width: 200px;
    padding: 7px 0;
    background: aliceblue;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #666;
}

ul.subcategories a li:hover {
    background-color: lavender;
}

ul.subcategories::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
