﻿.modalBackground {
	background-color: #666;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
    border: solid 2px #FFF;
}

.validationPanel
{
    background-color: #FFF;
    border: solid 1px #F00;
    padding: 15px;
    text-align: left;
    color: #f00;
}

.ahsOnlineNurseryPanel
{
    width: 400px; 
    background-color: #FFF; 
    border: solid 2px #666; 
    text-align: left; 
    padding: 5px;    
}

.galleryPanel
{
    border: solid 2px #666;
    background-color: White;    
}

.deleteImage
{
    text-align: center;
    border: solid 1px #666;
    background-color: #999;
}

/* CONTROLS ****************************************** */
.Textbox
{
	width: 180px;
}
.TextboxTiny
{
	width: 50px;
}
.TextboxSmall
{
	width: 100px;
}
.TextboxLarge
{
	width: 300px;
}

.TextArea
{   
    width: 180px;
}
.TextAreaTiny
{
    width: 50px;
}
.TextAreaSmall
{   
    width: 100px;
}
.TextAreaLarge
{   
    width: 300px;
}

.ReadOnly
{
	width: 180px;
	background-color: #e0e0e0;
}
.ReadOnlySmall
{
	width: 50px;
	background-color: #e0e0e0;
}
.ReadOnlyLarge
{
	width: 300px;
	background-color: #e0e0e0;
}

.Button
{
	width: 65px;
}
.ButtonSmall
{
	width: 50px;
}
.ButtonLarge
{
	width: 180px;
}