
body {
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 100%;
    color:#333333;
    margin:0;
    background:#e5e5e5;
}

a, a:link, a:visited {
	color: #223344;
	text-decoration: underlined;
}

fieldset {
  text-align: left;
  font-size:90%;
  width: 40em;
  margin: auto;
  background: white;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

fieldset legend {
  color: white;
  font-size:130%;
  background: #006666;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#content #upload fieldset {
  height: 10em;
  width: 40em; 
}

#content #admin fieldset {
  width: 60em; 
}

#content fieldset {
  width: 80%;
}

h1 {
  font-size: 100%;
  width: 100%;
  text-align: center;
  height: 30px;
  padding-top: 10px;
  display: none;
}

h1 a {
  text-decoration: none;
  color: #333;
}

h2 {
  text-decoration: none;
  color: #333;
  text-align: center;
}

#content {
  margin-top: 20px;
}

fieldset p {
  margin-left: 25%;
}

.jyraphe_info {
  font-size: 120%;
  margin-left: 30%;
}

label {
  float: left;
  width: 12em;
}

input[type=text], input[type=submit], select {
  width: 15em;
  font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 120%;
}

#jyraphe {
  background: url('mt.png') left top no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  clear:both;
}

#copyright {
  text-align: center;
  font-size: 70%;

}

#file_select {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

#send {
  font-size: 20px;
  background: #006666;
  color: #FFF;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

#option_table p {
  text-align: center;
  width: 100%;
}

/*
#upload_finished_preview {
  display: none;
}

#upload_finished_download_page {
  display: none;
}

*/

#upload_delete_link {
  display: none;
}

td {
  padding-top: 5px;
}

.error, .message {
  width: 50em;
  margin: 5ex auto;
}

.error {
text-align: center;
  padding-bottom: 1ex;
  border: #FB7373 2px solid;
  background-color: #FBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.error p:before {
  text-align: center;
  content: url('error.png');
  padding-right: 1ex;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.message {
text-align: center;
  padding: 1ex;
  border: #91C27C 2px solid;
  background-color: #BFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.message p:before {
  content: url('ok.png');
  padding-right: 1ex;
}

.info {
  text-align: left;
  width: 50em;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.info h2 {
  text-align: left;
}

.info h3 {
  text-align: center;
}

.info p {
  margin-left: 5%;
  margin-right: 5%;
}

#upload {
  text-align: left;
  font-size: 90%;
  width: 50em;
  background: #e5e5e5;
  border: 0px solid #CCCCCC;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#uploading {
  text-align: center;
  width: 50em;
  background: white;
  border: 2px solid #CCCCCC;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
}

#upload_finished {
font-size:90%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50em;
  background: #B6D7A8;
  border: 2px solid #91C27C;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#self_destruct {
  font-weight: bold;
  color: red;
}

#upload_image_email {
  padding: 1px;
  margin: 1px;
  width: 25px;
  height: 15px;
  background: url(email.png) no-repeat;
}
