/*
Author: PG Carr
Author URI: http://HandyWebGuy.Com
Description: Handy Ultimate Content Embedder CSS style
*/

.handy_ultcontembed_admin_wrapper {
    width:600px;
    float:left;
}

.handy_ultcontembed_admin_input {
    width:40%;
    float:left;
}

.handy_ultcontembed_admin_desc {
    width:50%;
    float:right;
    color:blue;
    font-weight:bold;
}

.handy_ultcontembed_admin_wrap h3 {
    padding-bottom: 20px;
    border-bottom:3px solid #E0E0E0;
    width:90%;
    
}

.handy_ultcontembed_admin_section {
    padding-bottom: 20px;
    border-bottom:3px solid #E0E0E0;
    width:90%;
    
}

.handy_ultcontembed_warning {
    font-size:1.5em;
    font-weight:bold; font-style:italics;   
    
}

.handy_ultcontembed_help_wrap h2 {
    color:red;
    font-weight:bold;font-style:italic;
    padding-top: 25px;
    border-top:3px solid #E0E0E0;
    width:90%;
    font-size:2em;
}

 .handy_ultcontembed_help_wrap h1  {
    color:red;
    font-size:2em;
    font-weight:bold;font-style:italic;
}

