.page {
    margin: 50px auto;
    position: relative;
    width: 980px;
    z-index: 2;
    font-family: arial;
}
h2,h3 {
    margin: 5px auto;
    text-align: center;
}
#bgload {
background-color: rgba(0, 0, 0, 0.7);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 0;
display: none;
}
#load {
    background-color: rgba(0, 0, 0, 0.01);
    height: 100px;
    left: 48%;
    position: fixed;
    top: 40%;
    width: 100px;
    z-index: 5;
	display:none;
}
#cont1 {
    float: left;
    width: 500px;
}
#fon {
    float: right;
    width: 450px;
}
#fon img {
    cursor: pointer;
    margin: 2px;
    width: 100px;
}
#mes {
    border: 1px solid;
    float: left;
    min-height: 250px;
    width: 500px;
}
#mes p {
margin:5px 0;
}
#mes img {
    display: block;
    margin: auto;
    max-width: 500px;
}
#creat,#creat input {
    font-size: 18px;
}
#creat div {
    float: left;
    margin: 10px 0;
    width: 100%;
}
#creat input[type="text"] {
   width: 380px;
}
#sub {
    display: none;
    float: right;
}
#down {
    display: none;	
}
