
/*	===============================================================
	© TENET Technology
	http://www.tenettechnology.com/  

	Type:				Downloads section graphical styles
	Build by:			TDG Digital
	Original Author:	James Bates
	Author Email:		james@exit7.co.uk
	Creation Date:		12 January 2007
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */

    h3.h3_login 
    {
        color: #666666;
    }
    
    h6.error 
    {
        color: #CC0000;
    }
    
    input.btnLogin,
    input.btnSend
    {
    border: none;
    width: 64px !important;
    height: 17px;
    text-indent: -3000px;
    margin: 0 7px 0 0;
    padding: 17px 0 0 0;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    }
    
    input.btnLogin {
    background: url(../img/other/btnlogin.gif) center center no-repeat;
    }
    
    input.btnSend {
    background: url(../img/other/btnsend.gif) center center no-repeat;
    float: right;
    }
    
    input.btnRegister {
    width: auto !important;
    }
    
    
/*	---------------------------------------------------------------
	DOWNLOADS BOXES
	------------------------------------------------------------ */
	
	div.blue {
	background-color: #e6ebf0;
	margin: 0;
	padding: 15px 20px;
	}
	
	h6.file {
	background: url(../img/global/download_patch.gif) no-repeat 0 50%;
	padding-left: 20px;
	}
	
	ul.filelist li {
	background: url(../img/global/download_file.gif) no-repeat 0 50%;
	padding-left: 20px;
	min-height: 14px;
	}
	
	ul.patchlist li {
	background: url(../img/global/download_patch.gif) no-repeat 0 50%;
	padding-left: 20px;
	min-height: 14px;
	}
    
    .forgottenpassword h3
    {
    font-size: 12px !important; 
    padding-right:0px !important;  
    }
    .forgottenpassword label 
    {
        color: #036;
        font-weight: bold;
    }
     .forgottenpassword input.text 
     {
         border-top: 1px solid #999999;
	    border-left: 1px solid #999999;
	    border-right: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
	    width: 150px;
	    margin: 7px 0;
     }
/*	---------------------------------------------------------------
	LOGIN/REGISTER FORM
	------------------------------------------------------------ */
		
	div#loginregisterform fieldset {padding: 2em 0;}
	
	div#loginregisterform table {
	border-collapse: collapse;
	}
	
	div#loginregisterform td {
	width: 50%;
	padding: 0 25px 10px 0;
	}
	
	div#loginregisterform h3 {margin-bottom: 1em;}
	
	div#loginregisterform label 
	{display: block;
	color: #666;
	margin-bottom: 3px;
	}
	
	div#loginregisterform input,div#loginregisterform select {width: 265px;}
	div#loginregisterform textarea {height: 100px; width:480px;}
	div#loginregisterform input#jobsubmit {width: auto;}
	div#loginregisterform input.autowidth {width: auto;}
	div#loginregisterform span.autowidth input {width: auto;}