﻿body
{    
   /* font-size: 13px;*/
}
.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 28px;
    padding-top: 6px;
    font-size:12px !important;
    
}
.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/info.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/success.png');
}
.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/warning.png');
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/error.png');
    width: auto !important;
}
.container
{
    /*float:left;*/
}
.info p, .success p, .warning p, .error p
{
    padding: 0px 40px;
    margin:4px;
}
.info a, .success a, .warning a, .error a
{
    float: right;
    padding: 7px;
    cursor: pointer;
}
.container img
{
    border: none;
}

/* validation */
.validation
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/error.png');
}
.validation ul
{
    padding: 0px 30px;
}
.CloseButton
{
    float: left;
    background-image: url('../../images/close.png');
    background-repeat: no-repeat;
    text-decoration: none;
}
.demoheading
{
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.water
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: gray;
}
.Dwater
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;    
    color: gray;
    padding-left:4px;
}
.unm
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;    
    color: gray;    
}
.Upwater
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;    
    color: gray;
    padding-left:4px;
}
.waterBig
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 115%;
    color: gray;
}
 /*.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#DFF3DB !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #FF0000 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #FF0000 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }*/
/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */

.hint {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topright:10px;
background:#DFF3DB url(../../images/signup_info.gif) no-repeat scroll 13px 50%;
border-color:#DBDBDB;
border-style:solid;
border-width:1px 1px 1px 2px;
color:#666666;
display:none;
font-size:12px;
line-height:1.45em;
padding:0.85em 10px 0.85em 30px;
text-transform:lowercase;
float:left;

}
/* The pointer image is hadded by using another span */
/*.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}*/


