﻿    body {
        font-family:Arial,Verdana;
        font-size:12px;
        margin:0;
        padding:0;
    }
    
    img {
        border:0px;
    
    }

    #mainContainer {
        margin-left:0;
        margin-right:auto;
        width:auto;

    }

    #mainContainer div.borderBox {
        background-color:#FFFFFF;
        border:0px solid #CCCCCC;
        padding-top:30px;
    }
    
    form{
        padding:0px;
        margin:0px;
    }
    
    div.headerContainer
    {
		width:434px;
        margin-left:auto;
        margin-right:auto;		
    }
    
    div.headerContainer div.inframe
    {
		color:#9D2468;
		font-size:20px;
	}
    
    
    div.contentContainer{
  
    }
    
    div.trackformsContainer {
        width:434px;
        height:316px;
        background-image:url(../images/bg_trackerform.jpg);
        background-position:left top;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
        margin-top:7px;
        margin-bottom:10px;          
        overflow:hidden;
    }

    div.trackerform div.formRow {
        border:none;
        margin-bottom:4px;
        height:35px;
    }

    div.leftBox {
        border:0px solid #000000;
        float:left;
    }

    div.rightBox {
        border:0px solid #000000;
        float:right;
        text-align:right;
        width:100px;
    }

    div.trackerform.formByFlight {}

    
    
    div.trackerformWrapper{
        padding-top:10px;
        padding-bottom:8px;
    }    
    
    
    div.trackerform {
        border:0 solid #000000;
        /*height:131px;*/
        padding:0px 65px 0px;
    }

    div.trackerformHeader {
        border:0 solid #000000;
        /*height:131px;*/
        padding:0px 20px 0px;
    }    

    div.trackerformHeader div.formHeader {
        color:#380f55;
        font-size:14px;
        font-weight:bold;
        margin-bottom:10px;
    }

    div.clear{
        clear:both;
    }

    div.trackformline {
        height:2px;
        margin:0px auto;
        padding:0;
        width:80%;
        background-image:url(../images/bg_dottedline.gif);
        background-repeat:repeat-x;
        background-position:top left;
        overflow:hidden;
    }

    html > body div.trackformline {
        padding-bottom:0px;
    }

    button.btn_findflight{
        border: 0px none; 
        background: transparent url(../images/ButtonPrimaryMedium100_0.gif) no-repeat scroll 0% 0%; 
        height: 22px; 
        width: 100px; 
        color: white; 
        font-size: 11px; 
        font-family: Arial; 
        font-weight: bold; 
        text-transform: uppercase; 
        cursor: pointer; 
    }
    
    div.formLabel{
        width:130px; 
        text-align:left;
        color:#7352a4;
        font-weight:bold;
        text-transform:uppercase;
    }
    
    select, input{
        background-color:#F4EEFE;
        color:#444444;    
        font-size:11px;
    }

    optgroup
    {
		font-size:10px;	
    }
    
    option
    {
		font-size:11px;			
    }


    div.accessFooter {
        border:0 solid #000000;
        height:60px;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        padding-top:15px;
        width:434px;
    }
    
    div.accessFooter div.footerimg {
        display:block;
        float:left;
        width:130px;
    }

    div.accessFooter div.footertext {
        float:left;
        font-size:8pt;
        margin-left:16px;
        width:270px;
    }    
    
    div.accessFooter div.footertext a,
    div.accessFooter div.footertext a:visited,
    div.accessFooter div.footertext a:active,
    div.accessFooter div.footertext a:link
    
    {
        color:#000000;
    }
    
