/* All tags for main base styling */

body {
	text-align:center;
	background: #dddddd url(../images/header_bg.gif) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	}

	
p {
	padding:0;
	margin:0 0 10px 0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#ffffff;
	}
	
strong {
	font-weight:bold;
	color:#c8e6f0;
	}
	
a {
	color:#c8e6f0;
	text-decoration:none;
	}
	
a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
	
label {
	padding:0;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:#ffffff;
}

h1 {
	padding:0;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color:#50a0be;
	}
	
.bluetxt {
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#50a0be;
	}
	
li {
	padding:0;
	margin:0 0 10px 0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#666666;
	}

/* container to keep all centred */

#container {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
	
/* All header elements */
	
#header_left {
	float:left;
	width:390px;
	height:90px;
	padding:0px;
	margin:0px;
}

#header_right {
	float:left;
	background: url(../images/header_login.gif) no-repeat;
	height:66px;
	width:390px;
	padding:12px 0px 12px 0px;
	margin:0;
	vertical-align:top;
}

/* Login and logout panels and elements */



#login_panel #top_left {
	margin:0px;
	padding:0px 0px 0px 120px;
	float:left;
	text-align:left;
	font-size:10px;
	width:240px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:120px; /* Actual Value */
	}
	
html>body #login_panel #top_left {
	width:120px;
	}

	
#login_panel #top_right {
	padding:0px 20px 0px 10px;
	margin:0px;
	float:left;
	text-align:left;
	width:150px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:120px; /* Actual Value */
	}
	
html>body #login_panel #top_right {
	width:120px;
	}

#login_panel #bottom_left{
	padding:5px 10px 0px 20px;
	text-align:left;
	float:left;
	width:300px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:270px; /* Actual Value */
	}
	
html>body #login_panel #bottom_left{
	width:270px;
	}
	
#login_panel #bottom_right{
	padding:3px 10px 0px 0px;
	float:left;
	text-align:right;
	width:80px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:70px; /* Actual Value */
	}
	
html>body #login_panel #bottom_right{
	width:70px;
	}
	
#logout{
	padding:10px 0 0 0;
	float:right;
	}

	
#login_panel #top_left input {
	width:110px;
	padding:0px;
	margin:0px;
	float:left;
	}

#login_panel #top_right input {
	width:115px;
	padding:0px;
	margin:0px;
	float:left;
	}
	
#login_panel p{
	padding:3px 0 0 0;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	color:#ffffff;
	margin:0;
}

#login_panel p strong{
	padding:0;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	color:#c8e6f0;
	margin:0;
}

/* White panel */

#panel_white_top {
	background: #dddddd url(../images/panel_white_top.gif) bottom center no-repeat;
	height:15px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}

#panel_white_middle {
	padding:0 20px;
	margin:0;
	background: #ffffff url(../images/panel_white_middle.gif) top center repeat-y;
	float:left;
	width:780px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:740px; /* Actual Value */
	}
	
html>body #panel_white_middle{
	width:740px;
	}
	
#panel_white_middle_left{
	padding:0 10px 0 0;
	float:left;
	width:370px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:360px; /* Actual Value */
	}
	
html>body #panel_white_middle_left{
	width:360px;
	}

	
#panel_white_middle_right{
	padding:0 0 0 10px;
	float:left;
	width:370px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:360px; /* Actual Value */
	}
	
html>body #panel_white_middle_right{
	width:360px;
	}
	
#panel_white_middle_right img{
	border:0;
	}
	
	
#panel_white_bottom {
	background: #dddddd url(../images/panel_white_bottom.gif) top center no-repeat;
	height:20px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_white_middle p{
	padding:10px 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#999999;
	}
	
#panel_white_middle p strong{
	padding:5px 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#50a0be;
	}
	
#panel_white_middle a {
	color:#50a0be;
	text-decoration:none;
	}
	
#panel_white_middle a:hover {
	color:#64c8dc;
	text-decoration:none;
	}
	
#panel_white_middle #error{
	padding:8px 6px 8px 30px;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#999999;
	background: url(../images/error_white.gif) left no-repeat;
	}
	
#panel_white_create_tabs {
	background: #dddddd url(../images/create_tabs.gif) bottom center no-repeat;
	height:40px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_white_home_tabs {
	background: #dddddd url(../images/home_tabs.gif) bottom center no-repeat;
	height:40px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
/* Blue panel */

#panel_blue_top {
	background: #dddddd url(../images/panel_blue_top.gif) bottom center no-repeat;
	height:15px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}

#panel_blue_middle {
	padding:0 10px 0 20px;
	margin:0;
	background: #ffffff url(../images/panel_blue_middle.gif) top center repeat-y;
	clear:both;
	width:780px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:750px; /* Actual Value */
	}
	
html>body #panel_blue_middle{
	width:750px;
	}
	
#panel_blue_middle_login {
	padding:0 20px;
	margin:0;
	background: #ffffff url(../images/panel_blue_middle.gif) top center repeat-y;
	float:left;
	}

	
#panel_blue_middle_left{
	width:360px;
	padding:0 10px 0 0;
	float:left;
	}
	
#panel_blue_middle_right{
	width:360px;
	padding:0 0 0 10px;
	float:left;
	}
	
#panel_blue_bottom {
	background: #dddddd url(../images/panel_blue_bottom.gif) top center no-repeat;
	height:20px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_blue_middle p, #panel_blue_middle_login p{
	padding:10px 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#ffffff;
	}
	
#panel_blue_middle p strong, #panel_blue_middle_login p strong{
	padding:5px 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#50a0be;
	}
	
#panel_blue_create_tabs {
	background: #dddddd url(../images/my_tabs.gif) bottom center no-repeat;
	height:40px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
/* Homepage extra panels and contained elements*/

	
#panel_home_extras_top {
	background: #dddddd url(../images/panel_home_extras_top.gif) bottom center no-repeat;
	height:15px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}

#panel_home_extras_middle {
	width:780px;
	float:left;
	padding:0px;
	background: url(../images/panel_home_extras_middle.gif) top left repeat-y;
	}
	
#panel_home_extras_bottom {
	background: #dddddd url(../images/panel_home_extras_bottom.gif) top center no-repeat;
	height:21px;
	width:780px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#home_thumbs {
	width:520px;
	padding:0px 0 0 20px;
	float:left;
	}
	
#home_banner {
	width:220px;
	padding:0 0 0 0px;
	float:left;
	text-align:center;
	}

#home_banner img, #home_banner a img  {
	/* border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:10px solid #ffffff; */
	margin:0 0 0 8px;
	text-align:center;
	}
	

	
#home_thumbs img, #thumbs a img, #thumb img {
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:0 9px 9px 0;
	}

#home_thumbs a:hover img, #thumb a:hover img {
	border-top:1px solid #50a0be;
	border-left:1px solid #50a0be;
	border-right:1px solid #50a0be;
	border-bottom:1px solid #50a0be;
	margin:0 9px 9px 0;
	}

/* form panels */
	
#panel_form_blue_top{
	background: url(../images/panel_form_blue_top.gif) bottom center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_form_blueonwhite_top{
	background: url(../images/panel_form_blueonwhite_top.gif) bottom center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}


#panel_form_blue_middle{
	background: #50a0be;
	padding:0 10px;
	margin:0;
	clear:both;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:340px; /* Actual Value */
	}
	
html>body #panel_form_blue_middle{
	width:340px;
	}
	
#panel_form_blue_middle #error{
	padding:6px 6px 6px 30px;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	background: url(../images/error_mid_blue.gif) left no-repeat;
	}

#panel_form_blue_bottom{
	background: url(../images/panel_form_blue_bottom.gif) top center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_form_blueonwhite_bottom{
	background: url(../images/panel_form_blueonwhite_bottom.gif) top center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}

#panel_form_grey_top{
	background: url(../images/panel_form_grey_top.gif) bottom center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_form_greyonwhite_top{
	background: url(../images/panel_form_greyonwhite_top.gif) bottom center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}

#panel_form_grey_middle{
	background: #dddddd;
	padding:0 10px;
	margin:0;
	clear:both;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:340px; /* Actual Value */
	}
	
html>body #panel_form_grey_middle{
	width:340px;
	}
	
#panel_form_grey_middle #error{
	padding:6px 6px 6px 30px;
	margin:0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#666666;
	background: url(../images/error_grey.gif) left no-repeat;
	}

#panel_form_grey_bottom{
	background: url(../images/panel_form_grey_bottom.gif) top center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_form_greyonwhite_bottom{
	background: url(../images/panel_form_greyonwhite_bottom.gif) top center no-repeat;
	height:10px;
	width:360px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#panel_form_wide_blue_top{
	background: #ffffff url(../images/panel_form_wide_blue_top.gif) bottom center no-repeat;
	height:10px;
	width:740px;
	padding:10px 0 0 0;
	margin:0;
	clear:both;
	}

#panel_form_wide_blue_middle{
	background: #50a0be;
	padding:0 10px;
	margin:0;
	float:left;
	width:740px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:720px; /* Actual Value */
	}
	
html>body #panel_form_wide_blue_middle{
	width:720px;
	}

#panel_form_wide_blue_middle p, #panel_form_wide_blue_middle a:hover{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#c8e6f0;
	padding:5px 0;
	margin:0;
}

#panel_form_wide_blue_middle p strong, #panel_form_wide_blue_middle a{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#ffffff;
	padding:0;
	margin:5px 0;
}

#panel_form_wide_blue_middle #error{
	padding:6px 6px 6px 30px;
	margin:5px 0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#ffffff;
	background: url(../images/error_mid_blue.gif) left no-repeat;
}

#panel_form_grey_middle p{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color:#50a0be;
	padding:5px 0;
	margin:0;
}

#panel_form_wide_blue_middle p#subtitle_addition{
	padding:0 0 10px 0;
	margin:0;
	}
	
#panel_form_wide_blue_middle img{
	border:0;
}

#panel_form_wide_blue_bottom{
	background: #ffffff url(../images/panel_form_wide_blue_bottom.gif) top center no-repeat;
	height:10px;
	width:740px;
	padding:0;
	margin:0;
	clear:both;
	}
	
	
#panel_form_wide_grey_top{
	background: #ffffff url(../images/panel_form_wide_grey_top.gif) bottom center no-repeat;
	height:10px;
	width:740px;
	padding:10px 0 0 0;
	margin:0;
	clear:both;
	}

#panel_form_wide_grey_middle{
	background: #dddddd;
	width:720px;
	padding:0 10px;
	margin:0;
	float:left;
	}
	
#panel_form_wide_grey_bottom{
	background: #ffffff url(../images/panel_form_wide_grey_bottom.gif) top center no-repeat;
	height:10px;
	width:740px;
	padding:0;
	margin:0;
	clear:both;
	}


/* footer formatting */

#footer {
	width:780px;
	padding:10px 0px;
	text-align:center;
}

#footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
#footer li {
	display:inline;
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

#footer a.last {
	border:0px;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding: 0px 6px 0px 2px;
}

#footer a:hover.last {
	border:0px;
	font-size:10px;
	color:#50a0be;
	text-decoration:none;
	padding: 0px 6px 0px 2px;
}

#footer a{
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding: 0px 6px 0px 2px;
	border-right:1px solid #ffffff;
}


#footer a:hover{
	font-size:10px;
	color:#50a0be;
	text-decoration:none;
	padding: 0px 6px 0px 2px;
	border-right:1px solid #ffffff;
}


#copyright {
	width:780px;
	padding:2px 0px;
	text-align:center;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

#copyright strong{
	padding:2px 0px;
	text-align:center;
	font-size:10px;
	color:#50a0be;
	text-decoration:none;
}


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

/* Create_03 send info form layout */

#create_leftcol{
	padding:0 10px 0 0;
	float:left;
	width:180px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:170px; /* Actual Value */
	}
	
html>body #create_leftcol{
	width:170px;
	}

#create_rightcol{
	padding:0 0 0 10px;
	background: url(../images/divider_v.gif) top left repeat-y;
	float:left;
	width:540px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:530px; /* Actual Value */
	}
	
html>body #create_rightcol{
	width:530px;
	}

#create_rightcol #error{
	padding:6px 6px 6px 30px;
	margin:5px 0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#ffffff;
	background: url(../images/error_mid_blue.gif) left no-repeat;
	}
	

#create_rightcol_1{
	width:260px;
	padding:0;
	float:left;
}

#create_rightcol_2{
	padding:0 0 0 10px;
	float:left;
	width:270px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:260px; /* Actual Value */
	}
	
html>body #create_rightcol_2{
	width:260px;
	}

#sendbsnap input{
        display: block;
        width: 250px;
		color:#666666;
		font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
}

#sendbsnap textarea{
        display: block;
        width: 250px;
		height:157px;
		color:#666666;
		font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
}

#sendbutton{
	 	display: block;
       	width: 520px;
		text-align:right;
		vertical-align:middle;
		padding:0;
		margin:0;
}

#sendbsnap input#email {
        display: block;
        width: 234px;
		float:left;
}

#sendbsnap input#intro {
        display: block;
        width: 14px;
		line-height:20px;
        margin-right:4px;
		float:left;
		vertical-align:middle;
}

#sendbsnap select{
	width:220px;
}

#sendbsnap label {
		width:250px;
		display: block;
		font-size:11px;
		font-weight:normal;
		color:#c8e6f0;
		clear:both;
}

#sendbsnap label#email_label {
		display: block;
		font-size:11px;
		width:10px;
		text-align:right;
		padding:0 4px 0 0;
		font-weight:normal;
		color:#c8e6f0;
		float:left;
}

#sendbsnap input#checkbox {
		display:block;
		width:14px;
		margin-right:4px;
		float:left;
}

/* #sendbsnap input#radio {
		display:block;
		width:16px;
		height:16px;
		padding:0 4px 0 0;
		margin:0 4px 0 0;
		float:left;
} */


#sendbsnap p#checkbox_label,#sendbsnap p#checkbox_label a:hover {
		display:inline;
		height:24px;
		line-height:20px;
		font-size:11px;
		padding:0;
		font-weight:normal;
		vertical-align:middle;
		color:#c8e6f0;
}

#sendbsnap p#checkbox_label a{
		display:inline;
		height:24px;
		line-height:20px;
		font-size:11px;
		padding:0;
		font-weight:normal;
		vertical-align:middle;
		color:#ffffff;
}



#blogthis input#pixels{
        display: inline;
        width: 40px;
		color:#666666;
		font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
}

#blogthis textarea#code{
        display: block;
        width: 520px;
		height:160px;
		color:#666666;
		font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
}

#bubblesnapthis textarea{
        display: block;
        width: 350px;
		height:100px;
		color:#666666;
		font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
}

/* Display info layout */

#display_leftcol{
	text-align:left;
	padding:0 10px 0 0;
	float:left;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:350px; /* Actual Value */
	}
	
html>body #display_leftcol{
	width:350px;
	}


#display_rightcol{
	padding:0 0 0 10px;
	background: url(../images/divider_v.gif) top left repeat-y;
	text-align:left;
	float:left;
	margin:0;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:350px; /* Actual Value */
	}
	
html>body #display_rightcol{
	width:350px;
	}

/*#display_rightcol img{
	display:inline;
	padding:0;
	margin:5px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}*/



/* --------------------------------------------------t */


#login_main input {
        display: block;
        width: 230px;
		float:left;
}

#login_main #submit {
        display: block;
        width: 60px;
		float:left;
}


#login_main #forgotten {
		display: block;
        width: 280px;
		float:left;
}

#login_main label {
		display: block;
        text-align: right;
        width: 90px;
		float:left;
		padding:8px 10px 8px 0;
		font-size:11px;
		line-height:13px;
		font-weight:normal;
		color:#ffffff;
}

#login_main p {
		font-size:11px;
		line-height:13px;
		font-weight:normal;
		color:#ffffff;
}


#login_main br {
        clear: both;
}


#register input, #register select, #contact input, #contact select {
        display: block;
        width: 200px;
		float:left;
		margin-top:4px;
}

#contact textarea {
        display: block;
        width: 338px;
		float:left;
		margin:6px 0;
		padding:0;
}

#register input#radio {
        display: block;
        width: 12px;
		float:left;
		margin-top:6px;
		vertical-align:middle;
}

#register p#radio_label{
		display: block;
		float:left;
		font-size:11px;
		line-height:14px;
		vertical-align:middle;
		font-weight:normal;
		color:#666666;
		padding:4px 3px 4px 6px;
		margin-top:3px;
}


#register label, #contact label {
		display: block;
		float:left;
        text-align: right;
        width: 120px;
		padding:4px 10px 4px 0;
		font-size:11px;
		font-weight:normal;
		color:#666666;
}

#register label strong, #contact label strong {
		color:#50a0be;
		font-weight:normal;
}

#register p, #contact p {
		padding:8px 0 8px 0;
		font-size:10px;
		line-height:12px;
		font-weight:normal;
		color:#50a0be;
}

#register input#checkbox {
        display: block;
        width: 14px;
		float:right;
		margin-top:10px;
		margin-right:5px;
		vertical-align:middle;
}

#register p#checkbox_label {
		display: block;
		float:left;
		width: 310px;
		text-align: right;
		padding:8px 0 8px 0;
		font-size:10px;
		line-height:12px;
		font-weight:normal;
		color:#50a0be;
		vertical-align:text-bottom;
}

#register input#submit, #contact input#submit {
        display: block;
		float:right;
		width:340px;
		text-align:center;
}

#register br, #contact br {
        clear: both;
}

/* My Bubblensnaps layout and config */

#mybs_header_left{
	width:240px;
	float:left;
	padding:0;
	margin:0;
	}
	
#mybs_header_left p{
	padding:0 0 8px 0;
	color:#FFFFFF;
	}
	
#mybs_header_left p strong{
	color:#c8e6f0;
	}
	
#mybs_header_right p{
	padding:0 0 8px 0;
	color:#FFFFFF;
	text-align:center;
	}
	
#mybs_header_right p strong{
	color:#c8e6f0;
	}

	
#mybs_header_right{
	width:500px;
	float:left;
	padding:0;
	margin:0;
	}
	
#mybs_panel_top{
	background:  url(../images/panel_mybs_top.gif) bottom center no-repeat;
	height:10px;
	width:500px;
	padding:0;
	margin:0;
	float:left;
	}

#mybs_panel_middle{
	background: #2a7da5;
	padding:0 10px;
	margin:0;
	float:left;
	width:500px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:480px; /* Actual Value */
	}
	
html>body #mybs_panel_middle{
	width:480px;
	}
	
#mybs_panel_bottom{
	background: url(../images/panel_mybs_bottom.gif) top center no-repeat;
	height:10px;
	width:500px;
	padding:0;
	margin:0;
	float:left;
	}
	
#my_thumbs td#thumb{
	width:125px;
	height:125px;
	margin:0;
	padding:0;
	border:0;
	background: url(../images/thumb_bg.gif) top left no-repeat;
}

#my_thumbs td#buttons{
	width:125px;
	margin:0;
	padding:0;
	border:0;
}

#my_thumbs td#title{
	width:125px;
	margin:0;
	padding:6px 4px;
	border:0;
	color:#c8e6f0;
	font-size:10px;
}

#subfooter p{
	padding:8px 0 0 0;
	margin:0;
	font-size:9px;
	text-align:center;
	line-height:11px;
	font-weight:normal;
	color:#666666;
	}
	
#subfooter a{
	padding:8px 0 0 0;
	margin:0;
	font-size:9px;
	text-align:center;
	line-height:11px;
	font-weight:normal;
	color:#50a0be;
	}
	
#subfooter a:hover{
	padding:8px 0 0 0;
	margin:0;
	font-size:9px;
	text-align:center;
	line-height:11px;
	font-weight:normal;
	color:#666666;
	}
	
#panel_form_grey_middle img{
		border:#dddddd solid 5px;
	}

#panel_form_grey_middle a img{
			border:#c6c6c6 solid 5px;
	}
	
#panel_form_grey_middle a:hover img{
				border:#50a0be solid 5px;
	}
	
