/* =================  Page Configuration   ================= */
Body {width:100%;font-family:Helvetica;font-size:12px; font-weight:normal; color:#a39470; background:#181818; }
#Page {width:320px;background:white; margin:0 auto;}
/* ============== End OF Page Configuration =============== */

/* ================= Top Bar ================= */

/*
#Top {background:yellow;height:50px;}
*/

/* ================= End of Top Bar ================= */

/* ================= Navigation Bar ================= */

/*
#NavigationBar {background:green; height:100px;} 
*/

/* ================= End of Navigation Bar ================= */

/* ================= Footer ================= */

/*
#Footer{background:red; display:block; height:50px;clear:left;} 
*/

/* ================= End of Footer ================= */

/* ================= SideBar ================= */

/*
#SideBar{background:white; display:block; width:25%; float:left;}
#Content{float:left;} 
*/

/* ================= End of SideBar ================= */

/* ================= Content ================= */
#Content{background:url(../images/mayantabletbg.png); display:block; height:480px; width:320px; position:relative;} 
#Content div#Extra{ text-align:center; padding-top:5px;}
#ContentInput{background:url(../images/tablet_over.jpg); width:164px; height:216px; position:relative; top:85px; margin:0 auto; border:1px solid; margin-bottom:85px; text-align:center;}
#ContentInput select {
	text-align:right;
	font-size:18px;
	display:block; 
	width:90%; 
	margin:0 auto;  
	background:#6f5d47;
	border: 1px solid #6f5d47;
	-webkit-border-radius:8px;
	margin-bottom:5px;
	color:#000;
}
#ContentInput input {
	text-align:right;
	font-size:16px;
	display:block; 
	width:90%; 
	margin:0 auto;  
	background:#3d3329;
	margin-bottom:5px;
	border:5px solid #463c30;	
}
#ContentInput #Submit {
	margin-top:15px;
	height:50px;
	color:#ccbba1;
	text-align:center;
	}
/* ================= End of Content ================= */

/* =================     GLOBAL CLASSES    ================= */
/* ================= END OF GLOBAL CLASSES ================= */


/* =================    GLOBAL ELEMENTS    ================= */
* {
	margin:0;
	border:0 none;
	padding: 0;
	text-decoration:none;
	outline:none;
	
}
p{
	margin:0 0 15px 0;
}
ul{list-style:none;}
hr {clear:both;}
/* ================= END OF GLOBAL ELEMENTS =================*/
