﻿.roundedCorners
    {
        border: 1px solid #7D7D7D;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        font-size:1.2em;
        width:260px;
        background: #fffcd6; /* Old browsers */
        background: -moz-linear-gradient(top, #fffcd6 0%, #efdd64 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcd6), color-stop(100%,#efdd64)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fffcd6 0%,#efdd64 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fffcd6 0%,#efdd64 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fffcd6 0%,#efdd64 100%); /* IE10+ */
        background: linear-gradient(top, #fffcd6 0%,#efdd64 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcd6', endColorstr='#efdd64',GradientType=0 ); /* IE6-9 */

    }
.roundedCorners:hover
    {
        background: #fffcd6; /* Old browsers */
        border: 1px solid #222;
        /* cursor:pointer; */
    }

.roundedCorners > .title
{
    font-weight:bold;
    font-size:1.7em;
    color:#092180;
}

.divColumn
{
    padding:1em;
    margin-bottom:1em;
    margin-right:1em;
    float:left;
    
}
.roundedCornersRegister
{
    border: 1px solid #7D7D7D;
    background-color: #FFFCD6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size:1.2em;
    width:75%;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/customcheckbox2.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/customcheckbox2.png) no-repeat;
	margin-right:10px;
}
.radioLabel 
{
   font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    width:470px;
    margin-left:5px;
}