﻿/*
*************************************************************
Copyright © 2010, BO Technology
All rights reserved.
http://www.botechnology.com
-------------------------------------------------------------
Version History:
20100118 - RFS First Version
*************************************************************
*/
html { height: 100%; }

body 
    {
	    margin:50px 0px;
	    padding:0px;
	    text-align: center;
	    min-height: 100%; 
	    height: 100%;
	}	

#Phyto
	{
		margin:0px 0px;
	    padding:0px;
	    text-align: center;
	}
	
#Phyto2
	{
		margin:0px 0px;
	    padding:0px;
	    text-align: center;
	}
	
#Content 
    {
	    width:500px;
	    margin:0px auto;
	    text-align:left;
	    padding:15px;
	    border:1px dashed #333;
	    background-color:#eee;
	}
	
#NewsLetter
	{
		position:absolute;
        left:1000px;
        top:575px;
        z-index:1;
	}
	
#PhytoTable
    {
        height: 100%;
    }    
input 
    { 
    	font-family: Myriad Pro;
    	font-size: 14px;
    	color: #003068; 
    	text-decoration: none; 
        border-color: #88A0C8 #88A0C8 #88A0C8; 
        border-style: none;
        border-top-width: 0px; 
        border-right-width: 0px; 
        border-bottom-width: 0px; 
        border-left-width: 0px;
        float: left;
    }
    
#button.custom
    {
    	background-image: url(Images/GoButton.png)
    }
#Fonter
	{
		font-family: Myriad Pro;
		font-size: 14px;
	}
	
#PhytoTable
	{
		height:100%;
		background-image: url('css/Background.jpg');
	}
