.footer{
 	font-family: tahoma;
 	font-size: 10px;
 	color: #7b7c7d;
   	font-weight: normal;
   	text-decoration: none;
  	} 
  	
.footer a:hover {
   	font-family: tahoma;
   	color: #cc0000;
   	font-size: 10px;
     	font-weight: normal;
     	text-decoration: underline;
     	background-color: #ffff99; 
  	} 
  	
.white{
 	font-family: tahoma;
 	font-size: 10px;
 	color: #ffffff;
   	font-weight: normal;
   	text-decoration: none;
  	} 
  	
.white a:hover {
   	font-family: tahoma;
   	color: #ff9900;
   	font-size: 10px;
     	font-weight: normal;
     	text-decoration: underline;
  	} 
  	
.grey{
  	font-family: tahoma, verdana;
  	font-size: 10px;
  	color: #666666;
    	font-weight: normal;
    	text-decoration: none;
   	} 
   	
.grey a:hover {
    	font-family: tahoma, verdana;
    	color: #cc0000;
    	font-size: 10px;
      	font-weight: normal;
      	text-decoration: underline;
  	} 
  	
  	
.red{
 	font-family: tahoma;
 	font-size: 10px;
 	color: #cc0000;
   	font-weight: normal;
   	text-decoration: none;
  	} 
  	
.red a:hover {
   	font-family: tahoma;
   	color: #ff9900;
   	font-size: 10px;
     	font-weight: normal;
     	text-decoration: underline;
  	} 
  	
.blue-small{
 	font-family: tahoma;
 	font-size: 11px;
 	color: #2e88cb;
   	font-weight: normal;
   	text-decoration: none;
  	} 
  	
.blue-small a:hover {
   	font-family: tahoma;
   	color: #cc0000;
   	font-size: 11px;
     	font-weight: normal;
     	text-decoration: underline;
  	}
  	
.blue-big{
 	font-family: tahoma;
 	font-size: 14px;
 	color: #2e88cb;
 	font-weight: bold;
   	text-decoration: underline;
  	} 
  	
.blue-big a:hover {
   	font-family: tahoma;
   	color: #cc0000;
   	font-size: 14px;
     	font-weight: bold;
     	text-decoration: underline;
  	} 


.box1{
	
	border-top: #d1d5d8 solid 1px;
	border-left: #d1d5d8 solid 1px;
	border-right: #d1d5d8 solid 1px;
   	border-bottom: #d1d5d8 solid 1px;
	font-family: tahoma; 
	font-size: 10pt; 
	margin: 0 auto;
    	text-align: left;
	padding: 5px;
}

.box2{ 
	
	border-top: #dddddd dashed 1px;
	border-left: dashed #dddddd 1px;
        border-right: #dddddd dashed 1px;
        border-bottom: dashed #dddddd 1px;
	font-family: tahoma; 
	font-size: 10pt;
	padding: 5px;
} 	
  	

.border1 img{
  padding:5px;
  background-color: #ffffff; 
  border:1px solid #ddd;
  } 	
  		
.border1:hover img{
padding:5px;
border:1px solid orange;
}

.border1:hover{
color: red; 
}




/* Input Fields **************************************************************************/

.textfield_effect	{
	/*we will first set the border styles.*/
	border-width: 1px;
	border-style: solid;
	border-color: #d1d5d8;
	/*we are now going to add in the shadow image that we created earlier*/
	background-image: url(back_field.gif);
	background-repeat: repeat-x;*/
	font-family: tahoma;
	font-size: 10px;
	color: #0a7cb3;
	width: 200px;
	height: 14px;
	}

/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/

.textfield_effect:hover	{
	border-color: #0a7cb3;
	border-width: 1px;
	background-color: #ffffe9;
	}

.textfield_effect:focus	{
	border-color: #0a7cb3;
	border-width: 1px;
	background-color: #ffffff;
	}
	
	
/* Input message Field ***********************************************************************/	
	
.textfield_message_effect	{
	/*we will first set the border styles.*/
	border-width: 1px;
	border-style: solid;
	border-color: #d1d5d8;
	/*we are now going to add in the shadow image that we created earlier*/
	background-image: url(back_field.gif);
	background-repeat: repeat-x;*/
	font-family: tahoma;
	font-size: 10px;
	color: #0a7cb3;
	width: 200px;
	height: 50px;
	}

/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/

.textfield_message_effect:hover	{
	border-color: #0a7cb3;
	border-width: 1px;
	background-color: #ffffe9;
	}

.textfield_message_effect:focus	{
	border-color: #0a7cb3;
	border-width: 1px;
	background-color: #ffffff;
	}
	



				

.submit_button { display: block; position: relative;
                              height: 19px;
                              width: 109px;
                              overflow: hidden;
                              background: url("http://www.ugatha.com/creative/pharma-file/fr/images/submit_button1.jpg") no-repeat top left;
                              cursor: hand;
      }

.submit_button:hover {
      background-image: url("http://www.ugatha.com/creative/pharma-file/fr/images/submit_button2.jpg");
}



.submit111 { display: block; position: relative;
                              height: 19px;
                              width: 109px;
                              overflow: hidden;
                              background: url("http://www.ugatha.com/creative/pharma-file/fr/images/submit_button1.jpg") no-repeat top left;
                              cursor: hand;
      }

.submit111 {
      background-image: url("http://www.ugatha.com/creative/pharma-file/fr/images/submit_button2.jpg");
}
