
@font-face {
    font-family: F37Oracle;
    src: url(F37Oracle-SemiBold.woff);
    src: url(F37Oracle-SemiBold.ttf);
}

body {
    font-family:Arial,sans-serif;
    font-size: 100%;
    color:#004750;
    margin:0;
    background-color: #B6F2A0;
	background-image: url(SplashGirl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

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

fieldset {
  text-align: left;
  font-size:90%;
  width: 50em;
  margin: auto;
  padding-top:25px;
  padding-bottom:50px;
  background: white;
  border: 1px solid #7AE159;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

fieldset > table {
  padding-top:25px;
  padding-bottom:25px;	
}

fieldset legend {
  color: #004750;
  font-size:130%;
  font-weight: bold;
  background: #7AE159;
  border: 1px solid #7AE159;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h1 {
  font-family: F37Oracle;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  height: 50px;
  padding-top: 30px;
  padding-bottom: 70px;
}

h1 a {
  text-decoration: none;
}

h1:before {
	content: " ";
    background-image: url(logo.png);
	width: 291px;
	height: 50px;
	position: absolute;
    background-size: cover;
    bottom: 50px;
    left: 50px;
	z-index: -10;
}

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

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;

}

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

}

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

.error {
  text-align: center;
  padding-bottom: 1ex;
  border: #f6a4c7 2px solid;
  background-color: #f6a4c7;
  -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: #fae375 2px solid;
  background-color: #fae375;
  -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;
  border: 0px solid #7AE159;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#uploading {
  text-align: center;
  width: 50em;
  background: white;
  border: 1px solid #7AE159;
  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: #fff;
  border: 1px solid #7AE159;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#upload_finished > p {
	font-family: Arial;
    font-style: italic;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
}

#upload_finished > div {
	margin-bottom:75px;
}

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

#upload_link_email {
  margin-left: 10px;
}

#upload_image_email {
  padding-bottom: 15px;
  padding-left: 20px;
  background: url(email.png) no-repeat;
  display: none;
}

#submit_delete,#submit_download {
	margin-top: 25px;
}
