﻿div#blessingsColumnLeft
{
   margin-top: 25px;
   position: relative;
   float: left;
   width: 57%;
   margin-left: 3%;
}

div#blessingsColumnLeft ol
{
   width: 80%;
   padding: 0 0 0 3%;
      margin-left: 0;
   margin-right: 0;
   margin-top: 0;
}
div#blessingsColumnLeft ol li
{
   font-family: Arial;
   font-size: 85%;
   color: #000000;
   line-height: 1.25em;
   margin-bottom: .5em;
}
   
div#blessingsColumnLeft div#images
{
}
div#blessingsColumnLeft img.blessingImage
{
   margin-top: 5px;
   border-style: dashed !important;
   border-width: 2px !important;
   border-color: transparent;
   padding: 2px;
}

div#blessingsColumnLeft img.selected
{
   border-color: #e51937;
}

div#blessingsColumnLeft img.right
{
   display: none;
}

div#blessingsColumnRight
{
   margin-top: 35px;
   position: relative;
   float: left;
   width: 39%;
}

div#blessingsColumnRight div#previewButton
{
   width: 90%;
   text-align: center;
   margin-top: 15px;
}

div#blessingsColumnRight a img
{
   border-style: none;
}

div#blessingsColumnRight label
{
   float: left;
   font-family: Arial;
   font-size: 70%;
   color: #000000;
   margin-bottom: 3px;
}
div#blessingsColumnRight .error
{
   font-size: 70%;
   margin-bottom: 3px;
}

div#blessingsColumnRight input
,div#blessingsColumnRight textarea
{
   float: left;
   width: 90%;
   font-family: Arial;
   font-size: 80%;
   color: #000000;
   margin-bottom: 5px;
}

.hidden
{
   display: none;
}

