body {
	font-family: sans-serif;
	font-size: 14px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.title {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    width: 100%;
}
.panel {
    display: inline-block;
    vertical-align: top;
	font-family: sans-serif;
	font-size: 14px;
    margin-top: 16px;margin-bottom: 5px;
    margin-left: 16px; margin-right: 16px;
    padding: 10px;
    border-radius: 10px;
    background-color: #EEEEEE;
    color: #000000;
    width: 320px;
    min-height: 130px;
}
.label {
    font-weight: bold;
}
.value {
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px;
}
.upload_field {
    display: block;
    border-radius: 10px;
    text-align:left;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 5px;
    width: 300px;
    border: 0px;
}
.upload_btn {
    border-radius: 10px;
    text-align:center;
    background-color:#f9d73f;
    margin: 5px;
    width: 145px;
    font-size: 48px;
    border: 0px;
	height: 64px;
	line-height: 64px;
	color: #606060;
}
.upload_btn:disabled {
	color: #A3A5A8;
    background-color: #D7D8D8;
}
.upload_btn:hover:enabled {
    background-color:#FBE689;
}
.upload_btn:focus {
	color: #000000;
}
.warn {
    color: #000000;
    text-align: center;
}
.err {
    color: #ff0000;
    text-align: center;
}
.progress {
    display:block;
    max-width:320px;
    min-height;20px;
    margin:auto;
    position:relative;
}
.btn {
    background-color:#f9d73f;
    color: #000000;
    width: 120px;
    height: 32px;
	line-height: 32px;
    border-radius: 5px;
    border:0px;
}
.btn:disabled {
	color: #A3A5A8;
    background-color: #D7D8D8;
}
.btn:hover:enabled {
    background-color: #FBE689;
}
.btn:focus {
	font-weight: bold;
}
.lang {
	width: 20px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	color:#606060;
	font-weight: bold;
	background-color:#ffffff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.lang:hover {
	background-color:#FBE689;
}	
.lang a {
	text-decoration: none;
	color:#606060;
}	
.lang a:visited {
	text-decoration: none;
	color:#606060;
}

.history {
    font-size: 12px;
	text-align: left;
	margin-top: 4px;
}
.history:hover {
	background-color:#FBE689;
}	
.history a {
	text-decoration: none;
	color:#000000;
}	
.history a:visited {
	text-decoration: none;
	color:#000000;
}
.close {
    text-align: right;
    font-weight: bold;
}
.close a {
	text-decoration: none;
	color:#000000;
}	
.close a:visited {
	text-decoration: none;
	color:#606060;
}
.mail_icon {
    font-size:48px;
    text-decoration:none;
}
.click_here {
    font-size:10px;
    text-decoration:none;
}

.menu {
    margin: auto;
    width: 280px;
    max-width: 280px;
    min-height: 48px;
    line-height: 48px;
    background-color:#f9d73f;
    color: #000000;
    border-radius: 5px;
    border:0px;
    font-size: 24px;
}
.menu a {
	text-decoration: none;
	color:#000000;
}	
.menu a:visited {
	text-decoration: none;
	color:#606060;
}
.menu a:hover {
	text-decoration: underline;
}

#doc {
    display: none;
}
#uploaded {
    display: none;
    text-align: center;
}
#upload {
    text-align: center;
}
#info {
    text-align: left;
}
#top {
    width:100%;
    background-color:#635e5e;
    text-align:center;
    margin-bottom: 20px;
}
#main {
    text-align: center;
}
#msg {
    min-height:150px;
}
#upd_msg {
    width: 100%;
    margin-bottom: 8px;
}
#pwd {
    margin-bottom: 0px;
}
#new_pwd {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
#progressbar {
    min-height: 20px;
    background-color: #f9d73f;
    width: 0%;
    position: absolute;
    z-index: 1;
}
#progressnbr {
    line-height: 20px;
    min-height: 20px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}
#history {
    font-size: 24px;
    font-weight: bold;
}
#mail_warning {
	font-weight: bold;
	color: #ff0000;
	max-width: 320px;
    margin-top: 10px;
}
#new_send {
    display: block;
    margin: auto;
    margin-top: 48px;
}
#document_name {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
}
#a_mail {
    text-decoration: none;
}
#a_pwd {
    text-decoration: none;
}
#cookie_icon {
    font-size: 32px;
    margin-bottom: 16px;
}
#down {
    margin-right: 8px;
}



