﻿.verticalblock
    {
 border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border:1px solid #2d4765; width:200px; text-align:center; background-color:White; height:auto; margin:0px; padding:0px; clear:both; margin-bottom:15px;
    }
    
    .verticalblockhead
    {
        background-color:#2d4765; color:White; padding:0px; margin:0px; top:0px; 
    }
    .verticalblockhead h2
    {
        margin:0px; top:0px; padding:0px; font-size:14px; padding:8px; 
    }
     .verticalContBody
    {
    height:auto; position:relative; text-align:center; margin:5px;  width:auto;
   
    }
    .verticalContent
    {
  
  border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #2d4765; width:auto; height:auto; padding:5px; text-align:left; vertical-align:top; color:Black;
    }
    
    #news a
    {
        color:#353535; line-height:15px; text-decoration:none; font-weight:normal; font-size:10px; text-align:justify;
    }
    
    #news a:hover
    {
        color:#e67817;  line-height:15px; text-decoration:none; font-weight:normal;  
    }
    
    #news li
    {
        margin-bottom:15px; border:1px dotted #353535; background-color:#F5F5F5; padding:2px;
    }
    
    
    
    
    
    #divcnt
{
    float:left; text-align:left; vertical-align:top; background-color:#2d4765; height:auto; width:190px;
    border:2px solid #7ca6d4;
    color:#555555;    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; clear:both; margin-bottom:15px; margin-top:3px;   
}

#divcnt h2
{
    font-size:24px; color:White; font-family:Arial; text-align:center; margin-top:5px; border-bottom:2px solid white; 
}

#divcnt p
{
    color:White; font-weight:bold; margin:8px;
}

#divcnt.btns
{
    width:120px; height:30px;  color:White; text-align:center; font-weight:bold; font-size:13px;
    border:2px solid #7ca6d4;    
    -moz-border-radius:5px; cursor:pointer;
    -webkit-border-radius:5px;
    border-radius:5px;  margin:8px; background-color:#0099FF; 
}

#signup_form label {
 display:block;
}
 
#signup_form label span {
 color:#FF5E35; padding-left:5px;
}

#signup_form .error {
 padding:2px;
 margin:2px 0;
 border:1px solid red; font-size:11px;
}

#signup_form p {
 margin-bottom:5px; font-size:11px;
}   