/*
 *
 */
.ui-widget-overlay
{
    background: #666666 url(../../images/jquery/dialog/window_background.png) 50% 50% repeat;
    opacity: .75;
    filter:Alpha(Opacity=75);
}

/*
 * TweetArticle Dialog  header
 */
.ui-widget-header
{ 
	border: 1px solid #000099; 
	background: #000028 url(../../images/light-blue-shadow.png) repeat-x; 
	color: #ffffff; 
	font-weight: bold; 
}


/*
 * Dialog Content Settings
 */

.tweet_dialog
{
    text-align: center;
    background-color: #eeeeee;
}

div.tweet_article .ui-dialog .ui-dialog-content {
    background-color: #eeeeee;
}

div.tweet_article .tweet_message_box
{
    width: auto;
    height: auto;
    background-color: #eeeeee;
}

    div.tweet_article .tweet_message_box .tweet_message_text_box
    {
        text-align: center;
        margin-top: 20px;
        
    }

        .tweet_message_text
        {
            
        }

    .tweet_message_link_box
    {

    }

        .tweet_message_link
        {
            margin-top: 3px;
            width: 490px;
        }

    .tweet_message_submit_box
    {
        margin-top: 10px;
    }
        .tweet_message_submit
        {
            width: 150px;
        }
   