﻿
#text-area
{
    width: 650px;
    margin-bottom: 20px;
    clear: both;
    text-align: left;
    margin-left: 0px;
    #margin-left: 100px;
}
.text-area-padding
{
    padding: 50px 0 0 10px;
}
.formLabel, .formInput
	{
		display: block;
		width: 130px;
		float: left;
		margin-bottom: 5px;
		font-weight: bold;
		color: #8c024d;
		font-size: 11px;
		text-align: right;
		font-family: Arial;
		padding-right: 10px;
	}
.formInput
{
    width: 200px;
    text-align: left;
}
#cmsButtons
{
    float: right;
    padding-top: 10px;
    text-align: right;
    width: 690px;
    border-bottom: 1px solid #ccc;
    margin-right: -20px;
}
#cmsNoButtons
{
    float: right;
    padding-top: 10px;
    text-align: left;
    width: 690px;
    border-bottom: 1px solid #ccc;
    margin-right: -20px;
    font-size: 18px;
    margin-top: 30px;
}
#login
{
    width: 456px;	
    margin-left: 100px;
    margin-top: 10px;
}
    #loginTop
    {
        width: 456px;
        height: 66px;
        background: url(./Images/loginTop.jpg) no-repeat;
    }
    #loginSides
    {
        width: 456px;
        height: 94px;
        background: url(./Images/loginBoxSides.jpg) no-repeat;
    }
    #loginBottom
    {
        width: 456px;
        height: 20px;
        background: url(./Images/loginBottom.jpg) no-repeat;
    }
.loginForm
	{
		width: 456px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.loginButton
	{
	    float: left;
	    margin-top: 0px;
	    #margin-top: -10px;
	}
	#errorArea, #errorArea2, #errorArea3
	{
	    height: 50px;
	    margin-top: 10px;
	}
.newBreak
{
    height: 20px;
    clear: both;
}
.seoOptions
{
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    width: 690px;
    margin-bottom: 30px;
}



/*FORESIGHT CMS */
.cmsPanel
{
    border: 1px solid #ccc;
    padding: 10px;
}
