@charset "utf-8";
#cc_card {
	/* [disabled]display: none; */
}
#cc_info {
	/* [disabled]display: none; */
}

#charges {
	display: none;
}
#addons {
	display: none;
}
#Info_Tbl {
	color: #666666;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	margin-bottom: 15px;
}

#Info_Tbl tr td {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #000000;
}
#Info_Tbl tr td strong   {
	color: #333333;
}


#Info_Tbl tr:nth-of-type(even) {
	background-color: #F4F4F4;
}
#Info_Tbl tr th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 1.3em;
	background-color: #CCCCCC;
	color: #666666;
}

#Form_Tbl {
	color: #666666;
}

#Form_Tbl tr td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#Form_Tbl tr th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



fieldset
{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding-bottom: 10px; */
	background-color: #FAFAFA;
}




legend
{
	color: #fff;
	border: 1px solid #999999;
	clear: both;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-left: 5%;
	background-color: #BFBFBF;
	font-size: 1.5em;
	margin-bottom: 10px;
	
}

label {
	float: left;
	text-align: left;
	margin-right: 10px;
	max-width: 25%;
	/* [disabled]min-width: 100px; */
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666666;
	word-break: keep-all;
	margin-left: 15px;
	/* [disabled]width: 20%; */
}

input[required], select[required] {
	padding-right: 15px;
	background-image: url(../_images/global/asterix.png);
	background-position: right top;
	background-repeat: no-repeat;
}


input[type=checkbox] {
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	padding: 0px;
	/* [disabled]height: 1.8em; */
	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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
input[type=radio]  {
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	padding: 0px;
	/* [disabled]height: 1.8em; */
	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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


input[type=radio]:focus, input[type=radio]:hover   {
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
input[type=text]    {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	
	background-color: #FFFFFF;
}
input[type=file]    {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	
	background-color: #FFFFFF;
}
input[type=number] {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	background-color: #FFFFFF;
}
input[type=time] {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	background-color: #FFFFFF;
}

input[type=password] {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	background-color: #FFFFFF;
	
}
input[type=email] {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	background-color: #FFFFFF;
	
}


input[type=text]:focus, input[type=number]:focus, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, input[type=email]:hover{
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	outline: none;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(204,102,0,.5);
	box-shadow: 3px 3px 3px 0 rgba(204,102,0,.5);
}
select  {
	height: 1.8em;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	outline: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #666666;
	margin: 5px;
	/* [disabled]width: auto; */
	background-color: #FFFFFF;
}
select:focus, select:hover {
	/* [disabled]height: 1.8em; */
	/* [disabled]padding-right: 5px; */
	/* [disabled]padding-left: 5px; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	outline: none;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(204,102,0,.5);
	box-shadow: 3px 3px 3px 0 rgba(204,102,0,.5);
}
input::-webkit-input-placeholder {
	color: #E2E2E2;
	font-style:italic;
   
}

input:-moz-placeholder { /* Firefox 18- */
   color: #E2E2E2;  
   font-style:italic;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #E2E2E2;
   font-style:italic;  
}

input:-ms-input-placeholder {  
   color: #E2E2E2; 
   font-style:italic;
}
