/*
Custom BuddyPress styling.
*/

a.button, input[type="submit"], input[type="button"], input[type="reset"], ul.button-nav li a, div.generic-button a {
-moz-border-radius:3px 3px 3px 3px;
background:url("../images/bp-custom/white-grad.png") repeat-x scroll left top transparent;
border:1px solid #DDDDDD;
color:#888888;
cursor:pointer;
font-size:12px;
font-weight:normal;
padding:3px 10px;
text-decoration:none;
vertical-align:bottom;
}
