@charset "utf-8";

/* CSS Document */

* {
	margin : 0 auto;
}

body {
	margin : 0 auto;
	background : #f3f3f3 url(imgs/base_bg.png);
}

a {
	text-decoration : none;
}

img {
	border : 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

hr {
	background: black;
	border: 1px;
}

input{
	background: url(imgs/input_bg.png);
	border: 1px solid #333;
	padding: 3px inherit;
	color:#fff;
	font-family:"san-serif", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-left: 40px;
	margin-top: 40px;
}

font.input{
	font-family: "Rockwell", Georgia, Tahoma, Verdana, Times;
	font-size: 1.6em;
}

/* browse button 
--------------------------------------------------------*/
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 4;
}
/*-----------------------------------------------------------
end of browse button */

#wrap {
	width : 1024px;
	height : 638px;
	background : #ededed url(imgs/bg1.png) no-repeat;
	z-index : 1;
}

#img {
	width : 1024px;
	height : 638px;
	background : url(rotate.php) no-repeat;
	z-index : 2;
}

#header{
	background: url(imgs/twit_bg.png) repeat-x;
	position: relative;
	width: 1024px;
	height: 49px;
	top:0px;
}

#header_link{
	position: absolute;
	top: 0px;
	left: 814px;
	width: 155px;
	height:49px;
	background: url(imgs/fol_twit.png);
}

#twitter_update_list {
	padding : 5px 0 0 55px;
	font-size : 10px;
	font-family : Verdana, Geneva, sans-serif;
}

#twitter_update_list a {
	font-weight : bold;
	color : #ccc;
	font-size : 11px;
	padding : 2px;
}

#twitter_div li {
	list-style : none;
}

#mbody {
	position: relative;
	top: 0px;
	width : 914px;
	height : 610px;
}

#mbody_left{
	position: relative;
	top: 0px;
	width: 485px;
	height: 610px;
	float:left;
/*background: yellow;
*/}

#mbody_logo{
	position: absolute;
	font-family:"rockwell",Georgia, Times New Roman, Times, serif;
	font-size: 2.5em;
	color:#404851;
	height: 47px;
	width: 485px;
}

#mbody_logo_slogan{
	position: absolute;
	top: 0px; 
	right: 0px;
	height: 47px; 
	width: 305px;
	float: right;
	background: url(imgs/slogan.png) no-repeat;
}

#mbody_intro{
	position: relative;
	top: 47px;
	width: 485px;
	height: 126px;
	background: url(imgs/t_banner.png) no-repeat;
	font-family: "Rockwell";
	padding: 0px 10px 0px 20px;
	color: white;
	font-size: 18px;
}

#mbody_intro b{
	font-weight: normal;
	font-size: 1.3em;
	padding: 5px 10px;
	color: #3a3a3a; 
	background: white;
	font-family: "rockwell", geogria, tahoma;
}

#upload_form{
	position: relative;
	top: 47px;
	left: 0px;
	width: 485px;
	height: 338px;
	background: url(imgs/up_now.png) 3% 4% no-repeat /*#0F0*/;
}

#footer {
	position:relative;
	top: 0px;
	width : 1024px;
	height : 28px;
	background : url(imgs/footer_bg.png) repeat-x;
	color: #696969;
}

#footer_click {
	position: absolute;
	top: 0px;
	right: 55px;
	width : 78px;
	height : 24px;
	background : #3b3b3b;
	color : #fff;
	padding : 3px;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 11px;
	margin : 0 auto;
	
	}

#adiv
{
  position: absolute;
  top: 0px;
  right: 55px;
  font-size: 11px;
  text-decoration: none;
  font-family: georgia, tahoma;
  font-weight: bold;
  color: red;
  }

.space {
	font-size: 3px;
}