div#cyclehire-pod {
    width: 580px;
    height: 291px;
    background: url(../images/main_template/cyclehire_banner.jpg) no-repeat;
}

div#bigdemo-pod {
    width: 580px;
    height: 291px;
    background: url(../images/main_template/bigdemo.jpg) no-repeat;
}

table.fleet {
    margin:10px 0 10px 19px;
    width:540px;
}

table.fleet th {
    border:none;
    background-color: #CFE17B;
    text-align:left;
    font-family:arial;
    color: #607A07;
}

table.fleet td {
    border:none;
    background-color: #E8F0C3;
    font-weight:bold;
    font-size:12px;
    font-family:arial;
}

p.small {
	font-size: 11px;
	font-style: italic;
}

strong.age {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

img.bigdemo {
	margin-left: 20px;
}

img.bd1 {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

/* CycleHire Form--------------------------*/

form#contactform {
        margin: 14px;
}

form#contactform fieldset {
        width: 548px;
        border: 1px solid #A1C81B;
        padding-bottom: 1em;
        background-color:#E8F0C3;
}

form#contactform legend {
        border: 1px solid #A1C81B;
        padding: 0.2em 0.8em;
        font-weight: bold;
}

form#contactform label {
        font-weight: bold;
        text-align: right;
        padding: 0 0.8em 0 0;
        margin-top: 3px;
        width: 246px;
        display: block;
        float: left;
}

form#contactform p.leftspacing {
        margin-left: 275px;
}

form#contactform p.leftspacing input {
        width:163px;
}

form#contactform input, form#contactform textarea {
        margin-top: 0.5em;
        width: 247px;
        border: 1px solid #A1C81B;
}

form#contactform input:hover, form#contactform textarea:hover {
        border-color: #FF9600;
}

form#contactform input:focus, form#contactform textarea:focus {
        border-color: #A1C81B;
}

form#contactform textarea {
        width: 20.6em;
}

form#contactform input#button {
        background: url(../images/main_template/contactform_btn.jpg) no-repeat scroll 0 0;
        border:medium none;
        float:right;
        font-size:0;
        height:29px;
        left:-6px;
        line-height:0;
        position:relative;
        text-indent:-9999px;
        top:0;
        width:83px;
        cursor:pointer;
}

form#contactform input#hireday, form#contactform input#hireReturnday {
        margin-top: 0.5em;
        width:140px;
        border: 1px solid #A1C81B;
}

/* Big Demo Form--------------------------*/

form#demoform {
    margin: 0;
}

form#demoform fieldset {
    background-color:#E8F0C3;
    border:1px solid #7B9A12;
    margin:10px 20px;
    padding:10px;
    width:517px;
}

form#demoform label {
    clear:both;
    float:left;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    width:150px;
}

form#demoform input, form#demoform textarea {
    border:1px solid #7B9A12;
    clear:both;
    float:left;
    font-size:12px;
    margin:3px 0 10px;
    *margin-left:-10px;
    padding:6px;
    width:260px;
}

form#demoform .radio {
    border:medium none;
    clear:both;
    float:left;
    width:90px;
}

form#demoform p {
    float:right;
    font-size:11px;
    line-height:12px;
    position:relative;
    top:0;
    *top:21px;
    width:201px;
}

form#demoform select {
    border:1px solid #7B9A12;
    margin-right:7px;
    padding:5px;
    width:161px;
}

form#demoform input:hover, form#demoform textarea:hover {
        border-color: #FF9600;
}

form#demoform input:focus, form#demoform textarea:focus {
        border-color: #A1C81B;
}

form#demoform input#button {
        background: url(../images/main_template/contactform_btn.jpg) no-repeat scroll 0 0;
        border:medium none;
        float:left;
        font-size:0;
        height:29px;
        line-height:0;
        position:relative;
        text-indent:-9999px;
        top:0;
        width:83px;
        cursor:pointer;
}

table.bdTable td {
	border: none;
}