@charset "UTF-8";
/* CSS Document */

.formcontrols .blockrow.dbtech_vbshout_wrapper {
	background: #f2f6f8 none   ;
}

.formcontrols .blockrow .dbtech_shoutarea_left {
	width:25%;
	float:left;
	clear:left;
}

.formcontrols .blockrow .dbtech_shoutarea_right {
	width:25%;
	float:right;
	clear:right;
}
.formcontrols .blockrow .dbtech_shouts {
	width:75%;
}

.formcontrols .blockrow .dbtech_fullshouts {
	width:100%;
}

.formcontrols .blockrow .alt {
	background-color:#FFFFFF;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
	background-color:#FFFFFF;
	position:relative;
	top:1px;
	z-index:99999;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
	background: #e9e9e9 url(images/gradients/generic_button.png) repeat-x top left;
	border-bottom:1px solid #000000;
	position:relative;
	top:1px;
	z-index:99999;
}

.formcontrols .blockrow .dbtech_vbshout_smallfont {
	font-size:12;
          color:black;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabwrapper {
	border-bottom:1px solid #000000;
	margin: 0px;
	padding: 0px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabcontainer {
	margin: 0px;
	padding: 0px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs {
	text-align:center;
	white-space:nowrap;
	padding:5px;
	padding-top:3px;
	padding-bottom:4px;
	background:transparent;
	margin-right:6px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	font-size:11px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_shout {
	margin-top: 1px;
	margin-bottom: 1px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_frame {
	border:0px !important;
	display:block;
	padding:3px;
	padding-left:5px;
	overflow:auto;
	position:relative;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_message_frame {
	/*position:absolute;
	padding-bottom:2px;*/
	width:99%;	
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_error {
	color:rgb(255, 0, 0);
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_success {
	color:rgb(0, 255, 0);
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_sticky {
	color:black;
}

.formcontrols .blockrow .dbtech_shoutarea li textarea {
	width:95%;
	margin-bottom: 3px;
} 