/*-------------------------------------------------------+
| Plugboard CSS

| Copyright (C) 2009 tatipixel.com
| http://www.tatipixel.com/
+--------------------------------------------------------+
| Filename: plugboard.css
| Author: MK-Webmaster
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

#plugboardBox {
	background-color:#CBDDDD; 
	border:2px solid #58ABAB;
}
#plugboard tr td {
	background-image: url(Banner_TPP.gif);
}
.inputText {
	font-family: "Comic Sans MS";
	font-size:14px;
	font-weight:bold;
	color: #008080;
	padding:0;
	padding-left:10px;
	margin:0;
}
.inputBox {
	width:310px; 
	padding:0 4px;
	margin:0;
	font-family: "Comic Sans MS";
	color: #008080;
	font-size:14px;
	background-color:#dfebeb;
	border:2px solid #58ABAB;
}
.submit {
	width:57px; 
	height:91px; 
	background-image:url(send_plugb.gif); 
	background-color:transparent; 
	border:0; 
	padding:0;
	margin:0; 
	cursor:pointer;
}

.inputText {
	font-family: "Comic Sans MS";
	color: #008080;
}
.errorMsg {
	color:#603; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:bold;	
}