/* Subscribe button - watch page */

.subButton b {
	float: left;
	display: block;
	position: relative;
	margin: 0 1px 3px 0;
	border: solid #D70;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background: #F90 url(../img/btn_gradient_orange_1x23.png) repeat-x 0 0;
	}

.subButton:hover b { border-color: #930; color: #000; }

.subButton b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
	}

.subButton b b b {
	margin: 0;
	padding: .2em .5em .1em;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	}
	


/* Profile buttons */

.profileUnsubButton b {
	float: left;
	display: block;
	position: relative;
	margin: 0 1px 3px 0;
	border: solid #CCC;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background: #EEE url(../img/btn_gradient_grey_1x23.png) repeat-x 0 0;
	}

.profileUnsubButton:hover b { border-color: #666; color: #000; }

.profileUnsubButton b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
	}

.profileUnsubButton b b b {
	margin: 0;
	padding: .2em .5em .1em;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #222;
	}

.editButton b {
	float: left;
	display: block;
	position: relative;
	margin: 0 1px 3px 0;
	border: solid #D70;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background: #F90 url(../img/btn_gradient_orange_1x23.png) repeat-x 0 0;
	}

.editButton:hover b { border-color: #930; color: #000; }

.editButton b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
	}

.editButton b b b {
	margin: 0;
	padding: .1em .5em .0em;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	}

/* Upload upsell buttons */

.uploadButton {
	float: left;
	margin: 6 0px;
	white-space: nowrap;
	text-align: left;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	outline: none;

	}

.uploadButton b {
	display: block;
	position: relative;
	margin: 0 1px;
	border: solid #CCC;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background: #EEE url(../img/btn_gradient_grey_1x23.png) repeat-x 0 0;
	}

.uploadButton:hover b { border-color: #666; color: #000; }

.uploadButton b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
	}

.uploadButton b b b {
	margin: 0;
	padding: .1em .5em .2em;
	color: #666;
	border-width: 0;
	cursor: pointer;
	}

/* post-upload buttons */

.optionButton {
	float: left;
	margin: 6 0px;
	white-space: nowrap;
	text-align: left;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	outline: none;

	}

.optionButton b {
	display: block;
	position: relative;
	margin: 0 1px;
	border: solid #CCC;
  	border-width: 1px 0;
	padding: 0;
  	font-weight: normal;
	background: #EEE url(../img/btn_gradient_grey_1x23.png) repeat-x 0 0;
	}

.optionButton:hover b { border-color: #666; color: #000; }

.optionButton b b {
	background: none;
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
	}

.optionButton b b b {
	margin: 0;
	padding: .1em .5em .2em;
	color: #666;
	border-width: 0;
	cursor: pointer;
	}