body {
	background: #fff;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
}

#top {
	width: 800px;
	height: 30px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#links {
	width:200px;
	height:25px;
	float: left;
	font-size: 0.9em;
	font-weight: bold; 
	text-align: center;
}
#links A {
	color: #f80;
}

#header {
	width: 700px;
	height: 170px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
} 
#header P {
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

#smallheader {
	width: 700px;
	height: 70px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#langbox {
	width: 650px;
	padding: 0px;
	margin: auto;
	margin-bottom: 5px;
	display: block;
}

#lang {
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	width: 70px; 
	margin: 0px;
	padding-bottom: 4px;
}
#lang A {
	text-decoration: none;
	color: #999;
}

#blog {
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	width: 90px; 
	margin: 0px;
	padding-bottom: 4px;
	float: right;
	margin-top:-16px;
}
#blog A {
	text-decoration: none;
	color: #999;
}


#steps {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	color: #aaa;
	font-size: 1.2em;
}
#steps  .current {
	font-weight: bold;
	color: black;
}

.legend {
	font-size: 0.65em;
	text-align: center;
	color: #777;
}

.legend A {
	color: #c60;
}

#banner {
	width: 468px;
	height: 60px;
	border: 1px solid #aaa;
	margin: auto;
	margin-top: 15px;
	/*display: none;*/
}

#friends {
	width: 680px;
	margin: auto;
	margin-top: 20px;
	/*display: none;*/
}

#friends A {
	color: #FFFFFF;
}

#error {
	background: pink;
	width: 680px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	/*display: none;*/
}

#quickstat {
	width: 680px;
	margin: auto;
	background: #ddd;
	color: #999;
	font-size: 0.7em;
	padding: 2px;
}

#footer {
	width: 700px;
	margin: auto;
	height: 30px;
	font-size: 0.8em;
	text-align: center;
	margin-top: 30px;
	color: #aaa;
}

#middle {
	width: 700px;
	margin: auto;
}

#midcontent {
	width: 680px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-color: #EEE;
	padding: 0 0 0 0;	
	
}

#captcha {
/*	width: 680px;
	height: px;*/
	margin: auto;
	text-align: center;
	/*background-color: #ddd;*/
}

#plaintext {
	width: 660px;
	margin: auto;
	margin-top: 30px;
	color: #777;
	font-size: 0.9em;
	text-align: justify;
}

#plaintext A {
	font-weight: bold;
	color: #f80;
	text-decoration: none;
}

h1 { font-size: 1.4em; font-weight: bold; color: black; }
h2 { font-size: 1.2em; font-weight: bold; color: black; }

form input,file,submit {
	font-family: verdana;
	font-size: 1.2em;
  	padding: 0px;
	margin: 0px;
    vertical-align: middle;
}

table, form {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
    vertical-align: middle;
}


fieldset{
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	
}



.restable {
	width: 700px;
	background-color: #eee;
	margin: 2px;
	margin-bottom: 20px;
	border: 1px solid #ddd;	
}
.resheader {
	background-color: #dfdfdf;
	margin: 0px;
}

.column1 {
	width: 100px;
}

.percent {
	font-weight: bold;
	color: #c60;
}





/* ----------------------------- */

div.flash {
	margin: -10px 0px 0px 0px;
	width: 90%;
	height: 30px;
	text-align: left;
	
	/*border-color: #D9E4FF;*/

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	/*border: solid 1px #E8E8E8;*/
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	visibility: hidden;	 /*  remove */	
	overflow: hidden;
}
/* Error */
.red {
	border: solid 0px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;
}

/* Complete */
.blue {
	border: solid 0px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName { /* name of the uploaded file */
	font-size: 0pt;
	font-weight: 0;
	color: #555;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;	 /*  remove */
	height: 0px;  /*14 */ 
}

/* progress bad colors */
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0pt;
	width: 0%;
	height: 5px;
	background-color: #ff8800;
	margin-top: -2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;

}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
/*	margin-top: 2px;*/
	width: 100%;
	font-size: 0;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	visibility: hidden;	
	
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 0px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	visibility: hidden;	
}

a.progressCancel:hover {
	background-position: 0px 0px;
}