/*********************************************
 File: style.php
 Purpose: Provides CSS styles for tearsheet site
 Author: Matt Fraser - Allied Press Ltd
 Date: May 2010
 *********************************************/


/* Header */

#header
    {
    background: url('../img/header.jpg') 20px 10px no-repeat;
    }

/* Tearsheet form */

#tearsheet-request
    {
    text-align: center;   
    }

#tearsheet-request ul
    {
    text-align: left;
    width:400px;
    padding: 0;
    margin: 0 auto;
    }

#tearsheet-request ul li
    {
    margin: 10px 0;
    list-style-type: none;
    }

#tearsheet-request label
    {
    width: 200px;    
    float: left;
    }

#tearsheet-reqest ul li input
    {
    float: left;
    width: 200px;
    }

#tearsheet-preview
    {
    position: relative;
    padding: 20px;
    background-color: #f0f0f0;
    background: url('../img/checker.gif');
    text-align: center;
    }

#tearsheet-preview a
    {
    }

#your-ad
    {
    margin:0;
    padding: 0;
    display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 156px;
    height: 71px;
    background: url('../img/your-ad.gif');
    color: white;
    }

.field
    {
    clear: both;    
    }

.field-label
    {
    font-weight: bold;    
    display: block;
    float: left;
    width: 170px;
    clear: left;
    }
	
/* Header */
.container-header 
{
    padding: 20px;    
}

.container-header h3 
{
    color: #193E7D;
    font-size: 28px;
    margin: 0px 0px 0px 80px;
    font-weight: bold;
}

.container-header h4 
{
    color: #3260AD;
    font-size: 24px;
    margin: 20px 0px 0px 80px;
    font-weight: bold;
}

.pull-left {
float: left !important;
}

#imgline
{
    margin: 0px 0px 0px 5px;    
}
