﻿/*
    Green Button
*/
.btnGreenLeft
{
    background:url("/images/btn_green_left.jpg");
    float:right;
	height:32px;
	width:34px;
	margin:0;
	padding:0;
	cursor:pointer !important;
	cursor:hand;
}
.btnGreenText
{
    background:url("/images/btn_green_bg.jpg") left bottom repeat-x;
	font-weight:bold;
	float:right;
	height:26px;
	padding-top:6px;
	font-size:15px;
}
.btnGreenRight
{
    background:url("/images/btn_green_right.jpg");
	float:right;
	height:32px;
	width:7px;
	cursor:pointer !important;
	cursor:hand;
}
/*
    Blue Button
*/
.btnBlue
{
    background:url('/images/btn_blue.jpg') left top no-repeat;
	cursor:pointer !important;
	cursor:hand;
	font-size:17px;
	font-weight:bold;
	height:30px;
	margin:7px 0;
	padding:6px 0 0 34px;
	width:189px;
}
