﻿*
{
   padding:0;
   margin:0;
}
body
{
   background-color:rgb(212,222,232);
}

#frmCreateImage
{
   position:relative;
   margin: 5px 0 12px 5px;
   width:750px;
   min-width:53em;
   float:left;
}
#divButtonMaker
{
   width:420px;
   min-width:420px;
   float:left;
   position:relative;
}
#divInstructions
{
   float:right;
   width:250px;
   margin-right:5px;
   padding:5px;
   border:solid 1px white;
   background-color:#dbe3a6;
   border:solid 1px #75d515;
}
#divInstructions p
{
   font-size:8pt;
}

#fieldsetImageSize
{
   float:left;
   width:10em;
   height:5em;
   min-height:5em;
   vertical-align:top;
   margin-right:1em;
}
#fieldsetBorder
{
   float:left;
   width:230px;
   height:5em;
}
#fieldsetRoundedCorners
{
   float:left;
   clear:both;
   width:410px;
   height:5em;
   margin-top:8px;
}
#fieldsetFillColors
{
   float:left;
   clear:both;
   width:410px;
   height:5em;
   margin-top:8px;
}
#fieldsetText
{
   float:left;
   clear:both;
   width:410px;
   height:7em;
   margin-top:8px;
   padding-left:5px;
}

#divRoundedCorners
{
   float:left;
   padding:3px 8px;
}
#divLeftRoundedCorners
{
   float:left;
   width:6em;
   text-align:right;
   margin-right:5px;
}
#divRightRoundedCorners
{
   float:left;
   width:7em;
   text-align:left;
}

#btnSubmit
{
   background-color:rgb(232,232,180);
   height:32px;
   font-family:Calibri, Verdana, Sans-Serif;
   font-size: 1.2em;
   color:rgb(62,54,152);
   float:left;
   clear:left;
   margin-top:1.2em;
}

.FormFieldLabelText
{
   font-family:Calibri, Verdana, Sans-Serif;
   font-size: 0.9em;
   color:rgb(62,54,152);
}
.FormFieldDivSmall
{
   width:4em;
   float:left;
   padding:3px 8px;
}
.FormFieldDivWide
{
   width:8em;
   float:left;
   padding:3px 8px;
}
.divColorPickerContainer
{
   display:none;
   width:230px;
   height:230px;
   background-image:url('../farbtastic/bg.png');
   position:absolute;
   z-index:1;
   margin-left:5px;
}
.colorPickerClose
{
   float:right;
   padding-right:8px;
   padding-top:3px;
   text-decoration:underline;
   color:Blue;
   font-family:Calibri, Verdana, Sans-Serif;
   font-size:1.5em;
}
.divColorPicker
{
   padding-left:12px;
   padding-top:15px;
}
