/* 	

	font-family:  "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

 */

body {
	color: #ffffff;
	font-family:  verdana;
	font-size: 1em;
	background-color: #000000;
	background-image: url(../images/wood_bg.jpg);
	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: underline;}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position : relative;
}

#footer	{}

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

table	{
	padding : 0;
	margin : 0;
	border : 0;
}

.tinytext		{ font-size : .8em }
.tinyinfotext	{ color : #ffb22b; font-size : 0.8em }

.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; }

.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; }

