﻿/*********************************************************************/
/* Global Styles                                                       */
/*********************************************************************/

/* Body Styles */
body            {background: url(images/body_bg.jpg) 50% 0 repeat-x #c0e2d9; color: #303030; font-size: 13px;}

/*********************************************************************/
/* Button Styles                                                     */
/*********************************************************************/

.action          {background: url(images/action_left.gif) bottom left no-repeat; display: inline-block; line-height: 20px; margin: 0; padding: 0 0 0 10px; text-decoration: none; vertical-align: text-bottom;}
.action span     {background: url(images/action_right.gif) bottom right no-repeat; color: #fff; cursor: pointer; display: inline-block; float: left; font-size: .85em; font-weight: 700; line-height: 20px; padding: 0 10px 0 0; text-decoration: none;}

label.upload {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: url(images/button_bg.png) 0 0 repeat-x; border: none; clear: none; color: #FFF; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 700; margin: 1em 0; padding: .35em .5em; text-align: center;}
label.upload:focus, label.upload:hover {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: url(images/button_bg_hover.png) 0 0 repeat-x; border: none; clear: none; color: #c0e2d9; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 700; margin: 1em 0; padding: .35em .5em; text-align: center;}
