﻿body {
}
/*styles for form pages*/

/*CSS formatting for newsletter form // newsletter.aspx / emailForm.aspx*/

.noticeMessage {
		display: block;
		float: right;
		font-weight: normal;
		font-family:Arial, Verdana, arial, helvetica, sans-serif;
		color:#663;
		font-size:1.2em!important;
	}

.newsletterForm
{width:100%; }

	
	.thank_you
	{border:1px solid silver; color:Red; background-color:white;}


	    
.aboutNewsletter
    {
       width:30%;
       float:right; 
       margin-top:-12px;
      
    }
    
 .radiobutton
{   
    width: 200px; 
    
}   

.formAnswer table {margin:0; position: static; }


.formQuestion 
	{
	   
		background-color:#d0e3f5;
		padding:0.3em;
		font-weight:900;
		font-family:Verdana, Arial, helvetica, sans-serif;
		font-size:0.8em!important;
		color:#5a5a5a;
		width:95.2%;
	}
	
.formAnswer 
	{
	 	background-color:#fff;
		padding:0.3em;
		margin-bottom:1em;
		width:95%;  

	}
	

.formAnswer table {margin:0; position: static; }

.emphasise
	{
	    font-size:1.2em!important;
	    font-weight:900;
	    color:Black;}
	    
	    
    
.formHeadline
{   margin-top:-30px; 
    background-color:#999; 
    height:24px; 
    border-bottom:4px solid #0b3d73; 
    margin:auto auto; 
    width:886px;}
    
 .formHeadline b
 {  color:white; 
    font-family:arial; 
    margin-left:9px; 
    font-size:12pt;
    padding:8px;  
    background-color:#0b3d73; 
    display:inline;}
 .formBody
 {  background-color:white; 
    width:886px; 
    height:570px;
    margin:0 auto 0 auto; 
    position:relative;}
 .formBody img
 {  position:absolute; 
    border:1px solid #ccc; 
    top:-130px; 
    left:600px;}
.formBodyLeft
{   width:628px; 
    background-color:white; 
    float:left; 
    padding:4px;}
    
.formContactFinished
{   margin:12px 0 0 12px;
    width:400px;
    height:80px;
    padding-left:4px;
    border-top:1px solid #0b3d73;
    border-bottom:1px solid #0b3d73;
    font-family:Arial, Sans-Serif ;
    font-size:16pt;
    color:Green;
    background-color:aliceblue;}
    
     .formContactFinished a
    {color: Green;
     text-decoration: none; color: Green;}
    .formContactFinished a:link
    {text-decoration:none; color:Green;}
    .formContactFinished a:visited
     {text-decoration:none; color:Green;}
    .formContactFinished a:hover
     {text-decoration:none; color:#999;}
    .formContactFinished a:active
     {text-decoration:none; color:Green;}
     
.formBodyRight
{   width:249px; 
    background-color:white; 
    padding-top: 90px; 
    float:left;}
    
.formTextBox
{   padding:4px; 
    font-family:Arial black, Arial, Sans-Serif ;
    font-size:14pt; border-top:none; border-left:3px solid #666;
    border-bottom:none; border-right:none; color:White;
    background-color:#999;}
