.twttr-dialog-container {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
   /* margin: 90px auto 40px;*/
    overflow: visible;
    position: relative;
    z-index: 6000;
}
.twttr-dialog-error {
    background-color: #FFF4B5;
    color: #333333;
    display: none;
    margin-bottom: 7px;
    padding: 7px 15px;
}
.twttr-dialog-header {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twttr-dialog-inside {
    position: relative;
    z-index: 1;
}
.draggable .twttr-dialog-header, .draggable .profile-modal-header {
   /* cursor: move;*/
}
.twttr-dialog-header h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.twttr-dialog-header .twttr-dialog-close, .profile-modal-header .twttr-dialog-close {
    background: url("./images/twitter_web_sprite_icons.png") no-repeat scroll 0 -510px transparent;
    cursor: pointer;
    float: right;
    height: 13px;
    width: 12px;
}

.twttr-dialog-error {
    background-color: #FFF4B5;
   /* color: #333333;*/
    display:none;
    margin-bottom: 7px;
    padding: 25px 25px;
	font-size:18px;
	color:#CC3333;
	
}