﻿
/* ALL CONTROLS
----------------------------------------------------------*/

.centerable{
    margin:auto;
}


/* DIVS
----------------------------------------------------------*/

/* all Divs named limitwidth */
div.limitwidth
{
    max-width:400px;
    margin:auto;
}


/* SPANS 
----------------------------------------------------------*/
span.formfielderror
{
    font-family:Arial;
    font-size:13px;
    color:Red;
    vertical-align:middle;
}

span.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.gotButton
{
   -webkit-filter: grayscale(100%) brightness(100%) sepia(70%) hue-rotate(60deg) saturate(1000%) contrast(0.8);
   filter: grayscale(100%) brightness(100%) sepia(70%) hue-rotate(60deg) saturate(1000%) contrast(0.8);
}

