﻿body
{
}

.textBox
{
    padding: 0 0 0 6px;
    float: left;
    border: 1px solid #9CA5B2;
    background: #FFF;
    margin: 10px 0px 0px 0;
    margin: 0px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.textBox:Hover, textBox:Focus
{
    border: 1px solid #444;
}

.button
{
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #8bc53e;
	min-width: 60px;
	color: #FFF;
	margin: 0 0px 0 5px;
}
/*.button:hover
{
    margin: 0 0px 0 5px;
    height: 25px;
    min-width: 60px;
    background-color: #F8FCF1;
    border: 1px solid #6B861A;
}
*/
.dropDown
{
    /*background: url(/images/style2/select_btn.png) no-repeat center right;*/
    border: 1px solid #9ca5b2;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 100px;
    min-height: 32px;
}
.dropDown:hover
{
    /*background: url(/images/style2/select_btn_hover.png) no-repeat center right;*/
    border: 1px solid #444;
}
.ContentDivBackground
{
    width: 860px;
}

.ContentDivLargeBackground
{
    width: 680px;
}
.ContentDivSmallBackground
{
    width: 240px;
}
.DragableControlDiv
{
    background-color: Blue;
    width: 600px;
    height: 300px;
}
