﻿.ContactTable 
{
    margin: 20px 0px 20px 0px;
}

#ContactPage h1, h2, h3, h4, h5
{
    color: #555;
}

.ContactTable td
{
    padding-bottom: 14px;
}

.ContactTable .Title 
{    
    padding-right: 14px;
}

.ContactTable .T1 
{    
    color: #999999;
	font-weight: bold;
}

.SimpleBox 
{    
    width: 60%; 
    border: 2px solid #356AA0; 
    padding: 20px; 
    text-align: left;
    line-height: 1.4em;
}

/* Widget content container */
#goog-wm  
{
    padding-left: 0px;    
}

/* Heading for "Closest match"
#goog-wm h3.closest-match { }

/* "Closest match" link
#goog-wm h3.closest-match a { }

/* Heading for "Other things" */
#goog-wm h3.other-things  
{ 
    color: #999999;
	font-size: 150%;
	display: none;
}

/* "Other things" list item */
#goog-wm ul 
{ 
    list-style: none; 
    padding-left: 0px;
    margin-left: 0px;
}

#goog-wm ul li  
{ 
    list-style: none; 
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
}

/* Site search box */
#goog-wm li.search-goog  
{
    display: list-item; 
}

.form-container 
{
    margin-left: 2em;
    margin-bottom: 80px;
    width: 740px;
}

ol.install
{
    margin-top: 12px;    
}

ol.install li
{
    margin-bottom: 12px;
}

.command-syntax
{
    color:#0080C0;
}

a img
{
    outline: none;
    border: none;
}

.figure
{
    font-size:86%;
}