﻿* {
	margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
    background: #f9f8f8;
}
 input.input_normal:-ms-input-placeholder,
input.inputSmall:-ms-input-placeholder,
input.inputLower:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder {     
   color: #d5d5d5;
}
.placeholder { color: #d5d5d5; }
p {
	line-height: 260%;
	clear: both;
	float: left;
}
h1 {
	font-size: 30px;
	line-height: 150%;
}
h2 {
	font-size: 20px;
	line-height: 170%;
}
h3 {
	font-size: 17px;
	line-height: 150%;
	clear: both;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
input[type="text"],input[type="datetime"],textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000;*/
}
 .textarea {  
       color: #000;
}
input[type="checkbox"],input[type="radio"] {
	width: 15px;
	height: 15px;
	float: right;
	margin: 0 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	transition: border 0.2s linear,box-shadow 0.2s linear;
}
input[type="text"],input[type="datetime"],textarea {
	padding: 4px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	transition: border 0.2s linear,box-shadow 0.2s linear;
}
 
input[type="datetime"]{
	width: 100%;
	box-sizing: border-box;
}
select {
	padding: 4px 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	transition: border 0.2s linear,box-shadow 0.2s linear;
}
.input_normal {
	width: 96%;
	height: 16px;
	float: right;
}
.input_normal_PartI_Bussiness, .text-box {
	width: 97%;
}
.input_normal[readonly],.inputSmall[readonly],.inputLower[readonly] { 
	 
}
.inputSmall {
	width: 90.5%;
	float: left;
	margin: 1% 2%;
}
.inputLower {
	width: 80%;
	height: 16px;
	float: left;
}
input[type="text"]:focus,input[type="datetime"]:focus,input[type="checkbox"]:focus,textarea:focus,select:focus {
	border: 1px solid #73b8ee;
	-moz-box-shadow:    0px 0px 6px 0px #8f8e8e;
    -webkit-box-shadow: 0px 0px 6px 0px #8f8e8e;
    box-shadow:         0px 0px 6px 0px #0066FF;
}
textarea {
	width: 99%;
	height: 200px;
	padding: 4px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	transition: border 0.2s linear,box-shadow 0.2s linear;
}
.dollarInput {
	float: left;
	width: 200px;
	height: 20px;
	padding: 3px 0;
	position: relative;
}
.dollarInput .input_normal {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 16px;
	font-size: 18px;
}
.dollarInput .dollar {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 18px;
}
/***************************************
	Button Division
***************************************/
button[disabled=disabled], button:disabled {  
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers 424275*/
  opacity: 0.9;
  cursor: default;
  background: #7777ac;
}
button::-moz-focus-inner {
	border: 0;
}
.megabyteButtonsave {
	min-width: 140px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	f/loat: right;
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	border: 1px solid #606091;
	border-radius: 4px;
	background: #69699d;
}
.megabyteButtonsave:hover, .megabyteButtonsave:focus {
	background: #280F4C;
}






.megabyteButtonNotEnabled {
	min-width: 140px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	float: right;
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	border: 1px solid #606091;
	border-radius: 4px;
	background: wheat;
}
.megabyteButton2 {
	min-width: 200px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	float: right;
	line-height: 120%;
	color: #fbfc05;
	cursor: pointer;
	border: 1px solid red;
	border-radius: 4px;
	background: #d41451;
}
.megabyteButton2:hover, .megabyteButton2:focus {
	background: red;
}
.megabyteButton3 {
	min-width: 200px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	float: right;
	line-height: 120%;
	color: #000000;
	cursor: pointer;
	border: 1px solid #fbfc05;
	border-radius: 4px;
	background: #b9b608;
}
.megabyteButton3:hover, .megabyteButton3:focus {
	background: #decf0a;
}
.megabyteButton4 {
	min-width: 240px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	float: right;
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	border: 1px solid #606091;
	border-radius: 4px;
	background: #69699d;
}
.megabyteButton4:hover, .megabyteButton4:focus {
	background: #280F4C;
}
.megabyteButton5 {
	min-width: 140px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	border: 1px solid #606091;
	border-radius: 4px;
	background: #69699d;
}
.megabyteButton5:hover, .megabyteButton5:focus {
	background: #280F4C;
}


.megabyteButton {
	min-width: 140px;
	height: 29px;
	padding: 6px 20px;
	margin: 4px 0 3px; 
	float: right;
	line-height: 120%;
	color: #fff;
	cursor: pointer;
	border: 1px solid #606091;
	border-radius: 4px;
	background: #69699d;
}
.megabyteButton:hover, .megabyteButton:focus {
	background: #280F4C;
}
.megabyteButtonComment  {
    width: 24px;
	height: 24px;
	margin: 5px 6px 0 0;
	float: right;
	/*background-color: transparent;*/
}
.megabyteButtonComment:hover {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
  cursor: pointer;
}
.megabyteClearLine  {
    width: 24px;
	height: 24px;
	margin: 5px 6px 0 0;
	float: left;
	/*background-color: transparent;*/
}
.megabyteClearLine:hover {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
  cursor: pointer;
}

.megabyteButtonHelp a {
    width: 34px;
	height: 31px;
	margin: 4px 2px; 
	float: right;
	background-color: transparent;
}
.megabyteButtonHelp a:hover {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}
/***************************************
	Top Division
***************************************/
.megabyteTop {
	width: 100%;
	height: auto;
	float: left;
	background: #646497;
}
.megabyteSiteName {
	min-width: 150px;
	height: auto;
	float: left;
	padding-right: 20px;
	background: url(../images/top-side.png) right no-repeat;
}
.megabyteSiteName > h1 {
	color: #fff;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	/*padding: 6px 0;*/
}
.megabyteFormName {
	width: 360px;  
	height: auto;
	font-size: 18px;
	color: #fff;
	float: left;
	padding: 10px 20px;
	/*padding: 16px 20px;*/
}
/***************************************
	Wrapper Division
***************************************/
.megabyteWrapper {
	min-width: 1349px;
	width: 100%;
	height: 176px;
	position: absolute;
	border-bottom: 1px solid #dddcdd;
	background: #eee;
}
.megabyteHeader {
	min-width: 1349px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
}
.megabyteLogo{
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 10px;
	border: 8px solid #fff;
	-moz-box-shadow:    0px 0px 5px 0px #b1b1b1;
    -webkit-box-shadow: 0px 0px 5px 0px #b1b1b1;
    box-shadow:         0px 0px 5px 0px #b1b1b1;
}
.megabyteLogo img{
	width: 130px;
	height: auto;
	float: left;
	border: 1px solid #ccc;
}
.megabyteHeader > .megabyteCenter > .subName {
	width: 1120px;  
	height: auto;
	float: left;
	margin: 10px 0 0 24px;
}
.megabyteHeader > .megabyteCenter > .subName > h1 {
	width: auto;
	min-height: 59px;
	float: left;
	font-size: 20px;
	font-weight: lighter;
	line-height: 226%;
}
/************************************
	Navigation Bars
************************************/
nav,nav ul {
	width: 100%;
	height: auto;
	float: left;
}
nav ul {
	font-size: 12px;   /*14*/
	font-weight: 700;
}
nav > ul > li {
	display: inline;
	text-align: center;
}
nav > ul > li a {

	width: 106px;  /*126*/
	padding: 10px 5px;   
	float: left;
	color: #646497;
	margin-left:2px;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	/*background: #646497;*/
}
nav > ul > li a:hover {
	text-decoration: none;
}
.navNormal_save {
	color: #fff;
	background: #646497;	
}
.navNormal {
	color: #fff;
	background: #646497;	
}
.navNormal:hover, .navNormal:focus {
background: #280F4C;
}
.navHeighlight {
	background: #f9f8f8;	
}
.megabyteUser {
	width: auto;
	float: right;
	margin-top: 3px;
}
.megabyteUserImage {
	width: 32px;
	height: 32px;
	float: left;
}
.megabyteUserName {
	width: auto;
	height: auto;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 4px 20px 4px 10px;
	background: url(../images/top-side.png) right no-repeat;
}
.megabyteLogout {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	padding-left:10px;
	line-height: 250%;   
	background: url(../images/top-side.png) left no-repeat;  
}
.megabyteLogout a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.megabyteLogout a:hover {
	color: #ff0606;
}
.megabyteAssessment {  
    background-color: #2f52a1;
	width: 640px;
	height: 30px;
	float: left;
	color: #fff;
	margin-top: 3px;
	border: 1px solid #fff;
}
.megabyteAssessment1 {  
	width: 240px;
	height: 30px;
	float: left;
	color: #fff;
	margin: 0.25em 0 0 400px;
	border: 1px solid #fff;
}
.megabyteAssessment table {   
	width: 636px;
	height: 20px;
	margin: 2px auto 0 auto;
}
.megabyteAssessment1 table {   
    width: 230px;
    height: 26px;
	margin: 2px auto 0 auto;
}
.megabyteAssessment .input_normal,.megabyteAssessment .inputSmall,.megabyteAssessment1 .inputSmall {  
	margin: 0 !important;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-radius: 0;
	padding: 0px 4px 0 4px;
	height: 18px;
	float: left;
	color: #fff;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.1);
}
.megabyteAssessment input:focus,.megabyteAssessment1 input:focus {   
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	box-shadow: none;
}
.megabyteAssessment .input_normal{   
	width: 184px;
}
.megabyteAssessment .inputSmall {   
	width: 100px;
}
.megabyteAssessment1 .inputSmall {   
	width: 146px;
}
.megabyteAssessment .input_normal:focus {   
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.1);
	outline: none;	
}
.printDraft {  
	width: 140px;
	height: 26px;
	color: #fff;
	float: right;
	padding: 0 10px;
	border: 1px solid #fff;
	background: #70a950;/*red url(../images/Print.png) 6px no-repeat;*/
}
.printCompleted {   
	width: 140px;
	height: 26px;
	color: #fff;
	float: right;
	text-align: right;
	padding: 0 10px;
	border: 1px solid #fff;
	background: #94c102 url(../images/Print.png) 6px no-repeat;
}
.printDraft:hover,.printCompleted:hover {  
	/* IE 8 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	
	/* Netscape -moz-opacity: 0.8;*/
	
	
	/* Safari 1.x -khtml-opacity: 0.8;*/
	
	
	/* Good browsers opacity: 0.8;*/
	background: #5fcb4d;/*red url(../images/Print.png) 6px no-repeat;*/
	cursor: pointer;
}
/***************************************
	Container Division
***************************************/
.megabyteCenter {
	width: 1294px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.megabyteContainer {
	/*min-width: 1349px;*/
	width:100%;
	height: auto;
	position: absolute;
	top: 220px;
}
.megabyteForm {
	width: 1018px;
	height: auto;
	padding: 3.85%;
	margin-bottom: 20px;
	float: right;
	border: 1px solid #e0e0e0;
	background: #fff;
}
.megabyteSidebar {
	width: 164px;
	height: 100%;
	float: left;
}
.megabyteForm > .tableFull {
	width: 100%;
	height: auto;
	float: left;
	border-collapse: collapse;
}
.tableBorderFull {
	position: relative;
}
.tableBorderFull td > .input_normal {
	width: 77%;
	height: 16px;
	margin: 4px;
	float: left;
}
.tableBorderFull td > img {
	margin: 5px 6px 0 0;
	float: right;
}
.tableBorderFull th {
	vertical-align: middle;
	padding: 4px 0;
	text-align: center;
	position: relative;
}
.tableBorderFull td {
	position: relative;
}
.tableWithOutBorder td,.tableWithOutBorder th, {
	float: left;
	border: 0 !important;
	background: #ccc;
}
.tableBorderFull,.scheduleBtable {
	width: 100%;
	height: auto;
	float: left;
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
}
.tableBorderFull th,.tableBorderFull td,.scheduleBtable td,.scheduleBtable th {
	border: 1px solid #000;
}
.megabyteFormPartsHeader {
	width: 100%;
	height: auto;
	padding: 7px 0;
	margin-bottom: 0px;
	float: left;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #000;
}
.megabyteFormPartsHeader table {
	font-weight: normal;
	font-size: 12px;
	margin-top: 6px;
}
.megabyteFormPartsHeader table p {
	line-height: 200%;
}
.megabyteFormPartsHeader table input[type="checkbox"] {
	margin: 0;
}
.megabyteFormPartsHeader-border,.megabyteFormPartsHeader-Two {
	width: 99.7%;
	height: auto;
	padding: 7px 0;
	margin-bottom: 0px;
	float: left;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #000;
}
.megabyteFormPartsHeader-Two {
	text-align: center;
}
.megabyteFormPartsHeader-emty {
	width: 100%;
	height: 34px;
	margin-bottom: 6px;
	float: left;
	font-size: 15px;
	font-weight: 700;
}
.horizontalLine {
	width: 100%;
	height: 2px;
	float: left;
	background: #000;
}
/***********************************
Custom Code
***********************************/
.info {
	width: 100%;
	float: left;
	padding: 10px 10px 0 10px;
	margin: 14px 0;
	border-radius: 3px;
	border: 1px solid #fdddc9;
	background: #fff6f1;
}
.info p {
	line-height: 164%;
	color: #cb5f1e;
	padding-bottom: 8px;
}
.info,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error,.error:before,.error:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #df0209;
	padding: 10px;
	margin: 10px 0 12px 0;
	border-radius: 3px;
	border: 1px solid #feb0b3;
	background: #fff3f4;
}
.error img {
	float: left;
	margin-right: 10px;
}
.error p {
	line-height: 32px;
}
.error ul {
	list-style: inside;
	float: left;
	line-height: 29px;
}
.error ul li {
	display: inline;
}
.error ul li:before {
	content: '■';
	font-size: 20px;
	padding: 0 4px 0 10px;
}
.tableBorderFull {
	position: relative;
}

.tableBorderFull td > .input_normal {
	width: 77%;
	height: 16px;
	margin: 4px;
	float: left;
}
.formDadditions td > .input_normal {
	width: 80%;
	height: 16px;
	margin: 0;
	float: left;
}
.formDadditions .megabyteButtonComment  {
	margin: 2px 4px 0 0;
}
.formDadditions td {
	padding: 2px;

}
.tableBorderFull .inputSmall {
    width: 100%;
	height: 26px;
	margin: 0;
	float: left;
	box-sizing: border-box;
}
.tableBorderFull td > img {
	margin: 5px 6px 0 0;
	float: right;
}
.tableBorderFull th {
	vertical-align: middle;
	padding: 4px 0;
	text-align: center;
	position: relative;
}
.tableBorderFull td {
	position: relative;
}
.tableBorderFullNumbers {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
}
.tableBorderFull td > .inputLower {
	width: 98%;
	height: 26px;
	margin: 2px;
	float: left;
	box-sizing: border-box;
}
.tableBorderFull td > .inputLower2 {
	width: 80%;
	height: 26px;
	margin: 2px;
	float: left;
	box-sizing: border-box;
}

.tableBorderFull .alignCenter {
	text-align: center;
	font-weight: 700;
}
.borderRight {
	border-right: 2px solid #000;
}
.tagLineNormal {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.tagLineLeft,.tagLineRight,.tagLineCenter {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.tagLineRight {
	float: right;
	margin-right: 6px;
}
.tagLineRight a {
	color: #0255c6;
}
.tagLineRight a:hover {
	text-decoration: none;
}
.tagLineCenter {
	text-align: center;
}
.tagLineEmty {
	padding: 9px 0;
}
.cell {
	border-right: 1px solid #000;
}
.cell input[type="text"] {
	width: 92%;
	margin: 1px;
	float: left;
}
.remarks {
	width: 100%;
	vertical-align: top;
	padding-top: 6px;
}
.remarks .input_normal {
	width: 94%;
	margin: 4px;
	float: left;
}
.remarksSingleLine{
	border-top: 1px solid #000;
}
.remarksSingleLine .input_normal {
	width: 99%;
	margin: 2px 0;
	float: left;
}
.megabyteStrong {
	font-size: 14px;
}
.ScheduleA {
	width: 100%;
	margin-bottom: 4px;	
}
.ScheduleA td {
	padding: 2px;
}
.ScheduleA p {
	line-height: 160%;	
}
.ScheduleA .input_normal {
	width: 100% !important;
	float: none;
	margin: 0 auto;
	height: 26px;
	box-sizing: border-box;	
}
.scheduleAtableLine35 {
	width: 100%;
	margin-left: 10px;
}
.scheduleAtableLine35 td {
	border: 0;
	font-weight: normal;
}
scheduleAtableLine35 input[type="checkbox"] {
	
	margin:0px;
}
.fontBlod {
	font-weight: 700;
}
.declarationShape-1 {
	background: url(../images/Shape-1.png) center no-repeat;
}
.declarationShape-2 {
	background: url(../images/Shape-2.png) bottom no-repeat;
}
.partThreeDeclaration td  {
	border-right: 1px solid #000;
	padding: 2px;
	vertical-align: top;
}
.megabyteSpecifyTypeHeader,.partThreeDeclarationHeader {
	text-align: center;
	font-weight: 700;
}
.partThreeDeclaration td  {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.megabyteTaxObligation td  {
	border:0;
}
.partThreeDeclaratioLessor {
	float: left;
	width: 234px;
}
.partThreeDeclarationLessor .input_normal {
	width: 446px;
	margin: 2px 1px;
	float: right;
}
.partThreeDeclaratioLessor {
	float: left;
	width: 234px;
}
.partThreeDeclarationLessor .input_normal {
	width: 446px;
	margin: 2px 1px;
	float: right;
}
.partThreeDeclaratioLessor2 {
	float: left;
	width: 300px;
}
.partThreeDeclarationLessor2 .input_normal {
	width: 300px;
	margin: 2px 1px;
	float: right;
}
.partThreeDeclaratioAddress {
	float: right;
	width: 234px;
	margin-right: 4px;
}
.partThreeDeclarationMailing input {
	width: 226px;
	margin:2px auto;
}
.partThreeDeclarationAcq select {
	width: 40px;
	margin:2px auto;
}
.partThreeDeclarationYear input {
	width: 36px;
	margin:2px auto;
}
.partThreeDeclarationAnnual input {	
	width: 104px;
	margin: 2px 1px;
	float: none;	
}
.partThreeDeclarationYear select { 
	width: 60px; 
	margin:2px auto;
}
.partThreeDeclarationDescript input,.partThreeDeclarationCost input {	
	width: 100px;
	margin:2px auto 1px;
	float: none;	
}
.megabyteDeclaration h1 {
	padding: 4px 0;
	font-size: 19px;
	text-align: center;
}
/*.megabyteDeclaration td > .inputLower {
	padding: 4px !important;
}*/
.megabyteDeclaration > strong {
	text-align: center;
	float: left;
	padding: 5px;
}
.megabyteDeclaration p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.megabyteDeclarationParagrahp {
	text-align: justify;
	font-style: italic;
	line-height: 180%;
}
.megabyteDeclarationParagrahp2 {
	text-align: justify;
	font-style: italic;
	line-height: 190%;
}

.megabyteDeclaration {
	width: 100%;
}
.megabyteDeclaration td {
	/*border-bottom: 1px solid #000;*/
}
.megabyteDeclarationTable{
	border-bottom: 0;
	width: 100%;
	float: left;
}
.megabyteDeclarationTable td{
	border-bottom: 0;
	border-right: 1px solid #000;
}
.megabyteDeclarationTable td .input_normal {
	margin: 1px 4px;
	height: 27px;
	width: 99.4%;
	box-sizing: border-box;
}
.megabyteDeclarationTable td .inputLower {
	margin: 0 4px;
	float: left;
	width: 93%;
}
.megabyteOwnership {
	width : 200px;
	height: auto;
	float: left;
	border-collapse:collapse;
}
.megabyteOwnership td {
	padding: 1px 0;
}
.megabyteOwnership th {
	padding: 6px 0;  
}
.megabyteOwnership th img {
	float: right;
	margin-top:-2px;
}
.megabyteOwnership td input[type="text"] {
	width: 120px;
	margin: 0 2px;
	float: right;
}
.preparersNameAndAddress .input_normal {
	margin: 0px 0px 2px 0 !important;
	float: left !important;
	width: 100% !important;	
}
.formFOwnership {
	width : 200px;
	height: auto;
	float: left;
	border-collapse:collapse;
}
.formFOwnership th img {
	float: right;
	margin-top:-2px;
}
.formFOwnership td input[type="text"] {
	width: 120px;
	margin: 0 2px;
	float: right;
}

.questionnaaire {
	width: 100%;
	border-left: 1px solid #646497;
	font-size: 14px;
	font-weight: 700;
	color: #646497;	
}
.questionnaaire th,.questionnaaire td {
	/*border: 1px solid #646497;*/
	border-bottom: 1px solid #646497;
	border-right: 1px solid #646497;
}
.questionnaaireHeader {
	font-size: 14px;
	text-align: left !important;
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	background: #646497;
}
.questionnaaire p {
	font-size: 14px;
	font-weight: 700;
	color: #646497;
	padding: 10px 4px;
	line-height: 180%;
}
.questionnaaire a {
	color: #0000ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.questionnaaire a:hover {
	text-decoration: none;
}
.questionnaaire input[type="checkbox"] {
	margin: 0 auto !important;
	float: none !important;
}
.questionnaaire .megabyteButton {
	margin: 4px auto !important;
	float: none !important;
}
.totalCostBorderLeft {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
.totalCostBorderRight {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.megabyteDeclarationTableL{
	border-bottom: 0;
	width: 100%;
	float: left;
}
.megabyteDeclarationTableL td{
	border-bottom: 0;
	border-right: 1px solid #000;
}
.megabyteDeclarationTableL td .input_normal {
	margin: 1px 4px;
	height: 27px;
	width: 99%;
	box-sizing: border-box;
}
.megabyteDeclarationTableL td .inputLower {
	margin: 0 4px;
	float: left;
	width: 93%;
}
.blackOverlay  {  
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	float: left;
	/*background: url(../images/lgfooterbg.png);*/
	display: none;
}
.blackOverlay a img {  
	width: 22px;
	height: 22px;
	float: right;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* Netscape */
	-moz-opacity: 0.5;
	
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	
	/* Good browsers */
	opacity: 0.5;
}
.blackOverlay a img:hover {  
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	/* Netscape */
	-moz-opacity: 1;
	
	/* Safari 1.x */
	-khtml-opacity: 1;
	
	/* Good browsers */
	opacity: 1;
}
.formSave{
	width: 100%;
}
.formSave .megabyteButton { 
	margin: 6px auto 0 auto !important;
	float: none !important;
}
 
.input-validation-error,.input-validation-ahaerror {
   border: 1px solid #f00 !important;
}
input[type="radio"].input-validation-error,input[type="radio"].input-validation-ahaerror {
   outline: 1px solid #f00 !important;
}
/***************************************
	visibility and invisible css
***************************************/
.hideAreshow {
	width: 176px;
	height: 30px;
	float: right;
}
/***************************************
	Comment
***************************************/
div#pop-up {
	display:none;
	position: absolute;
	width: 300px;
	height:auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #fff;
	/*background-image:url(images/hint.png);*/
	background-color:#7a7aaf;
	z-index:1002;
	border-radius: 3px;
	-moz-box-shadow:    1px 2px 6px 1px #636363;
    -webkit-box-shadow: 1px 2px 6px 1px #636363;
    box-shadow:         1px 2px 6px 1px #636363;
	
}
.textarea {
	width: 96.8%;
	height: 60px;
	margin: 0 auto 4px auto;
	border: 1px solid #fff;
}
 
.costAlign {
	text-align: right;
}
/*************************************

/***************************************
	SAVE CONTENT MESSAGE  
***************************************/
.alertdiv
{
    display:none;	
}
.lightbox {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	/* Netscape */
	-moz-opacity: 0.26;
	
	/* Safari 1.x */
	-khtml-opacity: 0.26;
	
	/* Good browsers */
	opacity: 0.26;	
}
.lightboxContent {  
	position: fixed;
    top: 35%;
	left: 37%;
	z-index: 3000;
	text-align: center;
	width: 27%;
	padding: 10px;
	height: auto;
	color: #444;
	border: 4px solid #fff;
	background: #f1f1f1;
}
.lightboxContent2 p {
	padding: 10px 0;
	margin-bottom: 4px;
	line-height: 200%;
	border-bottom: 1px solid #ddd;
	width:100%;
}
.lightboxContent strong {
	color: #7dbb02;
}

.lightboxContent table {
	width: 250px;
	height: auto;
	margin: 0 auto;
}
.lightboxContent td {
	padding: 6px;
}
.lightboxContent button {
	width: 149px;
}
 

.lightboxProceed {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	/* Netscape */
	-moz-opacity: 0.26;
	
	/* Safari 1.x */
	-khtml-opacity: 0.26;
	
	/* Good browsers */
	opacity: 0.26;	
}
.lightboxContentProceed {  
	position: fixed;
    top: 35%;
	left: 37%;
	z-index: 3000;
	text-align: center;
	width: 500px;
	padding: 10px;
	height: auto;
	color: #444;
	border: 4px solid #fff;
	background: #f1f1f1;
}
.lightboxContentProceed strong {
	color: #7dbb02;
}

.lightboxContentProceed table {
    text-align: center;
	width: 250px;
	height: auto;
	margin: 0 auto;
}
.lightboxContentProceed td {
	padding: 6px;
    text-align: center;
}
.lightboxContentProceed button {
	width: 149px;
}
 

















.ui-datepicker { font-size:9pt !important}
 
.commonDisable { 
	background:#eeeeee;
}
.error_Container_header,.error_Container_full {
	width: 100%;
	height: auto;
	float: left;
}
.error_Container_header {
	background: #646497;	
}
.error_Container {
	width: 1024px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.error_Container_header h1 {
	line-height: 56px;
	color: #fff;
	font-size: 40px;
	margin: 100px 0 5px 0;
    /*border-bottom: 1px solid #ddd;*/	
}
.error_Container p {
	line-height: 24px;
	font-size: 14px;
	padding-top:  10px;
	color: #555;	
}
.error_Container p a {
	color: #0375e9;
	text-decoration: none;	
}
.error_Container p a:hover,.error_Container p a:focus {
	text-decoration: underline;	
}
.lgfooter {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #a5a4a4;
	text-align: right;
	padding: 10px 0;
	background: url(../images/lgfooterbg.png);
}
.lgPageCenter {
	width: 1024px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}
