
.try { 
    width: 93px;
    height: 31px;
    background-position: -30px -156px;
}
.try:hover {
    background-position: -30px -187px;
}
.try:active {
    background-position: -30px -218px;
}
.white {
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

.share_icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url(socialicons.png) no-repeat top left;
}

#share_list {
    height: 16px;
    width: 171px;
    list-style: none;
    margin: 5px auto;
    border-top: 1px solid #eef2f7;
    padding-top: 10px;
}

#share_list li {
    float: left;
    display: block;
    margin-right: 15px;
}

#share_list li:last-child {
    margin-right: 0px;
}

#facebook {
    background-position: -48px 0;
}

#twitter {
    background-position: -16px 0;
}

#digg {
    background-position: -64px 0;
}

#reddit {
    background-position: 0 0;
}

#stumbleupon {
    background-position: -80px 0;
}

#delicious {
    background-position: -32px 0;
}

#jivelogo {
    width: 78px; height: 38px;
    background-position: -391px -40px;
    margin: 6px auto 12px;
}




#text_what { width: 120px; height: 19px; background-position: -202px -175px;}
#text_features { width: 94px; height: 17px; background-position: -202px -216px;}
#text_demonstration { width: 167px; height: 20px; background-position: -202px -195px;}
#text_options { width: 86px; height: 25px; background-position: -431px -133px;}


  #sign_up {
        -moz-border-radius: 6px;
        background: #fff;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
		width:380px;
        padding: 8px 10px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #444;
        font-size: 12px;
		font-weight:bold;
    }
  
    #sign_up label input {
        display: block;
        width: 330px;
        height: 25px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 228px;
        height: 23px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
        background: url(divider.png) repeat-x bottom left;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background-position: -387px -102px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}

	#login-error-message{
		font-size:9px;
		font-weight:bold;
		color:red;
	}


