@charset "utf-8";
/* CSS Document */

.button {
 background-image:url('../images/buttons.png');
}

a.button { height: 36px; width:124px; display:block; color:#ffffff;font-size:14px;}
a.button span { position:relative;top:8px;left:17px; }
a.button:hover { background-position: 0px -36px; text-decoration:none;}

.button_c {
 background-image:url('../images/button_c.gif');
}

a.button_c { height: 31px; width:31px; display:block;}
a.button_c span { }
a.button_c:hover { background-position: 0px -31px; text-decoration:none;}


.bigGreenButton
{
	width:249px;
	height:30px;
	background-image:url('../images/campaign/green-button.png');
    background-repeat: no-repeat;
    background-position: center top;
    line-height:30px;
    color:#EEE;
    text-align:center;
    font-size:16px;
    cursor:pointer;
}

.bigGreenButton a 
{
    color: #FFF;
    text-decoration:none;
    line-height: 30px;
	text-align:center;
    display:block;
}

.smallGreenButton
{
	margin:3px;
	width:121px;
	height:30px;
	background-image:url('../images/campaign/green-button-small.png');
    background-repeat: no-repeat;
    background-position: center top;
    line-height:30px;
    color:#EEE;
    text-align:center;
    font-size:16px;
    cursor:pointer;
    float:left;
}

.centreButton 
{
    margin:auto;
}

.smallCancelButton 
{
    height: 30px;
    line-height: 30px;
    width: 121px;
    padding-left:15px;
    padding-right:15px;
}

