#uSwitch_email {
	width: 580px;
	height: 165px;
	background: url('uSwitch_TR_IP5_BG.jpg') no-repeat 0 0 #000;
	color: #FFFFFF;
	font-family: "Helvetia Neue", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	position: relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#uSwitch_corner {
	width: 125px;
	height: 73px;
	background: url('uSwitch_TR_Corner.png') no-repeat 0 0 transparent;
	position: absolute;
	top: 0;
	right: 0;
}

#uSwitch_content {
	width: 380px;
	padding: 35px 0 0 125px;
}

#uSwitch_title {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#uSwitch_copy {
	margin: 0;
	color: #CCCCCC;
}

#uSwitch_form {
	width: 382px;
	position: absolute;
	left: 20px;
	bottom: 5px;
}

#uSwitch_content input {
    clear: left;
    margin-top: 15px;
    padding: 2px;
    position: relative;
    width: 260px;
    z-index: 20;
}

#uSwitch_content button {
    float: right;
    margin: -26px 0 0 -20px;
    position: relative;
    top: 1px;
    z-index: 22;
	-moz-box-shadow:inset 1px 10px 0 #FF0033, 1px 1px 2px #333;
	-webkit-box-shadow:inset 1px 10px 0 #FF0033, 1px 1px 2px #333;
	box-shadow:inset 1px 10px 0 #FF0033, 1px 1px 2px #333;
	background: -moz-linear-gradient(top, #FF0033, #D3042E);
	background: -webkit-gradient(linear, center top, center bottom, from(#FF0033), to(#D3042E));
	background: linear-gradient(top, #FF0033, #D3042E);
	-pie-background: linear-gradient(#FF0033, #D3042E);
    color: #FFFFFF !important;
    border-radius: 23px 23px 23px 23px;
    font-size: 18px;
    padding: 2px 20px 5px;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    
    border: 0 none;
    color: inherit !important;
    overflow: visible;
    
    behavior: url(http://www.uswitch.com/mobiles/PIE.htc);
}

#uSwitch_content button:hover {
	-moz-box-shadow:inset 1px 10px 1px #FF0033, 1px 1px 1px #333, -2px -2px 0 1px #ff0, 2px -2px 0 1px #ff0, -2px 2px 0 1px #ff0, 2px 2px 0 1px #ff0;
	-webkit-box-shadow:inset 1px 10px 1px #FF0033, 1px 1px 1px #333, -2px -2px 0 1px #ff0, 2px -2px 0 1px #ff0, -2px 2px 0 1px #ff0, 2px 2px 0 1px #ff0;
	box-shadow:inset 1px 10px 1px #FF0033, 1px 1px 1px #333, -2px -2px 0 1px #ff0, 2px -2px 0 1px #ff0, -2px 2px 0 1px #ff0, 2px 2px 0 1px #ff0;
}
 
#uSwitch_content button:active {
	-moz-box-shadow:inset 1px 2px 2px #84021E, -2px -2px 1px 1px #ff0, 2px -2px 1px 1px #ff0, -2px 2px 1px 1px #ff0, 2px 2px 1px 1px #ff0;
	-webkit-box-shadow:inset 1px 2px 2px #84021E, -2px -2px 1px 1px #ff0, 2px -2px 1px 1px #ff0, -2px 2px 1px 1px #ff0, 2px 2px 1px 1px #ff0;
	box-shadow:inset 1px 2px 2px #84021E, -2px -2px 1px 1px #ff0, 2px -2px 1px 1px #ff0, -2px 2px 1px 1px #ff0, 2px 2px 1px 1px #ff0;
}

#uSwitch_corner .stretched {
    background: none repeat scroll 0 0 transparent !important;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 10;
}