#content_medium {
	width:80%;
	padding-right:13px;
	margin: 0px auto;
}
.warranty{
    color: #444;
    font-size: 14px;
    line-height: 1.2em;
}
.teaser_title {
    border-bottom: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    padding-top: 0px;
    font-weight: bold;
    font-size: 36px;
    color: #75191b;
    width: auto;
	letter-spacing: -1px;
	line-height: 1em;
	background: none;
	display: block;
	float: none;
	padding-top: 10px;
	margin-bottom: 20px;
}
#reqNote {
    display: block;
    margin: 0 10px;
}
.neutral_panel {
    background-color: #e0e0e0;
    padding: 15px;
    margin-bottom: 15px;
}
.warranty fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.warranty legend {
    color: #fff;
    background-color: #444;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
    width: 97.6%;
    margin: 0 0 20px;
}
.warranty form label, .warranty form #select_date, .warranty form fieldset fieldset {
    float: left;
    width: 29.6%;
    margin: 0 3% 3px 0;
}
.warranty form input[type="text"], .warranty form select, .warranty form fieldset fieldset div, .dealer-checkout textarea {
    color: #444;
    line-height: 24px;
    border: 1px solid #929292;
    border-radius: 3px;
    height: 24px;
    width: 96.2%;
    padding: 1px 4px;
    margin: 5px 0 12px;
}
.warranty form label#address {
    width: 33.2%;
    margin-right: 2.5%;
}
.clear {
    height: 0;
    clear: both;
    zoom: 1;
}
.warranty #continue {
    margin-right: 45px;
}
#continue{
    border: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    float: right;
    margin-right: 20px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    background-color: #75191B;
    outline: none;
    font-weight: bold;
}
#continue:after{
	left: 100%;
	border-left-width: 17px;
	border-left-color: #75191B;
	border-left-color:rgba(117,25,27,100);
    
}
#continue:hover {background-color: #b73c34;}
#continue:hover:after, #continue:active:after{border-left-color: #b73c34;}
#continue:active {
	color: #FFF;
	background-color: #b73c34;
}
#continue:before {
    content: '';
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left-color: #75191B;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -17px;
}
#continue:hover:before {
    content: '';
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left-color: #b73c34;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -17px;
}