﻿body
{
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC9900;
}

p, h1, h2
{ padding: 5px; margin: 10px;}

h1 { font-size: 14px; font-weight: bold;}

table
{
    padding: 5px;
    vertical-align: middle;
    text-align: left;
}

#MainContainer
{
    left: 25px;
    top: 25px;
    width: 1000px;
    text-align: left;
    margin:0px auto;
}

#Interior_Design_Logo
{
    float: left;
    display: block;
    width: 700px;
}

#Interior_Design_Content
{
    display: inline;
    float:left; 
    width: 700px;
}

#Interior_Design_Left
{
    width: 488px;
    display: block;
	float: left;
}

#Interior_Design_Menu
{
    vertical-align:top;
    width: 212px;
    display: block;
	float: left;
}

#Design_Text_Area
{
    float: right;
    vertical-align: bottom;
    width: 300px;
    margin-top: 250px;
}

.PopUp
{
    border: 3px solid #CC9900;
    color: #CC9900;
    font-size: 12px;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    margin: 5px;
    padding: 5px;
    background-color: #000000;
    width: 350px;
}

.modalBackground {

	background-color:Gray;

	filter:alpha(opacity=70);

	opacity:0.7;

}

.FormBox
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
}