a, a h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 7.2em;
		color: #645348;
		font-style: italic;
		text-decoration: none;
		font-weight: 500;
		padding: 10px;
	}
	body{
		font: 42px Arial,Tahoma,Helvetica,FreeSans,sans-serif;
		text-transform: inherit;
		color: #582A00;
		background: #E7EDEE;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.wrap{
		font: 42px Arial,Tahoma,Helvetica,FreeSans,sans-serif;
		width: 100%;
		margin: 10px auto;
		padding: 10px 15px;
		background: white;
		border: 2px solid #DBDBDB;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
	}
	img.resize{
	    width:540px; /* you can use % */
	    height: auto;
	}




	img#uploadPreview{
		width:auto; /* you can use % */
	    height: 200px;
		border: 0;
		border-radius: 3px;
		-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .27);
		box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .27);
		margin-bottom: 30px;
		/*overflow: hidden;*/
	}
	input[type="submit"]{
		font: 42px Arial,Tahoma,Helvetica,FreeSans,sans-serif;
		border-radius: 10px;
		background-color: #61B3DE;
		border: 0;
		color: white;
		font-weight: bold;
		font-style: italic;
		padding: 6px 15px 5px;
		cursor: pointer;
	}

	#form_field {
    position:relative;
    width:800px;
}

#textfield2 {
    position:absolute;
    background:transparent;
    border:0;
    color:#ffffff;
    font-size:20px;
    text-align:center;
    width:100%;
    outline:none;
z-index: 60;
  font-weight: bold;
  left: 5px;
  top: 300px;

}




.force {
      text-align: justify;
    }
 
    .force:after {
      content: "";
      display: inline-block;
      width: 100%;
    }

.fields{font-size: 54pt;
        width: 800px;
        text-align: center;
        }
     
      input { text-align: center; } 
::-webkit-input-placeholder { font-size: 16pt; }
::-moz-placeholder { font-size: 16pt;}
:-ms-input-placeholder { font-size: 16pt; }
input:-moz-placeholder { font-size: 16pt; }

