/**
 * This is the styling for the signup.html page 
 */

.signup {
    margin: 0px auto;
    background-color: transparent;
    padding: 10px 20px 20px 20px;
    text-align: center;
}

#main {
    padding-left: 30px;
}

#smallBoxBasic, #g2Team {
    position: absolute;
    top: 20px;
}

#g2 {
    position: absolute;
    left: 260px;
}

#g2 img.signupBtn {
    position: absolute;
    bottom: 28px;
    left: 97px;
}

#g2 img.trial {
    position: absolute;
    bottom: 68px;
    left: 88px;
}

.smallbox {
    height: 345px;
}

.smallbox img.signupBtn {
    position: absolute;
    bottom: 20px;
    left: 83px;
}

img.trial {
    padding-top: 15px;
}

.smallbox ul {
    margin: 0px;
    padding: 0px;
}

.bigbox {
    z-index: 100;
}

#g2Team {
    position: absolute;
    left: 554px;
}

.signup h1 {
    margin: 0 auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #81ba2b;
    font-size: 26px;
}

.signup h2 {
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.signup h3 {
    color: gray;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
}

.bigbox ul, .smallbox ul {
    line-height: 30px;
    list-style-type: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.bigbox li strong {
    color: #1D2A39;
}

.smallbox {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    background-color: #f3f3f3;
    text-align: center;
    float: left;
    padding: 8px 10px 10px;
    width: 240px;
}

.bigbox {
    background-color: #FFFFFF;
    border: 3px solid #81ba2b;
    float: left;
    height: 380px;
    padding: 8px 10px 10px;
    text-align: center;
    width: 270px;
}

.wrapper {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 30px;
    position: relative;
    height: 430px;
    text-align: center;
}

.signupfaq {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 33px;
    background-color: white;
    clear: both;
    margin: 30px 0 30px;
    text-align: left;
    border-width: 2px;
    border-style: solid;
    border-color: #81ba2b;
    width: 700px;
}

.signupfaq h3 {
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 2px;
    padding: 0;
}

.signupfaqrightcolumn {
    float: right;
    padding-left: 0;
    text-align: left;
    width: 400px;
}

.signupfaqlefttcolumn {
    float: left;
    padding-left: 0;
    text-align: left;
    width: 400px;
}

.signupfullcolumn {
    text-align: center;
    width: 900px;
}

.g2head {
    width: 600px;
    margin: auto;
    text-align: center;
}

.infopages li ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.signup #faq {
    border-top: 1px solid #81BA2B;
    margin: 0px auto;
    background: url( '../images/faqbg.gif' ) repeat-x;
    margin-left: 30px;
    width: 820px;
}

#faqLeft, #faqRight {
    width: 360px;
    float: left;
    text-align: justify;
    padding: 20px;
}

#signupPants {
	margin-bottom: 20px;
}

#webinar {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #5DA600;
}

#container #main .content { /* this is meant to override all.css content for signup jsps, whose width was not large enough */
	width:800px;
}
