﻿/*
    m3.mydeo.com
    Image Stylesheet
    Created by Richard Parker, 2008-03-05
    This material is Copyright © 2008 Mydeo Limited. All Rights Reserved.   
*/

#page {
    background-image: url(images/gradient_bg.jpg);    
    background-repeat: repeat-x;
}

#homebox 
{
	background-image: url(images/box_gradient_bg.jpg);    
    background-repeat: repeat-x;
}

.features {
    list-style-image: url(images/bullet.jpg);    
}

/* Elements */

.buttonContinue 
{
	background: transparent url(images/ButtonContinue.jpg);
    background-repeat:  no-repeat;
    border: 0;
    width: 158px;
    height: 46px;
    cursor: hand;
}
	 
.buttonContinue:hover 
{
	background: transparent url(images/ButtonContinueHover.jpg);
    background-repeat:  no-repeat;
    border: 0;
    width: 158px;
    height: 46px;
    cursor: hand;
} 


.buttonUploadFiles 
{
	background: transparent url(images/ButtonUploadFiles.jpg);
    background-repeat:  no-repeat;
    border: 0;
    width: 115px;
    height: 23px;
    cursor: hand;
}

.buttonUploadFiles:hover 
{
	background: transparent url(images/ButtonUploadFilesHover.jpg);
    background-repeat:  no-repeat;
    border: 0;
    width: 115px;
    height: 23px;
    cursor: hand;
}
