legend { display: none; }
fieldset { border: 0; margin: 0; padding: 0; }
/*form { background: url(../images/arrow.gif) top right no-repeat; }*/

.forms input, .inputs {
	width: 250px;
	padding: 0px 0 0px 5px;
	background-color: #6f8da4;
	border: none;
	color: #d3e9fa;
	font-size: 1em;
	margin: 0;
}

#formcontainer {
	background-color: #fff;
	padding: 30px 10px 30px 5px;
	margin-top: 15px;
	border: 1px solid #cecece;
}

.submit {
	background-color: #002f65;
	border-top: 1px solid #002f65;
	border-left: 1px solid #002f65;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	font-size: .9em;
	width: 100px;
	padding: 4px 0 4px 0;
	margin-left: 3.4em;	
}

#email {
	background-color: #6f8da4;
	padding: 2px 0 2px 5px;
	color: #dae4eb;
	font-size: .9em;
	width: 308px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
}

.email {
	background-color: #6f8da4;
	padding: 2px 0 1px 5px;
	color: #dae4eb;
	font-size: .8em;
	width: 213px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;	
}

.email_p {
	padding: 3px;
	color: #666666;
	font-size: 1.1em;
	width: 190px;
	border: 1px solid #ccc;
}

.send_p {
	background-color: #002f65;
	border-top: 1px solid #002f65;
	border-left: 1px solid #002f65;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	font-size: .8em;
	width: 70px;
	padding: 4px 0 4px 0;
	
}

#send, .send {
	background-color: #a1bf68;
	border-top: 1px solid #bbd589;
	border-left: 1px solid #bbd589;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	font-size: .8em;
	width: 90px;
	padding: 4px 0 4px 0;
	
}

.sign { margin-top: 20px; }
.sign_p { 
	margin-top: 20px; 
	font-weight: bold;
	color: #000;
}

#spam {
	font-size: .77em;
}

#spam_p {
	font-size: .9em;
}


/*** 
Messages
	***/
	
/** flash[:notice] */
#notice {
	background-color: #bcd290;
	border-top:1px solid #879e59;
	border-bottom: 1px solid #879e59;
	color: #546f20;
	width: 98%;
	font-size: 1em;
	padding: 10px;
}

/** Form errors */
.fieldWithErrors {
	margin: 2px;
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	font-size: .85em;
	background-color: #f9b7b7;
	border-top:1px solid #879e59;
	border-bottom: 1px solid #879e59;
	width: 98%;
	font-size: 1em;
	padding: 10px;
}

#errorExplanation h2 {
	display: none;
}

#errorExplanation p {
	color: #b11c1c;
}

#errorExplanation ul {
	list-style: circle;
	margin-left: 20px;
	margin-top: 10px;
}

#errorExplanation li {
	padding-bottom: 3px;
	color: #000;
	font-size: .85em;
}

/** debug */
#debug {
	clear: left;
	border: 1px dotted #666;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
}

/** floating windows */
/***************************************************
 * Floating window properties
 **************************************************/
#window
{
	position: absolute;
	left: -250px;
	top: 150px;
	width: 400px;
	height: 420px;
	overflow: hidden;
	display: none;
}

#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../../zh-cn/images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}

#windowTopContent
{
	margin-right: 13px;
	background-image:url(../../zh-cn/images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	padding-left: 20px;
}

#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}

#windowClose
{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#windowBottom
{
	position: relative;
	height: 390px;
	background-image: url(../../zh-cn/images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#windowBottomContent
{
	position: relative;
	height: 390px;
	background-image: url(../../zh-cn/images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
	
#windowResize
{
	position: absolute;
	right: 7px;
	bottom: 7px;
	cursor: se-resize;
}

#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #005faf;
	height: 375px;
	width: 375px;
	background-color: #fff;
}

#windowContent *
{
	margin: 10px;
}
	
.transferer2
{
	border: 1px solid #0469af;
	background-color: #bb9e8e;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#windowContainer p {
	text-align: left;
	margin: 0;
	padding: 0;
}

#windowContainer h2 {
	color: #bb0b0e;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#windowContainer h3 {
	font-size: 12px;
	color: #000;
}

#windowContainer p {
	font-size: 11px;
	color: #666;
}

#windowContainer ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
	margin-left: 15px;
}


#windowContainer li, .post-body li {
	display: block;
	padding-left: 15px;
	background: url(../../zh-cn/images/arrow.gif) no-repeat;
	margin: 0;
}

#windowContainer a:link, #windowContainer a:visited  { 
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#windowContainer a:hover {
	color: #666666;
	text-decoration: underline;
}
