body {
	margin: 10px;
	padding: 10px;
	font-family: arial;
	text-align: center!important;
	color:#777777;
	font-size:13px;
}

div{
	margin:0px auto; 
}

table{
	margin:0px auto; 
}

.login_form {
	width: 350px;
	background: #f0f0f0 url(../images/login_bg.jpg) repeat-x 0 0;
	border: 1px solid white;
	margin: 200px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
}

.login_form h1,h2,h3,h4,h5 {
	margin-top: 0;
	font-family: arial black, arial;
	text-align: center;
}

.inputfield {
	display: block;
	margin: 0 0 1em 0;
	width: 80%; border : 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 1em;
	border: 5px;
}

.inputbutton,form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	background: #348075;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
}

.login_form.submit:hover,form a:hover {
	background: #287368;
	cursor: pointer;
}

/* Validation error messages */
.error {
	color: #393939;
	font-size: 15px;
}

#input_form {
	width: 500px;
	margin: 50px auto 0;
	align:center;
}

#input_form2 {
	width: 800px;
	margin: 50px auto 0;
	align:center;
}


fieldset {
	border: solid 1px #DEDEDE;
}

fieldset legend {
	font: bold 13px arial black, Verdana, Arial, Helvetica, sans-serif;
}

fieldset ul, fieldset li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

fieldset li {
	clear: both;
	list-style: none;

	padding: 0.5em;
}
fieldset input, textarea ,select,radio{
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}


fieldset label {
	width: 140px;
	float: left;
	margin: 0.5em 0 0 0;
	font: bold 13px arial black, Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
}

fieldset button {
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
	width: 125px;
	height: 31px;
	background: #666666 url(images/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	/* FOR FUN */
}

.mytable {
	width: 80%;
	padding: 30px;
	margin: 0 auto;
}

.mytable table {
	border: 1px solid #cccccc;
}
.mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mytable th {
	font: bold 13px arial black, Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #cccccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background:  url(../images/center_tile.gif) repeat;
	
}

.mytable th.nobg {
	border: 1px solid #cccccc;
	background: none;
}

.mytable tr {
	border: 1px solid #cccccc;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	margin:1em;
}

.mytable tr.odd:hover ,.mytable tr.alt:hover{
	border: 1px solid #cccccc;
	background: yellow;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	margin:1em;
}

.mytable tr.odd {
	border: 1px solid #cccccc;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	margin:1em;
}


.mytable tr.alt {
	background-color: #F5F5FA;
	color: #797268;
}

.mytable td {
	border: 1px solid #cccccc;
	padding: 6px 6px 6px 12px;
	margin:1em;
	word-wrap:break-word;
	word-break :break-all;
}

.mytable td.spec {
	height:40px;
	text-align:center;
}
.mytable td.prodname{
	padding: 0 0 5px 0;	 
	font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	border-color:green;
	background:  url(../images/center_tile.gif) repeat;

}

.mytable td.prodintro{
	padding: 0 0 5px 0;	 
	text-align:left;
	text-valign:top;
	height:280px;
	width:100%;

}

.mytable td.prodintro div.intro{
   WIDTH: 100%; 
   HEIGHT: 100%;  
   OVERFLOW: scroll;
}


.mytable th.specalt {
	border: 1px solid #C1DAD7;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.mytable a:hover {
	border: none;
	padding: 6px;
	text-decoration: none;
	font-size: 13px;
	background:  #666666 url(images/button.png) no-repeat;
	color: white;

	/* FOR FUN */
}
.mytable a{
	border: 1px;
	padding: 6px;
	text-decoration: none;
	font-size: 13px;
	background:  url(../images/center_tile.gif) repeat;
	color: black;
	/* FOR FUN */
}

.prodtable {
	width: 90%;
	padding: 20px;
	margin: 0 auto;
}

.prodtable table {
	border: 1px solid #cccccc;
	table-layout:fixed ;
	
}

th.cap {
	padding: 0 0 0px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-valign:bottom;
}

.prodtable tr {
	border: 1px solid #cccccc;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	margin:1em;
}


.prodtable td {
	border: 1px solid #cccccc;
	padding: 6px 6px 6px 12px;
	margin:1em;
}

.prodtable td.oper {
	height:40px;
	text-align:center;
}

.prodtable td.prodname{
	padding: 0 0 5px 0;	 
	font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	border-color:green;
	background:  url(../images/center_tile.gif) repeat;

}

.prodtable td.prodintro{
	padding: 0 0 5px 0;	 
	text-align:left;
	text-valign:top;
	height:280px;
	width:100%;
	overflow:hidden;

}

.prodtable td.prodintro div.intro{
   *WIDTH: 100% !important; width:400px; 
   HEIGHT: 100%;  
   OVERFLOW: scroll;
}

td.spec {
	height:60px;
	width:100%;
	text-align:left;
}

td.prodspec div.spec{
   WIDTH: 100%;  
   height:60px;
   OVERFLOW-y: scroll;
   OVERFLOW-x:hidden;
}
div.spec label {
	width: 100%;
	float: left;
	margin: 0.5em 0 0 0;
	font: bold 13px arial black, Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	border-color:#777777;
}

.prodtable a:hover {
	border: none;
	padding: 6px;
	text-decoration: none;
	font-size: 13px;
	background:  #666666 url(images/button.png) no-repeat;
	color: white;

	/* FOR FUN */
}
.prodtable a{
	border: 1px;
	padding: 6px;
	text-decoration: none;
	font-size: 13px;
	background:  url(../images/center_tile.gif) repeat;
	color: black;
	/* FOR FUN */
}



