/* SlideCities */

body
	{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	}
	
p,h1,h2,h3,h4,h5,h6,hr,form
	{
	margin:0;
	padding:0;
	}	

h2.heading_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f9ffd2;
	font-weight:bold;
	padding-left:10px;
	}
	
h1.white_big_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	padding-bottom:20px;
	}
h1.flash_big_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1e1e1e;
	font-weight:normal;
	padding-top:10px;  
	padding-left:10px;  
	}  
	
h3.green_heading_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#daff00;
	font-weight:normal;
	}
	

.black_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
	font-weight:bold;
	}
.white_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}  

.clearer
	{
	clear:both;
	}
	
	
img
	{
	border:0;
	}
	
.button
	{
	background-color:#a70000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
	cursor:pointer;
	margin-left:10px;
	}
  
.button_green
	{
	background-color:#b5d400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#910000;
	font-weight:bold;
	border:0;
	cursor:pointer;
	margin-left:10px;
	}  


a:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a70000;
	text-decoration:none;
	cursor:pointer;
	}
	
a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a70000;
	text-decoration:none;
	cursor:pointer;
	}	
	
	
a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
	text-decoration:none;
	cursor:pointer;
	}



#main_container
	{
	width:770px;
	margin:auto;
	}
	
#header_container
	{
	width:770px;
	float:left;
	margin-bottom:22px;
	background-color:#990000;
	}
	
#body_container
	{
	background:url(../images/body_line_rep.gif);
	background-repeat:repeat-y;
	width:770px;
	float:left;
	clear:both;
	}
	
#other_page_body_container
	{
	width:730px;
	float:left;
	clear:both;
	background-color:#ffffe0;
	padding:10px 20px 10px 20px;
	border:1px solid #cec541;
	}	
	
#left_container
	{
	width:188px;
	float:left;
	}
	
	
#body_middle_container
	{
	width:316px;
	margin:0px 35px 0px 21px;
	float:left;
	}
	
#body_search_box_container
	{
	width:316px;
	float:left;
	}
	
#mass_around_box_container
	{
	width:316px;
	height:auto;
	float:left;
	margin-top:14px;
	}	
		
	
#right_container
	{
	width:202px;
	float:right;
	}	
	
	
#footer_container
	{
	background:url(../images/footer_line_rep.gif);
	background-repeat:repeat-x;
	width:770px;
	margin:auto;
	padding-top:40px;
	}
	
#error_message
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	background:url(../images/alert_mess.png);
	background-repeat:no-repeat;
	display:block;
	padding-left:25px;
	padding-top:3px;
	height:25px;
  margin-bottom:10px;
	}
	
#success_message	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0dac18;
  margin-bottom:10px;
	}
	
#note_message	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#910000;
	background:url(../images/note_icon.png);
	background-repeat:no-repeat;
	padding-left:20px;
	height:25px;
  margin-bottom:10px;
	}
		
	
	
/*----------------------------end global css------------------------------------*/






/*----------------------------start header css------------------------------------*/
#header_container
	{
	width:770px;
	}
	
	
#top_container
	{
	margin:auto;
	width:770px;
	height:102px;
	background:url(../images/top_back_rep.gif);
	background-repeat:repeat-x;
	}

	
#logo_container
	{
	float:left;
	width:309px;
	height:56px;
	margin:22px 0px 0px 15px;
	}	
	
	
#top_link_container
	{
	float:right;
	width:120px;
	height:20px;
	padding-top:10px;
	}

	
#top_menu_container
	{
	width:auto;
	height:32px;
	background-color:#910000;
	}
	
#top_menu
	{
	float:left;
	width:auto;
	height:15px;
	padding:9px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}

#top_search_container
	{
	float:left;
	width:240px;
	height:15px;
	padding-top:4px;
	}

.search_box
	{
  	border: 1px solid #af1b1b;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f6f6f;
	float:left;
	margin:1px 4px 0px 0px;
	}	
	
	

/*start green button*/
.green_button_container
	{
	height:22px;
	}

#green_button_left_corner
	{
	background:url(../images/green_button_left_corner.png);
	background-repeat:no-repeat;
	width:10px;
	height:22px;
	float:left;
	}
#green_button_txt
	{
	width:auto;
	height:18px;
	background-color:#b5d400;
	float:left;
	padding-top:4px;
	}
#green_button_right_corner
	{
	background:url(../images/green_button_right_corner.png);
	background-repeat:no-repeat;
	width:10px;
	height:22px;
	float:left;
	}
	
	

a.green_button_txt:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#910000;
	}
a.green_button_txt:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#910000;
	}
a.green_button_txt:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	}
	
/*end green button*/




a.top_menu:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	padding:0px 7px 0px 7px;
	}
a.top_menu:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	padding:0px 7px 0px 7px;
	}
a.top_menu:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#d7ee00;
	padding:0px 7px 0px 7px;
	}
	
	
	
#login_welcome_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color:#e9f2b2;
	padding-right:8px;
	}
	
	
	

a.top_link:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color:#FFFFFF;
	}
a.top_link:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color:#FFFFFF;
	}
a.top_link:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color:#FF4F4F;
	}

/*----------------------------end header css------------------------------------*/




/*----------------------------start login box css------------------------------------*/

form p
	{
	padding-bottom:5px;
	}	


#login_container
	{
	width:188px;
	height:auto;
	}


#login_top_container
	{
	width:188px;
	float:left;
	}
	
#login_bottom_container
	{
	width:188px;
	float:left;
	}
	

.gbl
	{
	background:url(../images/bl.gif);
	background-position: 0 100%;
	background-repeat:no-repeat;
	background-color:#b5d400;
	}

.gbr
	{
	background:url(../images/br.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	}

.gtl
	{
	background:url(../images/tl.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	}


.gtr
	{
	background:url(../images/tr.gif);
	background-position: 100% 0;
	background-repeat:no-repeat;
	padding:10px;
	}

#login_heading_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#910000;
	
	}
	
hr.line
	{
	margin-bottom:10px;
	margin-top:5px;
	padding:0;
	height:1px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:none;
	}




.login p
	{
	margin: 0;
	padding: 6px 0 0px 0;
	padding-left: 35px; /*width of left column containing the label elements*/
	}

.login label
	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	float: left;
	margin-left: -35px; /*width of left column*/
	width: 60px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}




/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
	{
	margin-left: 3px;
	}






	
#massage
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#FF0000;
	text-align:center;
	}


	
/*red button*/
.green_button_container
	{
	height:22px;
	}

#red_button_left_corner
	{
	background:url(../images/red_button_left_corner.png);
	background-repeat:no-repeat;
	width:10px;
	height:22px;
	float:left;
	}
#red_button_txt
	{
	height:18px;
	background-color:#a70000;
	float:left;
	padding-top:4px;
	}
#red_button_right_corner
	{
	background:url(../images/red_button_right_corner.png);
	background-repeat:no-repeat;
	width:10px;
	height:22px;
	float:left;
	}
	
	

a.red_button_txt:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	}
a.red_button_txt:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
	}
a.red_button_txt:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#FFCC00;
	}
	
/*end green button*/


#sign_in_container
	{
	height:22px;
	padding-top:10px;
	}


#remember_me
	{
	float:left;
	width:110px;
	}
	
#sign_in
	{
	width:100px;
	}
	
	
a.red_text_link:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#a70000;
	text-decoration:none;
	}
	
a.red_text_link:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#a70000;
	text-decoration:none;
	}
	
a.red_text_link:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0066CC;
	text-decoration:none;
	}
	
	
	
.rbl
	{
	background:url(../images/rbl.gif);
	background-position: 0 100%;
	background-repeat:no-repeat;
	background-color:#a70000;
	}

.rbr
	{
	background:url(../images/rbr.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	}


.yellow_big_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#daff00;
	}


.login_bottom_txt
	{
	padding:20px;
	}


/*----------------------------end login box css------------------------------------*/







/*----------------------------start body search box css------------------------------------*/
#input_box_container
	{
	float:left;
	padding-right:5px;
	}


input.txt1
	{
	border:2px solid #810505;
	width:178px;
	padding-left:5px;	
	}


.rbl
	{
	background:url(../images/rbl.gif);
	background-position: 0 100%;
	background-repeat:no-repeat;
	background-color:#a70000;

	}

.rbr
	{
	background:url(../images/rbr.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	}

.rtl
	{
	background:url(../images/rtl.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	}


.rtr
	{
	background:url(../images/rtr.gif);
	background-position: 100% 0;
	background-repeat:no-repeat;
	padding:10px;
	}

/*----------------------------end body search box css------------------------------------*/

	






/*----------------------------start mass around box css------------------------------------*/

.ybl
	{
	background:url(../images/ybl.gif);
	background-position: 0 100%;
	background-repeat:no-repeat;
	background-color:#e9f2b2;
	}

.ybr
	{
	background:url(../images/ybr.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	}

.ytl
	{
	background:url(../images/ytl.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	}


.ytr
	{
	background:url(../images/ytr.gif);
	background-position: 100% 0;
	background-repeat:no-repeat;
	padding:5px;
	}

	

	
#black_big_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1e1e1e;
	font-weight:normal;
	}	
.black_medium_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
  font-weight:bold;
	color:#1e1e1e;
	}	

#mass_around_box_container p
	{
	padding-bottom:10px;
	}

#red_bold_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a70000;
	font-weight:bold;
	}
	
	
	
#mess_slide_container 
	{
	margin-top: 10px;
	margin-right:3px;
	width:85px;
	}
	
#mass_around_box_container ul
	{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}
#mass_around_box_container li
	{
	padding-right:3px;
	display:inline;
	}	
	
#mass_around_box_container li div
	{
	width:85px;
	float:left;
	padding:5px 5px 0px 0px;
	}


#mess_slide_container img
	{
	margin-top:5px;
	margin-bottom:5px;
	}	

/*----------------------------end mass around box css------------------------------------*/







/*----------------------------start top slide css------------------------------------*/

#top_slide_container
	{
	width:202px;
	float:left;
	}
	
	
#top_slide_container p
	{
	margin-top:50px;
	}
	

#top_slide_thumb
	{
	background:url(../images/thumb_border.gif);
	background-repeat:no-repeat;
	width:83px;
	height:69px;
	padding:4px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	}

#top_slide_desc
	{
	float:right;
	width:70px;
	}


.red_bold_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a70000;
	font-weight:bold;
	}
	
	
	
h2.black_big_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1e1e1e;
	font-weight:normal;
	margin-bottom:10px;
	}	



.top_slide_full
	{
	float:left;
	margin-bottom:15px;
	}
	
.top_slide_full a
	{
	cursor:pointer;
	}	
  
.flash-replaced{
  margin-left:10px
}  

/*----------------------------end top slide css------------------------------------*/








/*----------------------------start footer css------------------------------------*/

#footer_link_txt
	{
	text-align:center;
	}


a.footer_link:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color:#a70000;
	padding:0px 7px 0px 7px;
	}
a.footer_link:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color:#a70000;
	padding:0px 7px 0px 7px;
	}
a.footer_link:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color:#d55e5e;
	padding:0px 7px 0px 7px;
	}

#copyright_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#deb2b2;
	text-align:center;
	padding-top:10px;
	}
	
/*----------------------------end footer css------------------------------------*/




/*----------------------------start import css------------------------------------*/

#loading_photo_container
{
	text-align:center;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-bottom:20px;
}
#inner_left_container
	{
	width:525px;
	float:left;
	}
	
	
#user_pic_container
	{
	width:159px;
	height:68px;
	float:left;
	margin-bottom:25px;
	}	
	
#user_pic
	{
	float:left;
	border:2px solid #b5d400;
	}
  
#profile_pic_container
	{
	width:500px;
	height:auto;
	float:left;
	margin-bottom:25px;
	}	
	
#profile_pic
	{
	float:left;
	border:2px solid #b5d400;
	}  
	
#profile_right_txt
	{
	width:auto;
	height:auto;
	float:right;
	padding-left:7px;
	}
  
#user_right_txt
	{
	width:90px;
	height:68px;
	float:right;
	padding-left:7px;
	}
	
#add_top
	{
	width:366px;
	height:68px;
	float:left;
	}
	
	
#photo_import_container
	{
	width:525px;
	height:auto;
	clear:both;
	}	
	
.red_header
	{
	width:525px;
	height:29px;
	float:left;
	background-color:#a70000;
	}
	
#photo_import_body_container
	{
	width:525px;
	height:auto;
	background-color:#f8fcdc;
	float:left;
	padding-top:20px;	
	}
	
.photImportform p
	{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	}

.photImportform label
	{
	font-weight: bold;
	color:#424b08;
	float: left;
	margin-left: -100px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.photImportform input[type="text"]
	{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	}



/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
	{
	margin-left: 3px;
	}


#select_photo_container
	{
	width:465px;
	height:auto;
	margin:auto;
	padding-top:25px;
	}

#select_photo_header
	{
	width:auto;
	height:22px;
	background-color:#d1d6b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#910000;
	padding-top:8px;
	padding-left:10px;
	clear:both;
	}
	
#select_photo_body
	{
	width:auto;
	height:auto;
	margin-top:1px;
	margin-bottom:15px;
	background-color:#f6f9e0;
	border:1px solid #c4cb96;
	padding:10px 0px 10px 13px;
	clear:both;
	float:left;
	}
	

a.blue_link_txt:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0261fe;
	text-decoration:underline;
	}
	
a.blue_link_txt:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0261fe;
	text-decoration:underline;
	}
	
a.blue_link_txt:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#5c99ff;
	text-decoration:underline;
	}
	
	
	
/*start import image collection css*/

#import_img_container
	{
	width:97px;
	float:left;
	margin-right:10px;
	margin-bottom:14px;
	}	
	
	
#import_img_group
	{
	width:450px;
	height:auto;
	clear:both;
	}
	
	
a.img_border:link, a.img_border:visited, a.img_border:hover
	{
	width:91px;
	height:94px;
	background-color:#828282;
	display:block;
	padding:3px;
	}

a.img_border_selected:link, a.img_border_selected:visited, a.img_border_selected:hover
	{
	width:91px;
	height:94px;
	background-color:#00CC00;
	display:block;
	padding:3px;
	}
	
#improt_button_position
	{
	float:right;
	padding-right:30px;
	padding-top:15px;
	}
	
#impport_image_title_container
	{
	width:97px;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#990000;
	}
	
#select_box
	{
	width:145px;
	}

/*end import image collection css*/





/*start my slide css*/

#my_slide_body_container
	{
	float:left;
	width:525px;
	height:auto;
	background-color:#eeeeee;
	padding-top:20px;
	}


.my_slide_embed_box
	{
	float:left;
  	border: 1px solid #bac191;
	height:17px;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:1px 4px 15px 0px;
	}	
	
	
#my_slide_collection
	{
	width:450px;
	height:auto;
	clear:both;
	}
	
	
#my_slide_collection p
	{
	padding-bottom:10px;
	
	}

#my_slide_arrange_link_container
	{
	margin:auto;
	width:300px;
	}

#upload_img_container
	{
	/*width:366px;*/
	height:68px;
	float:left;
	}



a.blue_link_txt_normal:link, a.delete_photo:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0261fe;
	text-decoration:none;
	}
	
a.blue_link_txt_normal:visited, a.delete_photo:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0261fe;
	text-decoration:none;
	}
	
a.blue_link_txt_normal:hover, a.delete_photo:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#5c99ff;
	text-decoration:underline;
	}
/*end my slide css*/






/*start registration css*/

#registration_box_container
	{
	width:471px;
	height:auto;
	padding:30px 0px 0px 200px;
	}
	
#registration_top_container
	{
	margin:auto;
	width:auto;
	height:102px;
	background-color:#a70000;
	}

#registration_body_container
	{
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#910000;
	padding:20px 15px 15px 25px; 
	}
	
#registration_logo_container
	{
	float:left;
	width:309px;
	height:56px;
	padding:22px 0px 0px 70px;
	}	
	
#why_slideCity_container
	{
	position:absolute;
	top:150px;
	left:700px;
	}

#already_member_container
	{
	padding:15px 0px 0px 0px;
	text-align:center;
	}
	
#registration_message
	{
	margin:auto;
	width:300px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF66;
	text-align:center;
	}	

	
.registration p
	{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 140px; /*width of left column containing the label elements*/
	height: 1%;
	}

.registration label
	{
	font-weight: normal;
	color:#FFFFFF;
	float: left;
	margin-left: -80px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.registration input[type="text"]
	{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 143px;
	}



/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
	{
	margin-left: 3px;
	}


#signUp_button_container
	{
	padding:10px 0px 0px 255px;
	}
	
#reg_checkbox
	{
	padding-left:177px;
	}	
	
/*end registration css*/



/*start logged home page css*/
#left_add_container
	{
	width:188px;
	height:auto;
	padding-bottom:10px;
	}
	
#slide_presentation_container
	{
	width:316px;
	height:auto;
	float:left;
	}	

#white_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	}
	
.upload_input_box
	{
	width:50px;
	
	}
	
	
#upload_box_container
	{
	width:188px;
	float:left;
	}
	
#make_slide_button_container
	{
	margin-left:50px;
	}
	
#make_slide_box_container
	{
	clear:both;
	width:316px;
	height:auto;
	float:left;
	margin-top:14px;
	}
	
/*end logged home page css*/

/*start photo page css*/

#photo_container
	{
	width:525px;
	height:auto;
	clear:both;
	}
	
.your_photo_container
	{
	width:153px;
	height:auto;
	float:left;
	margin-right:22px;
	margin-top:22px;
	}
	
#your_photo_big_container
	{
	width:321px;
	float:left;
	margin-bottom:20px;
	clear:both;
	}	
	
.your_photo_title_container
	{
	width:auto;
	height:17px;
	float:left;
	background-color:#a70000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#daff00;
	text-align:center;
	margin-bottom:1px;
	padding:0px 5px 0px 5px;
	}
.hover_photo_title_container
	{
	width:auto;
	height:17px;
	float:left;
	background-color:#e9f2b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1e1e1e;
	text-align:center;
	margin-bottom:1px;
	padding:0px 5px 0px 5px;
	}  
  
.your_photo_desc_container
	{
	width:auto;
	height:17px;
	float:left;
	/*background-color:#a70000;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0261fe;
	text-align:center;
	margin-bottom:1px;
	padding:0px 5px 0px 5px;
	}
.hover_photo_desc_container
	{
	width:auto;
	height:17px;
	float:left;
	background-color:#e9f2b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1e1e1e;
	text-align:center;
	margin-bottom:1px;
	padding:0px 5px 0px 5px;
	}    
	
#your_photo_edit_container
	{
	width:auto;
	height:17px;
	float:left;
	background-color:#a70000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#daff00;
	text-align:center;
	margin-bottom:1px;
	padding:0px 5px 0px 5px;
	}	
	
.your_image
	{
	width:153px;
	height:127px;
	float:left;
	}
	
#your_big_image
	{
	width:321px;
	margin-bottom:20px;
	}	
	
.image_txt_container
	{
	width:153px;
	height:auto;
	float:left;
	margin-top:5px;
	}
	
.photo_green_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#b5d400;
	}
.photo_blue_txt
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0261fe;
	}  

#red_big_heading_txt_container
	{
	width:auto;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#a70000;
	padding:0px 0px 0px 20px;
	background:url(../images/bullet_01.png);
	background-repeat:no-repeat;
	position:0 0;
	clear:both;
	}
	
.album_container
	{
	width:88px;
	height:150px;
	margin-left:50px;
	}	
	
#album_thumb
	{
	width:76px;
	height:78px;
	float:left;
	clear:both;
	padding:12px 0px 0px 12px;
	background:url(../images/album_border.gif);
	background-repeat:no-repeat;
	}	
  
#album_thumb img
	{
	width:65px;
	height:67px;
	}	  
	
#album_txt_container
	{
	width:88px;
	height:50px;
	text-align:center;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0059bd;
	}
	
#comment_box
	{
	 height:104px;
	 width:304px;
	 border:1px solid #CCCCCC;
	}	
	
	
#commect_button
	{
	padding-left:200px;
	padding-top:15px;
	}

/*end photo page css*/
