/*
    Simple OpenID Plugin
    http://code.google.com/p/openid-selector/
    This code is licensfed under the New BSD License.
*/

.contv {
    width: 500px;
}
#openid_div {
    width: 500px;
    height: 150px;/*adjust height for more providers*/
}

#openid_form fieldset {
    border-radius:10px;
    border: 2px solid #999;
    height: 200px;/*adjust height for more providers*/
}

#openid_form legend {
    font-weight: bold;
    border-radius:5px;
    border: 2px solid #999;
}

#openid_choice {
    display: none;
}

#openid_input_area {
    clear: both;
    padding: 10px;
    font-weight: bold;
}

#openid_btns, #openid_btns br {
    clear: both;
}

#openid_highlight {
/*    background-color: #7ffb7f;*/
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#openid_highlight .openid_large_btn {
    opacity:1;
    filter:alpha(opacity=100);
}
.openid_large_btn {
    width: 230px;
    height: 48px;
    float: left;
    margin: 4px;
    border-radius: 5px;
/*    opacity:.5;
    filter:alpha(opacity=50);*/
}

.openid_large_btn:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

#openid_submit{
    width: 100px;
    height: 40px;
}

#openid_username{
    width: 330px;
    height: 30px;
    font-size: 16pt;
}

#openid_identifier{
    width: 312px;
    height: 30px;
    font-size: 16pt;
}
#openid_select_msg{
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
}
