form
{
    padding-bottom: 40px;
}

label 
{
    clear: left;
    color: #003768;
    float: left;
    font-size: 1.1em;
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
    height: 20px;
    line-height: 20px;
    margin: 0;     
    padding: 0.3em 0; 
    width: 100px;                  
} 

input[type=text], textarea, option, input[type=password] 
{
    background-color: #fff; 
    border: 1px solid #8cc63f;
    color: #666;
    *float: right;
    font-size: 12px;
    height: 18px;
    line-height: 18px; 
    margin-bottom: 10px;    
    padding: 3px; 
    width: 190px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}

span.req
{
    color: #f47321;
    font-weight: bold;
}

.radio {
    height: 25px;
    width: 19px;
    clear:left;
    float:left;
    margin: 0 0 3px;
    padding: 0 0 0 26px;
    background: url("radio.png");
    background-repeat:no-repeat;
    cursor: default;
}


input[type=checkbox]
{

}

.check {
    height: 25px;
    width: 19px;
    clear:left;
    float:left;
    background: url("../images/checkbox.png") no-repeat;
    cursor: default;
    text-align:left;
    margin-left: 20px;
    margin-top: 3px;
}
.check input,.radio input {
    display: none;
}
.check input.show,.radio input.show {
    display: inline;
}
.selected {
    background-position: 0 -52px;
}
.block {
    width: 50%;
    float: left;
}

/* Validation -------------------------------------------------------------------------------------  */ 

label.error 
{ 
    color: #f47321;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin: -10px 0 10px 100px !important;
    margin: -5px 0 05px 50px; 
    padding: 0 5px 10px; 
    width: 190px;
   border-radius-bottomleft: 5px;
   border-radius-bottomright: 5px;   
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;   
   -webkit-border-bottom: 5px;      
}

#frmContact label.error
{
	margin-left: 0px !important;
}

#frmContact textarea
{
	height: 80px;
}
#frmContact input, #frmContact textarea
{
    float: left;    
}

input.error, textarea.error   
{

}

/* Subscribe Form -------------------------------------------------------------------------------------  */ 

#subscribeForm
{
    margin: 0;
    padding: 0;
    width: 300px;
}

#subscribeForm label.checkbox
{
    clear: none;
    float: right;
    width: 260px;       
}

#subscribeForm p
{
    clear: left;
}

.subscribe
{
    border: 0 none;
    background: url(../images/btn_subscribe.png) top left no-repeat; 
    clear: left;
    cursor: pointer;
    display: block;
    height: 30px;    
    margin: 10px auto; 
    *margin: 20px 110px;             
    padding: 0;    
    width: 90px; 
} 

    .subscribe:hover
    {
        background-position: bottom;
    } 
    
    
a.submit
{
	display: block;
	width: 70px;
	height: 30px;
	background: url('../images/btn_submit.png') top left no-repeat;
    clear: both;
}

.sprite:hover
{
	background-position: bottom;
}

#frmSearch
{
	width: 350px;
}
    
    
#frmSearch select
{
	width: 196px;
    color: #666;	
}

#frmSearch select option
{
	border: 0px;
}

#frmSearch input[type="submit"]
{
	padding: 5px 20px 5px 20px;
	display: block;
}

#frmSearch select, #frmSearch input
{
	margin-bottom: 5px !important;
	border: 1px solid #CCCCCC;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;  
    float: none; 	
}

#frmSearch label
{
	float: none;
	display: block;
	font-weight: bold;
}

#frmSearch label.error
{
	margin: 0px !important;
}

.frm_body
{
    width: 400px;
}

    .frm_body label
    {
        width: 150px;
    }
    
    .frm_body label.error
    {
       margin-left : 145px !important;
    }
    
    .frm_body select, input[type=file]   
    {
        background-color: #fff; 
        border: 1px solid #8cc63f;
        color: #666;
        *float: left;
        font-size: 12px;
        height: 25px;
        line-height: 18px; 
        margin-bottom: 10px;    
        padding: 3px; 
        width: 198px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;    
    }
    
    .frm_body input[type="text"], .frm_body textarea, .frm_body option, .frm_body input[type="password"], .frm_body select
    {
        float:left;       
    }

    .frm_body input[type=submit]
    {
        border: 0 none;
        background: url(../images/btn_submit.png) top left no-repeat; 
        clear: left;
        cursor: pointer;
        display: block;
        height: 30px;    
        margin: 10px auto; 
        *margin: 20px 110px;             
        padding: 0;    
        width: 70px; 
    } 

        .frm_body .subscribe:hover
        {
            background-position: bottom;
        }
   
    #frmLogin input[type=submit]
    {
        background: url(../images/btn_signup.png) top left no-repeat;    
    }   
     
        #frmLogin input[type=submit]:hover
        {
            background-position: bottom;
        } 
        
label.errormsg
{
    color: #f47321;
    font-size: 11px;
    font-weight: bold;
    text-align: left;    
    padding: 0 5px 10px; 
    width: 350px;
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;   
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;   
    -webkit-border-bottom: 5px;      
    display: block;
    height: auto;
}

.link
{
    color: #8CC63F;
    text-decoration: none;
    font-weight: bold;
}
    .link:hover
    {
        color: #8CC63F;
        text-decoration: underline;    
    }
    
.article_list
{
    border-bottom: 1px solid rgb(204, 204, 204);
}    
.article_list_div 
{
    width : 550px;
}
