﻿#generic_master_StratstoneLogo
{
    float: right;
	display: inline; /* IE6 double margin hack */
	width: 220px;
	height: 75px;
	background: url(../Images/stratstone_assist_logo.gif) no-repeat 0 50%;    
}

#generic_master_content_main
{
    padding:10px;
	float: left;
	width: 915px;
	height: 370px;
    color:White;
	background-color: #262626;
	
}

#generic_master_LeftPanel
{
    height:370px;
    width:441px;
    float:left;
    background-image:url(../Images/assist_graphic.jpg);
}

#generic_master_RightPanel
{
    padding:0px 0px 0px 10px;
    float:left;
    height:360px;
    width:464px;
}

#generic_master_RightPanel #generic_master_RightPanel_Content
{
    padding:5px;
    width:454px;
    height:340px;
    float:left; 
    background-color:#4A4A4A; 
    border-top:solid 1px #C1C1C3; 
}

#generic_master_RightPanel #generic_master_RightPanel_Form
{
    margin-top:10px;
}

#paired_element
{
    clear:left;
    float:left;  
    margin:3px 0px 3px 10px; 
    width:440px;
}

#paired_element label
{
    width:100px; 
    height:17px;  
    padding-top:3px;
    float:left;
}

#paired_element div
{
    float:left;
    width:250px;
}

.TextBoxWidth
{
    width:200px;    
}

.DropDownListWidth
{
    width:150px;    
}

