
#popup{    
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    min-height: 200px;
    max-height:480px;
    padding: 25px;
    overflow:auto;
}
.button.bClose {
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: 10px;
    top: 10px
}
.button {
    cursor:pointer;
    margin-left: 100px;
    display: inline-block;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    color:#444;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

li.widget {list-style:none !important;}
#homer {margin-top:-50px !important;}
.pt_link a{
font-weight:bold;
font-size:12px;
}
.pt_link li{
border-bottom:solid 1px #ccc;
margin-top:5px;
padding-bottom:5px;
list-style:none;

}
li .page_item {
font-weight:bold;
}
#twitter_stream {
    padding:5px;
    border-bottom: solid 1px #764e09; 
    border-top: solid 1px #ffffff; 
}

.twtr-hd {
    display:none;
}

#twitter-cis-header a{
    cursor:pointer;
    display:inline-block;
    height:45px;
    width:190px;
    text-indent:-9999px;
    text-overflow:none;
    background-position:bottom;
    margin:0 30px 0 0px;
    background-image:url(/cisgawpress/wp-content/themes/thesis_17/lib/images/twitter-cis-header.png);

}
#twitter-cis-header a:hover {
    background-position:top;
}

#parent-resource {
    min-height:500px;
    background-color:#999;
    background:url('/cisgawpress/wp-content/themes/thesis_17/lib/images/parent-resource-bkg.gif');
    background-repeat:no-repeat;
    border: 0 !important!
    text-indent:-9999px;
    overflow:none; 
}
#parent-resource ul{
    margin-top:-15px;
    margin-left:60px;
    font-size:13px;

}

.subfeature td { 
    padding: 12px; 
} 

.two-col-pic {
    width:100%;
    text-align:center;
}
.two-col-pic a {
    display:inline-block;
    height:135px;
    width:189px;
    text-indent:-9999px;
    text-overflow:none;
    background-position:bottom;
    margin:0 30px 0 30px;

}
.two-col-pic a:hover {
    background-position:top;
}
.two-col-pic .parent {
    background-image:url(/cisgawpress/wp-content/themes/thesis_17/lib/images/parent.jpg);
}
.two-col-pic .educator {
    background-image:url(/cisgawpress/wp-content/themes/thesis_17/lib/images/educator.jpg);
}

.form-contain {
    border-radius: 10px 10px 10px 10px;
    padding:15px;
    background:#F5F5F5;
    margin-top:15px;
    border:solid 1px #9F9F9F;
    color:#333;
}
.form-contain div{
    display:inline-block;
    vertical-align:top;
}

.form-contain input[type=text]{
    size:160px;
    width:240px;
    background:#fff !important;
    border:solid 1px #9F9F9F !important;
}
.form-contain textarea{
    background:#fff !important;
    border:solid 1px #9F9F9F !important;
    width:300px;
}
.form-contain select{
    margin-left:30px;
}

.form-contain .mmf{
    margin-top:-25px;
}

.form-contain input[type=submit] {
    background:url(/cisgawpress/wp-content/themes/thesis_17/lib/images/submit.png) no-repeat !important;
    cursor:pointer;
    width: 124px;
    height: 31px;
    text-indent:-9999px;
    overflow:none;
    cursor:pointer;
}

