/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	background: #90140C url(../images/stripes.gif) repeat-x;
	background-position: 50% 40px;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #600000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #600000;
}

a:hover {
	color: #90140C;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1 {
	font: normal 1.2em arial, verdana, helvetica, sans-serif;
	margin: 23px 18px;
	text-align: left;
}

h2 {
	color: #333;
	font: bold 12px arial, verdana, helvetica, sans-serif;
}

hr {
	border: none 0;
	border-top: 1px dashed;
	color: #000;
	width: 90%;
	height: 1px;
	align: left;
}

/* Blockquote */
blockquote {
  	margin: 0;
  	padding: 10px;
  	background: #e2e2e2;
  	border-top: 1px dotted #908E8E;
  	border-bottom: 1px dotted #908E8E;
  	border-left: 1px dotted #908E8E;
  	border-right: 1px dotted #908E8E;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 100px;
}


/* -----------------------------------------------------------

						Navigation Menus

----------------------------------------------------------- */


#nav {
	text-align: center;
	width: 100%;
	background: #000 url(../images/nav.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	cursor: default;
}

#nav li, #nav a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 13px 15px;
	margin: 0;
}

#nav li a {
	background: transparent url(../images/nav.gif) repeat-x;
}

#nav li a:hover, #nav li#current a {
	background: transparent url(../images/nav.gif) repeat-x;
	background-position: 0 -40px;
}

#nav li {
	padding: 14px 0;
}

#blue a {
	background: #0086EE url(../images/blue.jpg) no-repeat;
}

#red a {
	background: #F41100 url(../images/red.jpg) no-repeat;
}

#orange a {
	background: #ED700D url(../images/orange.jpg) no-repeat;
}

#green a {
	background: #199B2C url(../images/green.jpg) no-repeat;
}

#navlist { list-style-image: url(../images/arrowlist.gif); }


/* -----------------------------------------------------------

					Page Header(s) and Footer

----------------------------------------------------------- */

#title {
	width: 410px;
	height: 101px;
	background: transparent url(../images/title_background.jpg) no-repeat;
	line-height: 75px;
	display: block;
	margin: 0 auto;
	margin-top: 66px;
	text-align: center;
	font: normal 2.5em/1.8em 'trebuchet ms', georgia, 'lucidia grande';
	color: #FE9B27;
	letter-spacing: 8px;
	cursor: default;
}

#adspace {	
	height: 90px;
	background: #86221B url(../images/ad.gif) repeat-x;
	border-top: 1px solid #CA807C;
	border-left: 1px solid #A5514B;
	border-right: 1px solid #5B1D1B;
	border-bottom: 1px solid #3E1B19;
	font: normal 10px/100px verdana, arial, sans-serif;
	text-align: center;
	color: #fff;
	cursor: default;
	position:relative;
	overflow: hidden;
}



#wrapper {
	width: 770px;
	margin: 0 auto;
	border: solid 15px #600000;
	border-bottom: none;
	background-color: #F3F3F3;
	height: auto;
}

#top {
	/*height: 28px;
	overflow: hidden;*/
	width: 100%;
	background: #000 url(../images/stripes_small.gif) repeat-x;
	color: #fff;
	cursor: default;
	text-align: left;
	font: normal 10px/32px arial, verdana, helvetica, sans-serif;
}

#top a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}


#topr {
	float: right;
	width: 330px;
	}
#topl {
	float: right;
	text-align: left;
	width: 410px;
	
	}
#topl strong {
	font: bold 11px arial;
	margin-left: 2px;
	margin-right: 6px;
}
#topr ul {
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
	display: inline;
}
#topr ul li a, #topr ul li {
	display: block;
	float: right;
	width: 78px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font: bold 12px/32px arial, verdana, helvetica, sans-serif;
	overflow: hidden;
}
#topr ul li a:hover {
	color: #000;
}

#main {
	height: 200px;
	background: #FE8624 url(../images/main.gif) repeat-x;
	border-top: 1px solid #FEC782;
	border-left: 1px solid #FEB154;
	border-right: 1px solid #D76C22;
	border-bottom: 1px solid #783C1C;
	position:relative;
	overflow: hidden;
}

#main ul {
	width: 710px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#main ul li {
	float: left;
	text-align: center;
	margin-left: 25px;
	display: inline;
}

#main ul li a img {

	border: 3px solid #fff;

}

#main ul li a img:hover {
	border: 3px solid #FEE5C6;
}

#main ul li h2 {
	font: bold 11px arial, verdana, helvetica;
	margin-top: 10px;
	color: #000;
}

#footer {
	width: 770px;
	height: 25px;
	background-color: #000;
	color: #999;
	text-align: center;
	border-top: 50px solid #F3F3F3;
	position:relative;
	clear: both;
	font: normal 10px/25px arial, verdana, helvetica, sans-serif;
}

#footer a {	
	color: #ccc;
}


/* -----------------------------------------------------------

						Page Layout

----------------------------------------------------------- */

.content {
	float: left;
	width: 498px;
	margin: 10px 0 0 0;
	font: normal 11px/18px arial, verdana, helvetica, sans-serif;
	text-align: normal;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
/*	border-right: 1px dotted #922926;	*/
}

.content h1, .content ul {
	margin: 0;
	padding: 0;
}

.content h1 {
	color: #8A0700;
	font: normal 2em arial, verdana, helvetica, sans-serif;
	margin-bottom: 20px;
}

.content h2 {
	margin: 10px 0 4px 0;
}

.content ul.hover_list li {
	border: 1px solid #783C1C;
	border-width: 0 0 1px 0;
	clear: both;
	color: #600000;
}

.content ul.hover_list li a {
	height: 40px;
	color: #600000;
	float: left;
	line-height: 40px;
	padding-left: 15px;
}

.content ul.hover_list li a span {
 	margin-top: -40px;}

.content ul.hover_list li a:hover, .content ul.hover_list li a:focus {
	background: #FD9339 url(../images/hover_list.jpg) repeat-x;
	color: #fff;
}

.fullcontent {
	float: left;
	width: 94%;
	margin: 10px 10px 0 10px;
	font: normal 11px/18px arial, verdana, helvetica, sans-serif;
	text-align: justify;
	position: relative;
}

.fullcontent h1, .content ul {
	margin: 0;
	padding: 0;
}

.fullcontent h1 {
	color: #8A0700;
	font: normal 2em arial, verdana, helvetica, sans-serif;
	margin-bottom: 20px;
}

.fullcontent h2 {
	margin: 10px 0 4px 0;
}

.fullcontent ul.hover_list li {
	border: 1px solid #783C1C;
	border-width: 0 0 1px 0;
	color: #600000;
}

.fullcontent ul.hover_list li a {
	height: 40px;
	color: #600000;
	display: block;
	line-height: 40px;
	padding-left: 15px;
}

.fullcontent ul.hover_list li a:hover, .content ul.hover_list li a:focus {
	background: #FD9339 url(../images/hover_list.jpg) repeat-x;
	color: #fff;
}

a.thumb img {
  	border: 5px solid #ccc;
}

a:hover.thumb img {
  	background: #8EB4C6;
  	border: 5px solid #c50b0b;
}

a.thumb span {
  	display: block;
  	margin-top: -5px !important;
  	margin-top: -2px;
}


/* -----------------------------------------------------------

						Page Layout (side)

----------------------------------------------------------- */

.sidebar {
	padding: 0;
	
	float: right;
	width: 209px;
	margin: 10px 0 0 0;
	padding-right: 20px;
	padding-left: 20px;
	font: normal 11px/18px arial, verdana, helvetica, sans-serif;
	text-align: left;
	position: relative;
	
}

.sidebar h1, .content ul {
	margin: 0;
	padding: 0;
}

.sidebar h1 {
	color: #8A0700;
	font: normal 2em arial, verdana, helvetica, sans-serif;
	margin-bottom: 20px;
}

.sidebar ul.hover_list li {
	background: #FD9339 url(../images/hover_list.jpg) repeat-x;
	border: 1px solid #783C1C;
	border-width: 0 0 1px 0;
	margin-left: -40px;
	padding: 0px;
	color: #600000;
}

.sidebar ul.hover_list li a {
	height: 30px;
	color: #FFF;
	display: block;
	line-height: 30px;
	padding: 0 10px;
}

.sidebar ul.hover_list li a:hover, .sidebar ul.hover_list li a:focus {
	background: #FD9339 url(../images/hover_list.jpg) repeat-x;
	color: #600000;

}

.sidebar input, .sidebar select {
 	margin-left: 8px; font-size: 0.9em;}

 	
/* -----------------------------------------------------------

						Page Layout (misc)

----------------------------------------------------------- */

.left {
	float:left; margin:0 15px 4px 0;
	clear: both;
}

.right {
	float:right; margin:0 4px 15px 0;
	clear: both;
}

.center {
 	text-align: center;
 	margin: 0 auto;}

.clear {
 	clear: both;}
 
.photo {
	border:1px solid #bababa;
	padding:2px;
	background-color:#ffffff;
	margin:6px 6px 2px 5px;
}

.photo2 {
	border:1px solid #bababa;
	padding:5px;
	background-color:#ffffff;
	margin:6px 6px 2px 5px;
}

.commentbox {
	background-color: #ccc;
	width: 440px;
	padding: 10px;
}

.commentbox p {
	font-weight: normal;
}

.commentfooter {
	background: url(../images/arrow.png) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

.commentfooter a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.left_column {width:280px; float:left;}

.right_column {width:380px; float:right;}

.left_column2 {width:170px; float:left;}

.right_column2 {width:513px; float:right;}



/* -----------------------------------------------------------

						Sidebar Navigation

----------------------------------------------------------- 

#navcontainer {
	background: #f0e7d7;
	width: 95%;
	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 85%;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #fff;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
*/

/* -----------------------------------------------------------

					tabs in the edit profile page

----------------------------------------------------------- */


div#tabs{float:left;width: 100%;padding-top:30px;}

ul#tabsnav,ul#tabsnav li{list-style-type:none;margin:0;padding:0}

ul#tabsnav{padding-left: 15px}

ul#tabsnav li{float:left;width: 70px; margin-right:2px;text-align: center}

ul#tabsnav a{float:left;width: 70px;padding: 2px 0 2px;text-decoration:none;background: #e2e2e2;color: #999}

ul#tabsnav li.activelink a,ul#tabsnav a:hover{color: #777;text-decoration: underline;}


/*------------------------------------------------------------

						Edit Profile styles

------------------------------------------------------------*/


div#profilebox { border: 2px solid #e2e2e2; padding: 5px;}

#profilebox label { clear: both; float: left;font-size: 1.2em; color: #333; font-weight: bold; line-height: 1.5em; margin: 0 10px;margin-bottom: 4px;_margin-bottom: 0px;}

#profilebox input, #profilebox textarea { width: 60%; float: right;margin-right: 4px; margin-bottom: 4px;_margin-bottom: 0px;} 

#profilebox input.submit { width: 132px;}



/* -----------------------------------------------------------

						photogallery styles

----------------------------------------------------------- */

.photogalleryphoto { 
	display: block;
	width: 100px;
	margin: 5px;
	text-align: left;
	float: left;
}

.photogalleryphoto p {
	margin: 0px;
	padding-left: 10px;
}

/* -----------------------------------------------------------

						Postings Blogs/Bulletins
						
------------------------------------------------------------*/

.post-footer {
/*
	background-color: #FAFAFA;
*/
	padding: 5px; margin: 10px 10px 0 10px;
	border-bottom: 1px solid #b2b2b2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .delete {
	background: url(../images/delete.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .reply {
	background: url(../images/reply.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .forward {
	background: url(../images/forward.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


.postedit-footer {
	padding: 5px; margin: 5px 5px 0 5px;
	font-size: 95%;	
}

.postedit-footer .delete {
	background: url(../images/delete.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.postedit-footer .reply {
	background: url(../images/reply.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.postedit-footer .forward {
	background: url(../images/forward.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* -----------------------------------------------------------

						Ajax Tabs layout

------------------------------------------------------------*/


/* Menu */
.shadetabs {
	float: left;
	width:100%;
	background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.shadetabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
	
.shadetabs li {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
	
.shadetabs a {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
}
	
.shadetabs a {
	float:none;
}

.shadetabs a:hover {
	color: #90140C;
	text-decoration:underline;
}
	
.shadetabs #current {
	background-image:url("../images/left_on.gif");
}
	
.shadetabs #current a {
	background-image:url("../images/right_on.gif");
	color: #7F2429;
	padding-bottom:5px;
}



.contentstyle{

/* 
border: 1px solid gray;
*/

background: #F3F3F3;
	/*width: 95%;*/
	margin-bottom: 1em; padding: 10px;

}



/* -----------------------------------------------------------

						Groups CSS layout

------------------------------------------------------------*/

.groupmenu a, .groupmenu a:visited {
	margin:0;
	text-decoration:none; 
	/*background-color: #fff;*/
	color:#600000; 
	display:block; 
	width:90%; 
	height:1.5em; 
	border-bottom:1px solid #fff;  
	border-right:1px solid #000; 
	padding:0.5em;
}

.groupmenu a:hover {
	background-color: #FD9339;
	/*background-image: url(../images/hover_list.jpg) top left repeat-x;*/
	color: #fff;
}

.shadetabs2{

	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
	display: inline;
	margin: 0;
}

.shadetabs2 li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
	color: #2d2b2b;
}

.shadetabs2 li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs2 li.selected{
	position: relative;
	top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle2{
	border: 1px solid gray;
	width: 365px;
	margin-bottom: 1em; padding: 10px;
}

/* -----------------------------------------------------------

						quicklook styles

----------------------------------------------------------- */

.quicklookphoto { 
	background: #e2e2e2;
	display: block;
	width: 90px; 
	margin: 5px;
	text-align: center;
	float: left;}

.quicklookphoto p {
	margin: 0px;}

/* -----------------------------------------------------------

						Forms

----------------------------------------------------------- */
 
form#frmMessage {
	background: url(../images/ctag.gif) repeat-x;
	color: #fff;
}

 /* CSS Document */

 /* sabine brings - www.brings-online.com - a form with style - www.cssplay.co.uk */

 form#two {
 	font-size:small; 
	 
	padding:10px; 
	margin:0 auto; 
}

 form#two #send, form#two #save{ 
 	background:#666; 
	border-bottom:1px solid #333; 
	border-left:1px solid #999; 
	border-top:1px solid #999; 
	border-right:1px solid #333; 
	color:#fff; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:100px; 
	margin-left:12px;
}

form#two #send:hover, form#two #save:hover {
	background:#990033;
	border-bottom:1px solid #4A0018; 
	border-right:1px solid #4A0018;  
	color:#fff; 
	border-top:1px solid #cc0033; 
	border-left: 1px solid #cc0033;
}

form#two fieldset#personal label {
	clear:left; 
	display:block; 
	float:left; 
	width:150px; 
	text-align:right; 
	padding-right:10px; 
	color:#fff; 
	margin-bottom:0.6em; 
	font-size:1em; 
	line-height:1.8em; 
	font-style:normal;
}

form#two fieldset#personal input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

form#two textarea {
	width:400px;
	height:10em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}


#foldername {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline
}


/* -----------------------------------------------------------

						Tooltip

----------------------------------------------------------- */
.dvhdr1 {
	background: #000;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #faf083;
	border-top:6px solid #90140C;
	border-left:1px solid #90140C;
	border-right:1px solid #90140C;
	padding: 5px;
	width: 150px;
	
}

.dvbdy1 {
	background:#000;
	font-family:arial;
	font-size:10px;
	text-align: left;
	color: #faf083;
	border-left:1px solid #90140C;
	border-right:1px solid #90140C;
	border-bottom:1px solid #90140C;
	padding:5px;
	width:150px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.dvbdy1 a {
	color: #fff;
}

.dvbdy1 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* -----------------------------------------------------------

						Star rating

----------------------------------------------------------- */

.small-star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 65px;
	height: 13px;
	position: relative;
	background: url(../images/small-star.png) top left repeat-x;			
}
	
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(../images/alt_star.gif) top left repeat-x;		
}

.small-star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
	
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.small-star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.small-star-rating li a:hover{
	background: url(../images/small-star.png) left bottom;
	z-index: 2;
	left: 0px;
}
	
.star-rating li a:hover{
	background: url(../images/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
}
	
.star-rating a.one-star{
	left: 0px;
}

.star-rating a.one-star:hover{
	width:25px;
}

.star-rating a.two-stars{
	left:25px;
}

.star-rating a.two-stars:hover{
	width: 50px;
}

.star-rating a.three-stars{
	left: 50px;
}

.star-rating a.three-stars:hover{
	width: 75px;
}

.star-rating a.four-stars{
	left: 75px;
}

.star-rating a.four-stars:hover{
	width: 100px;
}

.star-rating a.five-stars{
	left: 100px;
}

.star-rating a.five-stars:hover{
	width: 125px;
}

.small-star-rating li.current-rating{
	background: url(../images/small-star.png) left center;
	position: absolute;
	height: 13px;
	display: block;
	text-indent: -9000px;
}	
	
.star-rating li.current-rating{
	background: url(../images/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
}		
	
/*added by LPG */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 1.5px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 9px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 3px;
	border: 1px solid #ccc;
	text-decoration: none; 
	color: #90140C;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #ccc;
	background-color: #c50b0b;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}

.alert {
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
.alertred {
	background: #fba1a1 url(../images/delete.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #a81c1c;
	border-bottom: 2px solid #a81c1c;
	}