



/* LINKS */

a 
{
	color: #F7AA38;
	text-decoration: none;
	outline: none!important;
}

a:focus
{
	outline: none!important;
}

a:hover 
{
	outline: none!important;
	color: #000000;
}
	
/* END LINKS */



* 
{
	background-repeat: no-repeat;
	background-position: left top;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}



/* IMAGE */

img.photo 
{
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin: 10px;
}

img 
{
	border: 0px;
	margin: 0px;
}

/* END IMAGE */



/* BUTTON */

input.button
{
	padding-bottom: 2px;
	border: 0px;
	background-image: url('../gfx/button.jpg');
	height: 18px;
	width: 73px;
	text-align: center;
}

/* END BUTTON */



/* TXT */

h1
{
	font-size: 14px;
} 
	
h2
{
	color: #F7AA38;
}

p.tip
{
	color: #969696;
}

/* END TXT */
	 


/* ALERTS */

.alert
{
	padding: 10px;
	width: 350px;	
	margin: 0px auto;
	clear: both;
}

.alert_top
{
	width: 350px;
	height: 10px;
	background-image: url('../gfx/alert_bg_top.gif');
	clear: both;
}

.alert_content
{
	width: 310px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background-color: #ffffff;
}

.alert_symbol
{
	float: left;
	width: 30px;
	height: 30px;
	background-image: url('../gfx/alert.gif');
}

.alert_type_1
{	
	width: 230px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #009900;	
}

.alert_type_2
{
	width: 230px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #CC0000;
}

.alert_bottom
{
	width: 350px;
	height: 10px;
	background-image: url('../gfx/alert_bg_bottom.gif');
	clear: both;
}

/* END ALERTS */


