@charset "UTF-8";
/* CSS Document */

.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,
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
	background: #f2f6f8 none   ;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
	background: #e9e9e9 url(http://forum.pinoymates.com/images/gradients/generic_button.png) repeat-x top left;
}

.formcontrols .blockrow .dbtech_vbshout_smallfont {
	font-size:11px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabwrapper {
	border: 0px !important;
	margin: 0px;
	padding: 0px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabcontainer {
	border: 0px !important;
	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:0px !important;
	font-size:11px;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window {
	border:0px !important;
}

.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;
	background:#f2f6f8 none   ;
	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;
} 