/* REGISTRATIONS CSS */



#info { 
position:relative;
float: left;
width: 245px;
display: inline;
margin:20px 0 0 15px;
height:130px;
background:url(../images/basket-bg.gif) top left no-repeat;
}

#info h3 
{
    color:#fff;
    font-weight:normal;
    padding:45px 0 0 15px;
} 

#basket-top { 
position:relative;
float: left;
width: 245px;
display: inline;
padding-bottom:8px;
margin:5px 0 0 15px;
background:url(../images/basket-bg.gif) top left no-repeat;
}

#basket-top h3 
{
    color:#fff;
    font-weight:normal;
    padding:60px 5px 0 15px;
    margin:0;
    line-height:normal
} 

#basket{ 
position:relative;
float: left;
padding:10px 0 0 5px;
width: 240px;
display: inline;
margin:0 0 0 15px;
/*border:3px solid #eb3c8e;
border-left:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;*/
background-color:#005180;
}

.basket-base{ 
position:relative;
float: left;
width: 245px;
height:15px;
margin:0 0 10px 15px;
display: inline;
background:url(../images/basket-base.gif) top left no-repeat;
}


#basket h1 { 
padding:5px 10px;
color:#fff;
}


#basket ul#selection { 
font-size:12px;
margin:0 0 0px 10px;
padding:5px 0 0 5px;
background:#fff url(../images/basketlist.gif) top left no-repeat;
width:210px;
}

#basket ul li {
background:url(../images/tick.gif) top left no-repeat;
padding:0 0 0 20px;
color:#005180;
}

#basket a:hover{color:#f93}

div.basketlist 
{
    background:#005180 url(../images/basketlist-base.gif) 10px 0px no-repeat;
    width:225px;
    height:10px;
    margin-bottom:10px;
}
    


#basket input.get-report {
background:url(../images/submit-shortlist.gif) top left no-repeat;
width:222px;
height:49px;
cursor:hand;
cursor:pointer;
border:none;
}

div.box300-db {
	position:relative;
	float:left;
	width:300px;
	height:10px;
	background:#363636 url(../images/basket-base.gif) bottom left no-repeat;
	margin-bottom:10px;
}


/* Registration Form Layout
-------------------------------------------------------------- */


#reg-form { 
float:left;
width:230px;
background-color:#005180;
padding:0 0 0 15px;
margin:0 0 0 15px;
display:inline;
}

#reg-form span {margin:0;padding:0;}

#reg-form label.ft-label 
{
    font-size:14px;
    width:215px;
    color :#fff;
} 

#reg-form input, #reg-form select, #reg-form textarea 
{
    width:210px;
    color:#2e2e2e;
    /*border:1px solid #f3d93e;*/
    border:1px solid #333;
}

input.aspinput{
    margin:0;

}

#reg-form p 
{  
  padding:0 0 3px 0px;
 font-size: 1em;
	line-height: 1em;
	margin: 0
}






label.short
{
    color:#000;
    width:150px;
}

#reg-form select.drop 
{
    width:150px;
    margin-bottom:10px;
}

#reg-form textarea.comments 
{
    background-color:#efefef;
    height:75px;
    color:#2e2e2e
}
#reg-form input.submit-final 
{
 background:url(../images/submit-shortlist.gif) top left no-repeat;
width:222px;
height:49px;
cursor:hand;
cursor:pointer;
border:none;
}


/* Thank you page

-------------------------------------------------------------- */



ul#steps 

{

    margin:10px 0 0 10px

}



ul#steps li.step1 

{

padding: 10px 0px 5px 100px;

height:80px;

background: url(../images/step-1.gif) top left no-repeat;

}



ul#steps li.step2 

{

padding: 10px 0px 5px 100px;

height:80px;

background: url(../images/step-2.gif) top left no-repeat;

}



ul#steps li.step3 

{

padding: 10px 0px 5px 100px;

height:80px;

background: url(../images/step-3.gif) top left no-repeat;

}







/* Fastrack Form Layout

-------------------------------------------------------------- */





#fastrack-form 

{

    position:relative;

    float:left;

    width:220px;

    padding:380px 0 15px 25px;

    background:#718db5 url(../images/fastrack-bg.png) top left no-repeat;

}



#fastrack-form input

{

    width:190px;

    float:left;

}



 #fastrack-form textarea  

{

    width:190px;

    float:left;

    height:35px;

    background-color:#efefef

}



#fastrack-form label 

{

    float:left;

    width:190px;

    font-weight:bold;



} 



#fastrack-form input.submit-ft {

background:#000 url(../images/submit-ft.gif) top left no-repeat;

width:194px;

height:37px;

border:none;

margin:10px 0;

color:#fff;

font-size:18px;

cursor:hand;

}



#fastrack-form p.privacy 

{

    font-size:10px;

    clear:both;

    

}





/*  Layout

-------------------------------------------------------------- */





#contact-form 

{

    position:relative;

    float:left;

    width:620px;

    padding:0px 0 0px 0px;

    /*background:#C1005B url(../images/fastrack-bg.png) top left no-repeat;*/

}



#contact-form input

{

    width:220px;

    float:left;

}



 #contact-form textarea  

{

    width:220px;

    float:left;

    height:50px;

    background-color:#efefef

}



#contact-form label 

{

    float:left;

    width:220px;

    font-size:14px;



} 



#contact-form input.submit-ft {

background:#000 url(../images/submit-ft.gif) top left no-repeat;

width:194px;

height:37px;

border:none;

margin:15px 0 0 220px;

color:#fff;

font-size:18px;

cursor:hand;

}



#contact-form p

{

   padding:10px;

    

}

.errorMessage
{
	color: yellow;
}