A:link {
	COLOR: #none; 
	text-decoration:#none;
}
A:active {
	COLOR: #none; 
	text-decoration:#none;
	}

A:visited {
	COLOR: #none; 
	text-decoration:#none;
	}

A:hover {
	text-decoration:#none;
	color: #none;
}
body{
	margin: 0px;
	background: #eff5fd url(../images/body_bg.jpg) repeat-x;
}
#container{
	width:920px;
	margin:0px auto;
}
.shortmenu{
	height:20px;
}
.shortmenu ul{
list-style-type: none;
margin:0px;
padding:0px;
}

.shortmenu li{
display:inline;
margin:0;
padding:0;
}

.shortmenu a{
float:left;
background:url(../images/short_link_l.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

.shortmenu a span{
float:left;
display:block;
background:url(../images/short_link_r.jpg) repeat-x right top;
padding: 3px 12px 2px 9px;
font-family: Tahoma;
font-size:11px;
font-weight:normal;
color:#215aa9;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shortmenu a span {float:none;}
/* End IE5-Mac hack */

.shortmenu a:hover span {
color: #ffffff;
}

.shortmenu #current a{ /*Selected Tab style*/
background-position:0 -20px; /*Shift background image up to start of 2nd tab image*/
}

.shortmenu #current a span{ /*Selected Tab style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

.shortmenu a:hover{ /*onMouseover style*/
background-position:0% -20px; /*Shift background image up to start of 2nd tab image*/
}

.shortmenu a:hover span{ /*onMouseover style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
}


.header{
	height:107px;
}

.logo{
	float: left;
	width:278px;
}

.logo a:link, .logo a:visited {
	text-decoration: none;
	color:#215AA9;
	cursor:pointer;
}
.logo a:hover {
	color:#215AA9;
	text-decoration: none;
}

div.logo2 {
	float:left;
	position:relative;
	top:0;
}
img.logo_img {
	border:none;
	height:107px;
	width:278px;
	padding-right:0;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
div.logo2 div {
	color:#215AA9;
	font-family:"Palatino Linotype","Book Antiqua",Tahoma,verdana;
	font-size:10pt;
	font-weight:bold;
	position:absolute;
	top:66px;
	z-index:9999;
}

.headerlinks{
	text-align:right;
	padding-top:10px;
}
.headerlinks ul{
	margin:0px;
	padding:0px;
}
.headerlinks li{
	list-style-type:none;
	display:inline;
}
.headerlinks li a:link, .headerlinks li a:visited{
	text-decoration: none;
	color:#2b2b2c;
	padding:4px 8px;
	margin-right:2px;
}
.headerlinks li a:hover{
	color:#1666ca;
}

.headerlinks #current a{ 
	color:#1666ca;
}

.search{
	float:left;
	width:165px;
	padding:7px 10px 2px 0px;
}
.search_outer{
	background:url(../images/search_bx_l.jpg) left top no-repeat;
	height:27px;
	line-height:27px;
	padding-left:4px;
}
.search_outer input{
	padding:3px;
	border:0px;
	background:none;
	width:165px;
}
.search_button{
	background:url(../images/search_r.jpg) no-repeat;
	width:31px;
	height:27px;
	border:0px;
}

.topmenu{background:url(../images/topmenu_m.jpg) repeat-x;}
.topmenu_l{
	background:url(../images/topmenu_l.jpg) left top no-repeat;
}
.topmenu_m{}
.topmenu_r{
	background:url(../images/topmenu_r.jpg) right top no-repeat;
	height:40px;
}
.topmenu_inner{
	width:705px;
	float:left;
	position:relative;
	top:0px;
}
.topmenu ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.topmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.topmenu a{
float:left;
background:url(../images/t_link_l.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

.topmenu a span{
float:left;
display:block;
background:url(../images/t_link_r.jpg) repeat-x right top;
padding: 12px 12px 12px 9px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#ffffff;
}

.topmenu .frist a{
float:left;
background:url(../images/t_link_first_l.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topmenu a span {float:none;}
/* End IE5-Mac hack */

.topmenu a:hover span {
color: #ffffff;
}

.topmenu #current a{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}
.shortmenu .first a:hover{ /*onMouseover style*/
background-position:0% -40px; /*Shift background image up to start of 2nd tab image*/
}
.topmenu #current a span{ /*Selected Tab style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
color: #fffff;
}

.topmenu a:hover{ /*onMouseover style*/
background-position:0% -40px; /*Shift background image up to start of 2nd tab image*/
}

.topmenu a:hover span{ /*onMouseover style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
}

.content{
	padding:20px 0px;
}

.banner_box{
	padding:0px 0px 20px 0px;
	height:125px;
}
.banner_first{
	float:left;
	width:290px;
}
.banner_second{
	float:left;
	width:290px;
	margin:0px 25px;
}
.banner_third{
	float:left;
	width:290px;
}
.banner_specer{
	height:20px;
}

.news_box{
	background:url(../images/news_m.jpg) repeat-x;
}
.news_box .box_l{
	background:url(../images/news_l.jpg) left top no-repeat;
}
.news_box .box_r{
	background:url(../images/news_r.jpg) right top no-repeat;
	height:43px;
}
.news_box .box_inner{
	line-height:43px;
	margin:0px 20px 0px 130px;
}
.news_box a:link, .news_box a:visited{
	padding:0px 10px;
	text-decoration:none;
	color:#225caa;
}
.news_box a:hover{
	color:#303030;
}
.content_specer{
	width:20px;
}
.column_right{
	width:300px;
}
.bluebox{
	margin-bottom:20px;
}
.bluebox .box_tl{
	background:url(../images/blue_box_tl.jpg) left top no-repeat;
}
.bluebox .box_tm{
	background: url(../images/blue_box_tm.jpg) left top repeat-x;
}
.bluebox .box_tr{
	background:url(../images/blue_box_tr.jpg) right top no-repeat;
}
.bluebox .box_r{
	background:url(../images/blue_box_r.jpg) right top repeat-y;
}
.bluebox .box_br{
	background:url(../images/blue_box_br.jpg) right bottom no-repeat;
}
.bluebox .box_bm{
	background:url(../images/blue_box_bm.jpg) left bottom repeat-x;
}
.bluebox .box_bl{
	background:url(../images/blue_box_bl.jpg) left bottom no-repeat;
}
.bluebox .box_l{
	background:#ffffff url(../images/blue_box_l.jpg) left top repeat-y;
}
.bluebox .box_inner{
	padding:15px 20px 15px 20px;
}

.bluebox h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	text-indent:10px;
	margin:0px;
	padding:0px;
}
.bluebox ul{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.bluebox ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #e8e8e8;
	line-height:28px;
}
.bluebox ul li a:link, .bluebox ul li a:visited{
/*	display:block;
	line-height:28px;*/
	background:url(../images/arrow_gray.gif) left center no-repeat;
	padding-left:10px;
	color:#404040;
	text-decoration:none;
}
.bluebox ul li a:hover{
	background:url(../images/arrow_blue.gif) left center no-repeat;
	color:#215aa9;
}
.bluebox ul li a#selected {
	color:#1666CA;
}

.banner_box_inner{
	margin-bottom:20px;
	text-align:center;
}

.donate{
	margin-bottom:20px;
}


.postbox{}
.post{
	margin-bottom:20px;
}
.post .boxtop{}
.post .boxbottom{}
.post .box_tl{
	background: url(../images/post_box_tl.jpg) left top no-repeat;
}
.post .box_tm{
	background:url(../images/post_box_tm.jpg) left top repeat-x;
}
.post .box_tr{
	background:url(../images/post_box_tr.jpg) right top no-repeat;
}
.post .box_r{
	background:url(../images/post_box_r.jpg) right top repeat-y;
}
.post .box_l{
	background:#ffffff url(../images/post_box_l.jpg) left top repeat-y;
}
.post .box_br{
	background:url(../images/post_box_br.jpg) right top no-repeat;
}
.post .box_bm{
	background:url(../images/post_box_bm.jpg) left top repeat-x;
}
.post .box_bl{
	background:url(../images/post_box_bl.jpg) left top no-repeat;
}
.post .box_inner{
	padding:15px;
}
.box_left{
	float:left;
	width:320px;
	margin-left:50px;
	text-align:left;
}

.box_left a:link, .box_left a:visited{
	text-decoration:none;
	color:#707070;
	font-weight:bold;
}
.box_left a:hover{
	color:#707070;
}

.box_left .pagination a:link, .box_left .pagination a:visited{
	text-decoration:none;
	color:#215AA9;
	font-weight:bold;
}
.box_left .pagination a:hover{
	color:#215AA9;
}

.box_rating {
	float:left;
	width:60px;
	padding-top:2px;
	margin-right:5px;
}
.box_flag {
	float:left;
	padding-top:2px;
	margin:0px 5px;
}
.box_favorite {
	float:left;
	padding-top:2px;
	margin:0px 5px;
}


.box_right{
	float:left;
	width:200px;
	text-align:right;
}
.send_links{
	float:right;
	text-align:right;
	margin-bottom:5px;
}
.send_links ul{
	margin:0px;
	padding:0px;
	float:right;
}
.send_links ul li{
	display: inline;
	margin-left:5px;
}
.social_bookmark{
	clear:both;
	float:right;
	text-align:right;
}

.specer{
	height:20px;
}

.commentbox{
	margin-left:20px;
}
.comment{
	padding-bottom:20px;
}
.comment .boxtop{}
.comment .boxbottom{}
.comment .box_tl{
	background: url(../images/post_box_tl.jpg) left top no-repeat;
}
.comment .box_tm{
	background:url(../images/post_box_tm.jpg) left top repeat-x;
}
.comment .box_tr{
	background:url(../images/post_box_tr.jpg) right top no-repeat;
}
.comment .box_r{
	background:url(../images/post_box_r.jpg) right top repeat-y;
}
.comment .box_l{
	background:#ffffff url(../images/post_box_l.jpg) left top repeat-y;
}
.comment .box_br{
	background:url(../images/post_box_br.jpg) right top no-repeat;
}
.comment .box_bm{
	background:url(../images/post_box_bm.jpg) left top repeat-x;
}
.comment .box_bl{
	background:url(../images/comment_box_bl.jpg) left top no-repeat;
}
.comment .box_inner{
	padding:15px;
}
.comment  .box_left{
	float:left;
	width:360px;
	margin-left:50px;
	text-align:left;
}

.footer_outer{
	background:url(../images/footer_outer.jpg) left bottom repeat-x;
}
.footer{
	height:71px;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
}

.footer a:link, .footer a:visited{
	padding:0px 10px;
	text-decoration:none;
	color:#303030;
}
.footer a:hover{
	color:#225caa;
}

form{
	margin: 0 0 0 0;
}
.form-text{
	text-align: right;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
radio {
	border-width: none;
	border-style: none;
	border-color: #ffffff;
	background: #ffffff;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: none;
	background: none;
	border-style: none;
	border-color: none;
}
.input-button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #605E76;
	background: url(../images/button_bg.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #D3D2DA;
}
.more-link{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #264C8B;
	text-decoration: none;
}

.more-link:active {
	COLOR: #264C8B; TEXT-DECORATION: none;
}
.more-link:visited {
	COLOR: #264C8B; TEXT-DECORATION: none;
}
.more-link:hover {
	CURSOR: hand; COLOR: #898989; TEXT-DECORATION: none;
}

blockquote,form,div,li,ol,p,td,th,ul {font-size: 11px; font-family:Tahoma; color: #707070;}
p{
	text-align: justify;
	
}

.mem-reg-error{
	font-size:11px;
	color:#FF0000;
}



.signup td{
	padding:3px 2px 2px 0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	color:#000000;
}

.inpts {
	padding:3px;
	height:15px;
	width:200px;
}

.note{
	font-size:11px;
	color:#666666;
}
.select{
	padding:3px;
}

.mem-reg-error{
	font-size:11px;
	color:#FF0000;
}



.signup td{
	padding:3px 2px 2px 0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	color:#000000;
}

.inpts {
	padding:3px;
	height:15px;
	width:200px;
}

.note{
	font-size:11px;
	color:#666666;
}



.mem-reg-error{
	font-size:11px;
	color:#FF0000;
}



.tableTitle{
	font-size:16px;
	font-weight:bold;
	margin:5px 0px;
	color:#003366;
	padding:0px;
}

.error_msg{
	padding:10px;
	font-size:12px;
	color:#FF3366;
	background-color:#FFCCCC;
	border:1px solid #FF6699;
	margin:20px 20px 20px 0px;
	
}

.error_mem {
	padding:10px;
	font-size:12px;
	color:#FF3366;
	background-color:#FFCCCC;
	border:1px solid #FF6699;
	margin-top:20px;
	
}

.user_post {
color:#FFFFFF; 
font-size:13px; 
font-family:Geneva, Arial, Helvetica, sans-serif; 
font-weight:bold;
}

/* Inner Page Header */


.topmenu_inner ul{
list-style-type: none;
margin:0px;
padding:0px;
}

.topmenu_inner li{
display:inline;
margin:0;
padding:0;
}

.topmenu_inner a{
float:left;
background:url(../images/t_link_l.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

.topmenu_inner a span{
float:left;
display:block;
background:url(../images/t_link_r.jpg) repeat-x right top;
padding: 12px 12px 12px 9px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;

}

.topmenu_inner .frist a{
float:left;
background:url(../images/t_link_first_l.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
/*padding:0 0 1px 6px;*/
text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topmenu_inner a span {float:none;}
/* End IE5-Mac hack */

.topmenu_inner a:hover span {
color: #ffffff;
}

.topmenu_inner #current a{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

.topmenu_inner #current a span{ /*Selected Tab style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
color: #fffff;
}

.topmenu_inner a:hover{ /*onMouseover style*/
background-position:0% -40px; /*Shift background image up to start of 2nd tab image*/
}

.topmenu_inner a:hover span{ /*onMouseover style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
}

.left_top_option{
	margin-bottom:15px;
}

.main_tab{
	font-size:14px;
	color:#666666;
	padding:3px 0px;
}

.success_mem{
	/*background-image:url(../images/check.jpg);
	background-position:10px 50%;*/
	background-repeat:no-repeat;
	border:0.1em solid #00FF00;
	background-color:#F0FFF0;
	margin:0.5em 0;
	padding:5px 10px 5px 36px;
	color:#467BBD;
	font-weight:bold;
}

.submit{
	font-size:12px;
	width:100px;
	padding:5px;
	font-weight:bold;
	background-color:#215AA9;
	color:#FFFFFF;
	cursor:pointer;
	
}

.success_nick{
	font-size:12px;
	background-color:#009933;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:5px;
	margin-left:5px;
	width:30px;
	text-align:center;
}

.error_nick{
	font-size:12px;
	background-color:#FF0000;
	color:#FFFFFF;
	display:inline;
	float:left;
	padding:5px;
	margin-left:5px;	
	width:25px;
	text-align:center;
}

.rss_img{
	border:none;
	position:relative;
	top:4px;
}

.forgot_pwd span , .forgot_pwd  a{
	color:#666666;
	font-size:11px;
}

.forgot_pwd a:link, .forgot_pwd a:visited{
	text-decoration: none;
	color:#666666;
}
.forgot_pwd a:hover{
	text-decoration:underline;
	color:#1666ca;
}

.check{
	margin-top:5px;
	margin-left:5px;
	font-size:11px;
	color:#333333;
	float:left;
}

.suggestionsBox {
    width: 215px;
}

.suggestionList {
    border: 2px solid #E5E5E5;
	background-color: #E5E5E5;
	color: #000000;
	width: 215px;
    margin: 0px;
    padding: 0px;
	position:absolute !important;
}

.suggestionList ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.suggestionList li {
    padding:5px;
    cursor:pointer;
	line-height:12px;
	color:#000000;
}

.suggestionList li:hover {
    background-color: #467BBD;
}

.button_option span {
	background:transparent url(../images/button.png) no-repeat scroll 0 0;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px;
}
.button_option span {
	display:inline-block !important;
}
.button_option span span {
	background-position:100% 0;
	color:#ffffff;
	padding:0 20px 0 0;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
.button_option {
	cursor:pointer;
	white-space:nowrap;
	text-decoration:none;
}

.mem_dob{
	width:125px;
}

.charity_note{
	width:75%;
	font-size:13px;
}

.money_stack {
	background:transparent url(../images/money_stack.jpg) no-repeat scroll 0 0;
	height:56px;
	margin:0 0 0 80px;
}
.spacer{
	margin-top:30px;
}

.spacer .arrow {
	background:transparent url(../images/arrow.png) no-repeat scroll right center;
	padding:0 0 0 60px;
}

.step_note{
	padding:20px 60px;
	width:20%;
	font-size:13px;
}
.best{
	width:500px;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-top:10px;
	color:#215AA9;
}

.mem_acc{
	margin-top:15px;
}

.mem_acc_space{
	width:10px;
}

.post_cmt_link{
	position:relative;
	top:0px;
}

.comment_post{
	top:4px;
	margin-right:5px;
}

.comman {
	float:left;
}

.comment-count {
	background:transparent url(../images/comment-count.png) no-repeat scroll 0 0;
	width:35px;
	height:30px;
	line-height:20px;
}
.comment-count {
	display:inline-block !important;
}

.comment-count span{
	color:#003366;
}
.comment-count {
	text-align:center;
	margin:0px 5px;
	cursor:pointer;
	white-space:nowrap;
	text-decoration:none;
}

.share_post{
	width:20%;
	float:left;
	margin:2px 0px;
}

.box_inner .headerlinks{
	padding-top:0px;
}

.loading{
	text-align:center;
}

input[type=checkbox] , input[type=radio] { /* fix */
	border:0px;
}

.gender_box{
	position:relative;
	top:-2px;
}

.box_inner iframe {
	overflow:hidden;
	border:none;
}

.footer_box{
	float:left;
	width:80%;
}
.footer_box_inner{
	padding-left:130px;
}

.mem_image_box{
	width:70px;
	height:60px;
	float:left;
}
.mem_info_box{
	display:inline;
	line-height:20px;
	font-weight:bold;
}

.story_box{
	padding-top:5px;
	line-height:15px;
}

.topmenu_inner strong {
	color:#DD0000;
}

.js-commentControl a:link, .js-commentControl a:visited{
	text-decoration: none;
	color:#1666ca;
	padding:4px 8px;
	margin-right:2px;
}
.js-commentControl a:hover{
	color:#1666ca;
	text-decoration: underline;
}

.contact_us_box{
	line-height:25px;
}

.note {
	position:relative;
	top:-2px;
}
.contact_us_box a:link, .contact_us_box a:visited , .note a:link, .note a:visited {
	text-decoration: none;
	color:#1666ca;
	padding:0px 2px;
	margin-right:2px;
}
.contact_us_box a:hover ,.note a:hover {
	color:#1666ca;
	text-decoration: underline;
}

.middle_ads_content{
	padding-top:15px;
}

.charity{
	border-bottom:#558ED5 2px solid;
	padding-bottom:7px;
	padding-top:7px;
}

.charity_name {
	color:#E46C0A;
	font-weight:bold;
	font-size:13px;
}
.charity_link {
	color:#558ED5;
	font-size:13px;
	text-decoration:none;
}

.charity_details {
	color:#558ED5;
	text-decoration:none;
}

.dont_donation_box {
	width:180px;
	height:60px;
	font-size:18px;
	font-weight:bold;
	border:#FF0000 4px solid;
}

.dont_donation_box a:link, .dont_donation_box a:visited{
	text-decoration: none;
	color:#1666ca;
}
.dont_donation_box a:hover{
	color:#1666ca;
	text-decoration: underline;
}

.donation_box{
	width:180px;
	height:60px;
	font-size:18px;
	font-weight:bold;
	border:#006600 4px solid;
}

.donation_box_left {
	background: url(../images/img_01.png) no-repeat;
	width:14px;
}

.donation_box_middle {
	background: url(../images/img_03.png) repeat-x;
}

.donation_box_right { 
	background: url(../images/img_04.png) no-repeat; width:15px;
}

.donate_bucks {
	padding-top:7px;
	height:22px;
}

.donate_pic {
	height:103px;
	padding-bottom:5px;
}

.donated_info {
	font-weight:bold;
	color:#000000;
	vertical-align:top;
	padding-top:1px;
	height:16px;
}

.donated_info_box_left {
	position:relative;
	width:171px;
	top:0px;
	left:0px;
}

.donated_info_rpt {
	position:absolute;
	z-index:25;
	background: url(../images/img_rpt.png) repeat-x;
	left:0px; top:0px; 
}

.donated_info_box_right {
	position:absolute;
	z-index:1;
	background: url(../images/img_08.png) no-repeat;
	left:0px;
	top:0px;
	width:171px;
}

.current_bal {
	float:left;
	width:171px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:50;
}

.donation_goal {
	color:#666666;
	font-weight:bold;
}

.amount {
	padding-top:23px;
	height:25px;
	vertical-align:bottom;
}

.amount_box {
	float:left;
	padding-top:4px;
}

.amount_box select {
	width:75px; 
/*	background: url(../images/img_12.png) no-repeat;*/
	position:absolute;
	z-index:999;
}

.pay_pal {
	text-align:right;
	height:54px;
}

.donation_error {
	background-color:#F2DCDB;
	padding:6px;
	height:22px;
	font-size:14px;
	font-weight:bold;
}

.donation_sucess {
	background-color:#D7E4BD;
	padding:6px;
	height:22px;
	font-size:14px;
	font-weight:bold;
}