@charset "utf-8";
/* CSS Document */
body {
	background-color:#d7d7d7;
	font-family: Arial;
	font-size: 12px;
	color:#fff;
	margin:1px;
	padding:0px;
	text-align:center;
}
#container{
	width:850px;
	margin:0 auto;
	background-color:#FFF;
	border: thin inset #999;
	padding-left: 4px;
}
label {
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	text-transform:uppercase;
}
input {
	background-color:#dedede;
	text-transform:uppercase;
}
textarea {
	background-color:#dedede;
	text-transform:uppercase;
}
fieldset{
	border:none;
}
#topframe {
	height: 30px;
	width: 100%;
	color:#000;
	background-color:#CCC;
	margin:1px;
	background-image: url('http://nmvt.getswc.com/systemimages/vid_wrap1/titleBg.png');
	background-repeat: no-repeat;
}
#topframe h2{
	margin:1px;
	color:#333;
	text-align:center;
}

h2{
	margin-top:20px;
	color:#333;
}
#bottomframe {
	height:76px;width:100%;
	color:#353535;
	padding:1px;
	text-align:center;
}
#bottomframe td {
	/*color:#000;*/
	text-transform:uppercase;
}
#btmfrm {
	color:#000;
	font-size:13px;
	
}
#btmData{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
#btmfrmprice {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-left:4px;
}
#btmInfo{
	/*border:thin solid #CCC;*/
	background-image: url('http://nmvt.getswc.com/systemimages/vid_wrap1/infoBg.png');
	background-repeat: no-repeat; 
	color: #000;
}
#contactHeader{
	font-weight:bold;
	font-size:18px;
	color:#333;
	background-color: #fff;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.contactform {
	/*background-color: #595959;*/
	background-image: url('http://nmvt.getswc.com/systemimages/vid_wrap1/contactBg.png');
	background-repeat: no-repeat;
	color:#333;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
}
.buttonrow {
	text-align:center;
}
.button {
	font-weight:bold;
	font-family:Verdana;
	font-size:13px;
	background-color:#dedede;
	background-image: url('http://nmvt.getswc.com/systemimages/vid_wrap1/titleBg.jpg');
	background-repeat: repeat-x;
	height:30px;
}



