@CHARSET "UTF-8";

.hidden {
	display: none;
}

.jcarousel-container {
    /*-moz-border-radius: 10px;*/
    /*background: #F0F6F9;*/
    /*border: 1px solid #346F97;*/
    width: 380px;
    padding: 20px 40px;
}

#identiflow-wrapper {
    width: 480px;
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
	background-image: url(../images/bluegrey-3d-background.jpg);
}

#wrap {
	margin-top: 20px;
}

.widget-logo {
    width: 300px;
    height: 125px;
    font-size: 48pt;
    color: silver;
	/*background-image: url(../images/signin_icon.jpg);*/
}

div.Facebook {
    width: 80px;
    height: 57px;
	background-image: url(../images/facebook_medium.png);
}
div.MySpace {
    width: 80px;
    height: 57px;
	background-image: url(../images/myspace_medium.png);
}
div.Google {
    width: 80px;
    height: 57px;
	background-image: url(../images/google_medium.png);
}
div.LiveID {
    width: 80px;
    height: 57px;
	background-image: url(../images/live_id_medium.png);
}
div.Yahoo {
    width: 80px;
    height: 57px;
	background-image: url(../images/yahoo_medium.png);
}
div.AOL {
    width: 80px;
    height: 57px;
	background-image: url(../images/aol_medium.png);
}

#provider-container {
    width: 80px;
    height: 57px;
    background-image: url(../images/button_medium.png);
}

#chosen-provider {
    width: 80px;
    height: 57px;
}

#previousUser {
}

#authMessage {
	margin-left: 50px;
    font-size: 32pt;
    color: black;
}

#statusMessage {
	margin-top: 30px;
    font-size: 24pt;
    color: black;
}

.jcarousel-clip {
    width:  370px;
    height: 71px;
}

.jcarousel-list {
    width:  255px;
    height: 57px;
}

.jcarousel-list li a {
    width: 80px;
    height: 57px;
}

.jcarousel-list li {
    width: 80px;
    height: 57px;
    margin-right: 15px;
    background-image: url(../images/button_medium.png);
}

.jcarousel-list li:hover {
    background-image: url(../images/button_glow_medium.png);
}

.jcarousel-item-placeholder {
    background: #fff url(../images/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
