/*******************************************************************************
* Header
*******************************************************************************/
#actnow{
    background: url(../images/actnow/content-bg.png) repeat-x top left;
}

#content .inner{
    background: none !important;
}
#actnow-top{
    position: relative;
    background: url(../images/actnow/content-top.png) no-repeat top left;
    width:940px;
    height: 280px;
    padding-top:334px;
}
/*******************************************************************************
* Main
*******************************************************************************/
#actnow-top ul{
    list-style: none;
    margin:0;
    padding:0 0 0 30px;
    float: left;
    width:630px;
    position: relative;
}

* html #actnow-top ul{
    width:640px
}

    #actnow-top ul li{
        width: 630px;
        float: left;
    }

    #actnow-top ul li.actnow-quote {
        width:197px;
    }
        #actnow-top ul li.actnow-quote p{
            color:#9b9b9b;
            font-size:1.5em;
            line-height: 1.3em;
            text-align: justify;
            font-style: italic;
        }
    
    #actnow-top ul li.short{
        width:433px;
    }
        #actnow-top ul li.short p{
            padding: 0 0 1em 30px;
        }
    
#actnow-top p{
    color:#000;
    font-size: 1.2em;
    line-height: 1.5em;
}
    #actnow-top p.strong{
        font-weight: bold;
    }

#request-review {
    background:transparent url(../images/actnow/actnow-request-a-review.gif) no-repeat scroll 0 0;
    height:53px;
    width: 588px;
    display: block;
    position: absolute;
    top:239px;
    right:13px;
    text-indent: -500em;
    text-align: left;
}
/*******************************************************************************
* Bottom content
*******************************************************************************/

#whats-included {
    float:left;
    width:700px;
    padding:0;
    margin:0;
}

    #whats-included h2{
        color:#d30000;
        margin-bottom: 1em;
        padding-left:30px;
    }

    #whats-included ul{
        margin:0;
        padding-left: 250px;
        padding-right: 30px;
        height: 500px;
        background: url('../images/actnow/arrow-right.png') no-repeat left top;
    }
        #whats-included ul li{
            color: #000;
            list-style-image: url('../images/actnow/li-bg.gif');
            padding-left:5px;
            padding-bottom: 10px;
            font-size: 1.2em;
        }
/*******************************************************************************
* Form
*******************************************************************************/

form#review-request{
    padding: 0px 0 0 35px;
    margin:0;
}

form#review-request fieldset{
    	float: left;
	clear: left;
	width: 100%;
        margin: 0 0 0 0;
	padding: 0;
        border:none;
        position: relative;
}

    form#review-request fieldset legend{
        text-indent: -500em;
        text-align: left;
    }

.right {
    background:transparent url(../images/actnow/form-bg.png) no-repeat scroll 0 0;
    color:#6b6b6b;
    float:left;
    height:579px;
    padding:0;
    margin:0;
    position:relative;
    width:240px;
}

.right h2 {
	text-align: left;
	margin: 5px 0 20px 0;
	font-size: 1.1em;
        padding:29px 0 0 45px;
}

	.right .field {
		margin: 0 0 10px 0;
		width: 170px;
	}

	.right label {
		display: block;
		width: 150px;
                clear:left;
		margin: 0 10px 0 0;
	}

	.right label.error,
	.right .error {
		color: #FF0000;
	}

	.right .text-input {
		float: left;
		border: 0;
		padding: 2px;
		width: 141px;
		height: 14px;
		background: transparent url(../images/actnow/text-bg.gif) repeat-x 0 0;
                border-right: 1px solid #dcdcdc;
                border-left: 1px solid #dcdcdc;
                color:#6c6c6c;
	}

	.right .checkbox-list {
		margin: 10px 0 0 0;
                width:170px;
	}

		.right .checkbox-list strong {
			margin: 0 0 10px 0;
			display: block;
		}

		.right .checkbox {
			float: left;
			width: 120px;
			margin: 0 0 5px 0;
			color: #FFF;
                        position: relative;
		}
			.right .checkbox input {
				margin: 0 5px 5px 0;
                                float: left;
			}

                       .right .checkbox label{
                            clear: none;
                            position: absolute;
                            top:0;
                            left:30px;
                            color:#6c6c6c;
                        }

	.right .submit {
            bottom:15px;
            clear:both;
            height:46px;
            left:11px;
            margin:10px 0 0 -7px;
            width:186px;
	}

.jquery-checkbox img {
	background: transparent url(../images/actnow/checkbox.gif) no-repeat scroll 0 0;
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 5px;
	text-indent: -9999px;
}

.jquery-checkbox-checked img {
	background-position: 0 -17px;
}

/*******************************************************************************
* Footer
*******************************************************************************/

#actnow-footer {
	height: 80px;
	margin: 0 auto;
	padding-top:60px;
	background: url(../images/actnow/footer-bg.png) repeat-x bottom left;
}

#actnow-footer ul {
        width: 517px;
	margin: 0 auto;
	color: #272727;
	list-style: none;
	text-align: center;
}

	#actnow-footer ul li {
		margin: 0 0 5px 0;
	}
	

