body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#container {
border:4px dashed #c80000;
padding:20px;
margin-left:auto;
margin-right:auto;
width:550px;
background-color:#fcffcb;
font-family:arial;
font-size:16px;
line-height:20px;


}

.form_box {
background: #fffdf5; /* Old browsers */
border:2px dashed #f7f3e1;
filter:alpha(opacity=100); opacity:1;
width:410px;
margin-left:auto;
margin-right:auto;
padding:16px;
border-radius: 6px;
}



.img  img{
width:175px;
height:125px;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:1em;
}

.ebk {
color: #be0000;
	font-style: italic;
	}

#container h1 {
font-family: 'Playfair Display', serif;
font-size:30px;
letter-spacing:-1px;
text-shadow: 1px 1px 0px white;
font-weight:700;
color:#be0000;
text-align:center;
}


#container h2 {
font-family: 'Lato', serif;
font-size:18px;
color:#31708d;
letter-spacing:0px;
text-shadow: 1px 1px 0px white;
padding:0 26px;
text-align:center;
margin-top:1em;
}


#container h3 {
font-family: 'Lato', serif;
font-size:16px;
color:#000;
letter-spacing:0px;
text-shadow: 1px 1px 0px white;
padding:0 26px;
text-align:center;
margin-top:1em;

}


#container form {
padding:0;
margin:0;
}

.inp {
        
	border: solid 2px #dbb51a;
	outline: 0;
	font-family: 'Lato', serif;font-size:17px;
	width:375px;padding:10px;text-align:center;margin:15px;
	background: #FFFFFF  left top repeat-x;

	}


.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffca3a), color-stop(1, #ef4643) );
	background:-moz-linear-gradient( center top, #ffca3a 5%, #ef4643 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca3a', endColorstr='#ef4643');
	background-color:#ef4643;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:'Lato';
	font-size:25px;
	
	font-style:normal;padding-bottom:4px;
	height:60px;
	line-height:20px;
	width:400px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8f3b3c;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef4643), color-stop(1, #ffca3a) );
	background:-moz-linear-gradient( center top, #ef4643 5%, #ffca3a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4643', endColorstr='#ffca3a');
	background-color:#eeaf41;
}.classname:active {
	position:relative;
	top:1px;
}
    


    .box2 {
background-color:#fcfaf0;filter:alpha(opacity=100); opacity:1.00;

border:3px solid #e3dcc1;
width:590px;margin:34px;
-moz-box-shadow: 1px 1px 7px 2px #45402d;
-webkit-box-shadow: 1px 1px 7px 2px #45402d;
box-shadow: 1px 1px 7px 2px #45402d;
border-radius: 10px;
}
    

.inbox {font-family: 'Lato', serif;font-size:13px;font-weight:normal;text-align:center;
text-shadow: 1px 1px 1px #ffffff;color:#adaa9a;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

hr {
  border-top: 1px dotted #d4c898;
  border-left:0px;border-bottom:0px;border-right:0px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:90%;margin-bottom:16px;
}

/* SmartPhone ----------- */
@media
only screen and (max-device-width: 600px), screen and (max-width: 600px) {
.container {width:80%}
.form_box {margin:5px;margin-top:25px;width:90%}
.classname {width:94%;height:120px;font-size:45px;}
.inp {width:90%;height:80px;font-size:31px;}
.arrow {background:none;}
#container h1 {font-size:45px;}
#container h2 {font-size:26px;}
.inbox {font-size:25px;}

}