/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */


/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { 
	list-style: none; 
}

blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
   
   
/* -- Text Styles ------------------------------- */
html, 
body{ font:12px/22px "ËÎÌå"; color:#FFAE00; text-align:center; word-break:break-all; background:#000;}

a { 
	color: #FFAE00; 
	text-decoration: none; 
}
a:hover { text-decoration: underline; }

strong { font-weight: 700; }
/*
h1 {
	font: 28px/1em  Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}

h1 a{
	color: #fff;
	text-decoration: none;
}
*/
h2 { 
	font-size: 22px; 
	font-weight: 300;
	padding-top: 1em;
	padding-bottom: .25em;
}


p { 
	margin-top: .25em;
	margin-bottom: .5em;
}

ul{ list-style:none;}
li{ text-align:left;}

code {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.input_text, textarea {padding:3px 4px;}
.input_text, textarea, select {border-color:#7C7C7C #C3C3C3 #DDDDDD;border-style:solid;border-width:1px;font-size:12px;line-height:120%;}
/*ÌáÊ¾´íÎó*/
input.warning, textarea.warning {border:1px solid #FF0000;}
input.pass, textarea.pass {border:1px solid #009900;}
.input_text, div.warning {height:15px;line-height:15px;}
.input_btn{border-color:#7C7C7C #C3C3C3 #DDDDDD;border-style:solid;border-width:1px;line-height:120%;}
/* IE7 */
*+html .input_btn{padding-bottom:1px;}
div.warning {background:transparent url(img/icon/error.gif) no-repeat scroll 0 0;color:#FF0000;font-size:12px;padding-left:18px;}


