

/*

  ============================================================
    Menu-Select-Box Plugin
  ============================================================
    Version:	  v1.0 basic (see website for advanced version)
    Released:	  17th August 2006
    Copyright:	Jan Neugebauer
    Email:      cmsimple2006@internet-setup.de
    Website:    www.internet-setup.de/cmsimple/index.php
  ============================================================

*/


/*
Advanced version only:

You may use your own stylesheet for each select box you want to show.
If you do not use the stylesheet parameter, the default stylesheet is used.

Naming:
-  For the select-box itself:
     anything you like with trailing '_box' as identifier
     e.g. .my_box
- For the submit button:
     anything you like with trailing '_box_submit' as identifier
     e.g. .my_submit
*/
     
.jn_menu_select_box {
	border: 1px solid #cccccc;
	width: 98px;
	color: #000000;
	background-color: #ffffff;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jn_menu_select_box_submit {
	background-color: #1FA74A;
	/*background-image:url(submit.jpg);*/
	color: #FFFFFF;
	height: 18px;
	width: 57px;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





.testme_box {
	width: 120px;
	color: red;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

.testme_submit {
	color: red;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}
