/*
----------------------------------------------------------------------
H&R Block Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
			Linda Nicholson | www.hrblock.com
Updated:    09/11/2008
----------------------------------------------------------------------*/


.start_button {
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/btn_start_free_black.png');
    background-repeat:no-repeat;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.start_button[class] {
    background: url(/images/btn_start_free_black.png) no-repeat;
}

/* Containers
#mainContent {
	width:950px;
    padding:0;
}
------------------------------------------------------------------*/


/* Pods
------------------------------------------------------------------*/
/*.pod_full_page {
    width:950px;
    border:0;
}

*/
.pod_full_page {
    width:950px;
    border:0;
}

.pod_full_page .content {  
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    margin-top:0;
    padding:0;
}

.pod_full_page .content_area {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0;
	margin-bottom:0;
	overflow:auto;
}


/* Local Styles
------------------------------------------------------------------*/
.product_heading {
	font-size:14px;
	font-weight:bold;
}
