﻿#TestFormWrapper 
{
    float:left;
    width: 440px;
    margin-top: 20px;
}

#TestFormWrapper .TestFormTop 
{
    background-image: url(../../images/ModuleSpecific/Content/content-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 440px;
    height: 8px;
    font-size: 0px;
}

#TestFormWrapper .TestFormBody 
{
    width: 360px;
    background-image: url(../../images/ModuleSpecific/Content/content-expd.gif);
    background-repeat:repeat-y;
    min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 40px 20px 40px;
}

#TestFormWrapper .TestFormBottom 
{
    background-image: url(../../images/ModuleSpecific/Content/content-bottom.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 440px;
    height: 8px;
    font-size: 0px;
    margin-bottom: 20px;
}

#TestFormMap
{
    margin-top:20px;
    float: right;
    width: 340px;
}

 /*start testform container style*/

.testform_outer_container{padding: 10px 0px 10px 0px; width: 360px; float: left;}

.testform_container{min-height: 360px; margin: 0 auto; height: auto !important; height: 350px; padding: 10px 0px 10px 0px; width: 360px;}

.map_container{ min-height: 280px; margin: 0 auto; height: auto !important; height: 280px; padding: 10px 0px 10px 0px; width: 340px;}

.ts_label_container{text-align: left; vertical-align: top; width: 200px; float: left; padding: 5px 0px 5px 0px;}

/* .ts_text_container{text-align: left; vertical-align: top; width: 250px; float: left; padding: 5px 0px 5px 0px;} */

.ts_text_container{text-align: left; vertical-align: top; width: 100px; float: right; padding: 5px 0px 5px 0px;}

.ts_separator
{
    background-image: url(../../images/ModuleSpecific/TestForm/Separator.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 340px;
    height: 1px;
    font-size: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.field_row{padding: 5px 0px 5px 0px;}

.right_link_container{padding: 5px 0px 5px 0px; margin-top: 20px; float: right;}

.clear{clear: both;}

.validatorClass{color: #ffffff;}

.info{color: #42df04; font-size: 14px;}

.info_container{ text-align: center; width: 335px;}
/*end testform container style*/

.testform-content-container{width: 378px; float: left;}