/* yuicompress openid.css -o openid.min.css
 * @see http://developer.yahoo.com/yui/compressor/
 */

#openid_enabled_link, .openid_link, #openid_identifier, #commentform #openid_identifier {
	background-image: url('openid.gif');
	background-position: 3px 50%;
	background-repeat: no-repeat; 
	padding-left: 21px !important; 
}

.openid_loading {
	background: url('ajax-loader.gif') right center no-repeat;
}

body.login #openid_identifier {
	width: 100%;
    height: 2em;
	font-size: 20px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 18px;
	margin-right: 6px;

}

#openid_comment {
	margin: 0.8em 1em;
}
#openid_comment input {
	width: auto;
}

/* fix link color on wp-login.php */
body.login form#loginform a.legacy, 
body.login form#registerform a.legacy {
	color: #FFF;
}

.svyButton {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 10px; /*add some padding to the inside of the button*/
    background: #7d8db1 ; /*the colour of the button*/
    border: 1px solid #7d8db1; /*required or the default border for the browser will appear
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*style the text*/
    color: #ffffff;
    font-size: 1.1em;
    height: 35px;
    width: 150px;
    margin-bottom: 10px;
}

.inputField {
    background-image: url('openid.gif');
    background-position: 3px 50%;
    background-repeat: no-repeat;
    padding-left: 21px !important;
    font-weight: normal;
    font-size: 1.25em;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ababab;
    /*padding: 3px 0px 3px 3px;*/
    margin: 2px 3px 12px 2px;
    background: #ffffff;
    height: 35px;
    line-height:  35px;
    width: 350px;
}

.svyLabel{
    padding-bottom: 1em;
    padding-right: .25em;
}

