body {
	color: #333;
	font-family:  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	background-color: #fff;
	margin: 0;
	padding: 0;
}


ul		{
	margin : 0;
	padding : 0;
	list-style-type: none;	
}

li	{
	display: inline;
}

img	{ border : 0 }
a 			{ text-decoration: none;}
a:visited	{ text-decoration: none;}
a:link		{ text-decoration: none;}
a:hover		{ text-decoration: none;}

#content {
	background-color: #ffffff;
	width: 1000px;
	min-height : 800px;
	margin: 0 auto;
	padding: 0;
	position : relative;
}

#footer	{}

h1, h2, h3, h4, h5	{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article_item	{ display  :block; clear : both;}
.article_item	img	{ padding : 0 10px 10px 0;}

.displayMessage			{ 
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;

	background: #FFF6BF url(/resources/images/support/yexc.png) no-repeat 8px 9px;

	border : 2px solid #FFD324; 
	border-color  :#FFD324; 
	color : #514721; 

	padding : 8px 10px 8px 30px; 
	margin: 10px; 
}
.displayMessageText		{ color: #514721 ; font-size: 14px; }

/* .errorMessageHeader			{  color: #f00 ; font-size: 1.2em; font-weight: bold ; margin : 4px; } */

/*
.errorMessage			{ border : 1px solid #000; padding : 2px; background : red; font-weight: bold; margin: 1px 0 1px 0; }
.errorMessageText		{ color: #fff ; font-size: 12px; }
*/

.errorMessage			{ 
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;

	background: #FFF6BF url(/resources/images/support/yexc.png) no-repeat 8px 9px;

	border : 2px solid #FFD324; 
	border-color  :#FFD324; 
	color : red; 
	padding : 8px 10px 8px 30px; 
	margin: 10px; 
}

.errorMessageText		{ color: red ; font-size: 14px; }


.tinytext	{ font-size : .8em }
.info		{	color : red}