@media all{
/* ==== WARNING ==== Please see readme.txt before you even think about changing anything in here! */

.stdButton {
	border:1px solid #000;
	background:#fff;
	padding:0 10px;
	text-transform:uppercase;
	color:#ed1c24;
	font-weight:700;
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	/*height:20px;*/
	margin:0 8px 0 0px;
	cursor:pointer;
	}

.stdButton:hover {
	background:#ed1c24;
	color:#fff;
	text-decoration:none;
}

input.sendEmailButton {
	cursor:pointer;
	float: left;
	}
	
input.cancelButton {
	cursor:pointer;
	float: left;
	}
	
input.commentButton {
	display: inline-block;
	margin:0 0 0 85px;
	cursor:pointer;
	}

.playVideoButton {
	margin:15px 0 0 0;
	display:inline-block;
	float:left;
}

input.resendButton {
	margin:5px 0 0 155px;
	}
	

/* prweek drop shadow buttons */	

.shadowButtonMultiWrapper{
	clear:both;
	}
	
.shadowButtonMultiWrapper div.left {
	width:180px;
	}

.shadowButtonType1 a,
.shadowButtonType2 a,
.shadowButtonType3 a,
.shadowButtonType4 a {
	border:1px solid #000;
	background:#fff;
	padding:0 5px;
	text-transform:uppercase;
	color:#ed1c24;
	font-weight:700;
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	/*height:20px;*/
	cursor:pointer;
	display: inline-block;
	text-decoration:none;
	}
	
.shadowButtonType1 a:hover,	
.shadowButtonType2 a:hover,	
.shadowButtonType3 a:hover,	
.shadowButtonType4 a:hover {
	background:#ed1c24;
	color:#fff;
	text-decoration: none;
		}	
}
