/* From site.css */
/* =========================================== */
/*            GENERAL CONFIGURATION            */
/* =========================================== */

   body {
      padding:             0px;
      margin:              0px;
      border:              0px;
      background-color:    #000000;
      font-family:         Arial, Helvetica, sans-serif;
      line-height:         1.2em;
      background-position: top;
      background-repeat:   repeat-x;
      color:               #ccc;
      font-size:           11px; }
	  
/*======= Common Styles ============*/

img,fieldset{border:0}
ul{list-style:none}
p{line-height:14px}
.clear{clear:both}

td {
	font-size:           11px; 
}

input[type=text] {
	height:20px;/*18*/
	padding:1px 3px;
	margin-top:1px;
	float:left;
	border:1px solid #999;
	font-size:12px;
	line-height:12px;
	color:#666666;
	width:300px;/*155*/
}

input.text {
	height:20px;/*18*/
	padding:1px 3px;
	margin-top:1px;
	float:left;
	border:1px solid #999;
	font-size:12px;
	line-height:12px;
	color:#666666;
	width:300px;/*155*/
} 

select option {
	height:16px;/*18*/
	padding:1px 3px;
	margin-top:1px;
	width:270px;/*155*/
	font-size:10px;
	line-height:12px;
	color:#999;
}

input[type=button] {
	background:url(http://www.jvc.com/images/interface/btn_com_submit.gif) no-repeat;
	width:89px;
	height:81px;
	border: none;
	text-indent:-9999px;
	cursor:pointer;
}

input.button {
	background:url(http://www.jvc.com/images/interface/btn_com_submit.gif) no-repeat;
	width:89px;
	height:81px;
	border: none;
	text-indent:-9999px;
	cursor:pointer;
}
