@CHARSET "UTF-8";

/* fix alignment of the login button */
#access-login div.sbmt-button-wrapper  {
margin-top: 18px;
}
#access-login div.sbmt-button-wrapper div.padding {
margin-top: 0;
}
#access-login div.sbmt-button-wrapper input  {
padding-left: 30px;
}

/* increase spacing between items in category list */
#category-nav div.bucket-link {
margin-top:10px;
}
#category-nav ul ul div.bucket-link {
margin-top:10px;
}

/* hide the upload button in MyPhotos */
#photo-upload-area {
display:none;
}

/* increase size of button text on channel popups*/
button.submit-button, button.remove-button {
font-size:2.0em;
}
button.close-button {
font-size: 1.7em;
}
#dialogbox div.top-options, #dialogbox div.bottom-options {
height:55px;
}

