label {
	display: inline-block;
}

label > * {
	pointer-events: none;
}

body {
	font-size:16px;
	color:#555;
}

input[type=text], input[type=number], input[type=tel], input[type=email], select {
	font-family:sans-serif;
}

ul.ui-autocomplete {
	height: 300px !important;
	overflow: scroll;
	z-index: 99 !important;
}

input:-ms-input-placeholder { 
	color: rgba(0,0,0,.3);
}
	
div.addresses input[type=text] {
	clear:both;
}

input.toupper {
	text-transform: uppercase;
}
		
.ui-widget-header {
	color: #eaf5f7;	
	border: none;
	background: url(../images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
}

.ui-dialog .ui-dialog-content{
	overflow: hidden;
}

.ui-widget {
	font-family: arial, helvetica, Verdana, sans-serif;
	font-size: .75em; 
}

.ui-datepicker th {
	background: #017BA7;
	color: #FFF;
}

select.ui-datepicker-month{
	width: 61% ! important;
	display: inline;
	color:#000;
	font-size:0.75em ! important;
}

select.ui-datepicker-year{
	width: 39% ! important;
	display: inline;
	color:#000;
	font-size:0.75em ! important;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #808080;
	/*line-height: 28px;*/
	margin:0px;
}

h4 {
	margin:0px;
}

div.fileinputs {
	position: absolute;
	padding: 10px 0;
}

input.hasDatepick {
	width:120px ! important;
	min-width:inherit ! important;
}

input[type=text].shorter {
	min-width:inherit ! important;
}

input[type=checkbox] {
	float:left;
	vertical-align:top;
}

input[type=file] {
	width:150px; 
	height: 22px; 
	font-size: 24px;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer !important;
}

input.button {
	display:none;
}

.gray_border, .yellow_box.gray_border {
	border: 1px solid #ccc;
}

.mandatory_text:after {
	padding:22px 15px 0 ! important;
	float:right ! important; 
	font-size:0.75em ! important;
	content: "* Indicates a required field" ! important;
	color: #F00 ! important;
	font-style:italic ! important;
}

.ui-datepicker-trigger {
	margin-left:5px;
}

.tipped {
	color: #BBB;
}

.errorMessageContainer {
	color: #555;
	width: 100%;
	max-width: 510px;
	margin: 0 0 0 0;
	border: 1px solid #ff9d9d;
	background: #ffffe0 url(../images/error_icon.gif) 12px 50% no-repeat;
	font-size:0.75em;
}

.errorMessageContainer_padding {
	padding: 0 0 14px 34px;
}

.hide_it {
	display:none ! important;
}

.show_it {
	display:block ! important;
}

.inner p {
	padding-bottom:10px;
}

.yellow_box, .yellow_box_no_padding {
	background-color: #fffada;
	padding: 10px;
	border: 1px solid #ebe2b7;
}

.yellow_box_no_border {
	background-color: #fffada;
	padding: 10px;
}

.formFieldFocus {
	background: #F2FCFD;
}

.formFieldFocus input[type=text], .formFieldFocus input[type=tel], .formFieldFocus input[type=number], .formFieldFocus input[type=email], .formFieldFocus select {
	border: 2px solid #40ACDD;
}

.header_section {
	color:#999;
}

.halfline_spacer {
	height:0.375em;
	clear:both;
}

.oneline_spacer {
	height:0.75em;
	clear:both;
}

.mandatory {
	color: #f00;
	font-size:1em;
	margin-left:2px;
	position:absolute;
	*position:relative;
}

.hints {
	text-align:left;
	font-size:0.75em;
	margin-left:0px;
	clear:both;
	color:#555;
	padding-top:5px;
}

.form_container a {
	color: #005D9A;
	outline: none;
	text-decoration: none;
}

.form_container a:hover {
	color: #005D9A;
	text-decoration:underline;
}

label {
	font-size: 0.75em;
	padding-right:10px;
	vertical-align:top;
}

.error_msg_container {
    float: right;
    height: auto;
    margin: 0px;
	width: 28%;
    clear: none;
    margin-right: 0px;
}

.error_msg_container > div {
	background-color: rgb(255, 250, 218);	
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;	
    border: 1px solid rgb(255, 157, 157);	
}

.error_msg_container > div > div {
    float: none;
    font-size: 75%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1.25em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: #ea5900;
    padding: 12px 12px 12px 40px;
    display: block;
	background: url(../images/error_left.gif) 0px 5px no-repeat;
	position:relative;	
	left:-10px;
	word-wrap:break-word;
}

.hint_container {
	width:32%;
	margin-left:32%;
	float:left;
}

.section_heading {
    float: left;
    font-size: 1em;
    width: auto;
	*width:70%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: arial;
	padding-bottom:5px;
    color: rgb(136, 136, 136);
}

.section_gray_line {
    float: none;
    height: 1px;
    margin-left: 0px;
    margin-top: 8px;
    clear: both;
    width: 100%;
    min-height: 0px;
    min-width: 0px;
    background-color: #808080;
/*	margin-bottom:20px;*/
	margin-bottom:0px;
}

.field_container {
    float: left;
    height: auto;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
/*    width: 32%;*/
    width: 40%;
}

.field_container.wider {
	width:65%;
}

.field_container  .label_container {
    float: left;
    height: auto;
    display: block;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: auto;
    margin-right: 0%;
}

.form_container {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 74%;
}

.button_gray_line {
    float: left;
    height: 1px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
    background-color: #808080;
    min-width: 0px;
}

.buttons_container {
    float: left;
    height: auto;
    margin: 0;
    clear: both;
    width: 100%;
    min-height: 50px;
}

.back_button_container {
    float: left;
    height: 30px;
    margin: 10px 0px 0px 0%;
    clear: both;
    width: 80px;
    min-height: 0px;
    background-image:url("../images/button_black.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% -30px;
    background-repeat: no-repeat;
	cursor:pointer;
}

.back_button_container:hover {
    background-position: 0% 0px;
}

.back_button_container > p {
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin: 8px 0px 0px 35px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(255, 255, 255);
}

.next_button_container {
    float: right;
    height: 30px;
    margin-left: 0px;
    margin-top: 10px;
    clear: none;
    width: 80px;
    min-height: 0px;
    margin-right: 0px;
    background-image:url("../images/button_green.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% -30px;
    background-repeat: repeat repeat;
	cursor:pointer;	
}

.next_button_container:hover {
    background-position: 0% 0px;
}

.next_button_container > p {
    float: right;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(255, 255, 255);
    margin-right: 35px;
}

.submit_button_container {
    float: right;
    height: 30px;
    margin-left: 0px;
    margin-top: 10px;
    clear: none;
    width: 120px;
    min-height: 0px;
    margin-right: 0px;
    background-image:url("../images/btn_next_120.gif");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% -30px;
    background-repeat: repeat repeat;
	cursor:pointer;	
}

.submit_button_container:hover {
    background-position: 0% 0px;
}

.submit_button_container > p {
    float: right;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(255, 255, 255);
    margin-right: 35px;
}

#form_container_main .field_row_container {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    margin-right: 0%;
	padding-top:10px;
	padding-bottom:10px;
}

#form_container_main  .label_container {
    float: left;
    height: auto;
    display: block;
    text-align: right;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 30%;
    min-height: auto;
}

#form_container_main .field_row_container  div.secondField {
	clear:both;
}

#ui-datepicker-div {
	font-size: 0.9em;
}

#browsers_requirements_container {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: auto;
    margin-right: 0px;
}

#browsers_requirements_container > p {
    float: right;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0px;
}

#browser_requirements_text {
    float: none;
    font-size: 11px;
    line-height: 1em;
    font-family: arial;
    color: rgb(51, 51, 51);
    font-style: italic;
}

#footer_line {
    float: left;
    height: 1px;
    margin-left: 0%;
    margin-top: 10px;
    clear: none;
    width: 100%;
    min-height: 0px;
    min-width: 0px;
    background-color: #ccc;
}

#copyright_container {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 10px;
    clear: none;
    width: auto;
}

#copyright_container > p {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
}

#copyright_text {
    float: none;
    font-size: 11px;
    line-height: 1em;
    font-family: arial;
    color: rgb(51, 51, 51);
}

#footer_container {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 40px;
    clear: left;
    width: 100%;
    min-height: 50px;
    min-width: 0px;
}

#footer_messages_container {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
    clear: none;
    width: 73%;
    margin-right: 0px;
}

#footer_messages_text {
    float: none;
    font-size: 11px;
    line-height: 1em;
    font-family: arial;
    color: rgb(51, 51, 51);
}

#footer_messages_container > p {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0px;
}

#footer_messages_container a {
	color: #005D9A;
	text-decoration: none;
}

#form_container_main input[type=text], #form_container_main input[type=tel], #form_container_main input[type=number], #form_container_main input[type=email]{
	vertical-align:top;
    float: left;
    height: auto;
    padding: 2px;
    font-size: .75em;
    display: inline-block;
    width: auto;
	min-width:235px;
}

#form_container_main select { 
	font-size: 0.75em;
    float: left;
	height: 2em;
    padding: 0px;
    display: inline-block;
    min-width: 235px;
	width: auto;
	margin-top:0px;
}
/*
#form_container_main input[type=radio]{
    float: none;
    height: auto;
    padding: 0px;
    font-size: 1em;
    display: inline-block;
    width: auto;
	margin-left:0px;
	vertical-align:top;
}
*/
#form_container_main .hint_container > p {
    float: left;
    font-size: 0.75em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(102, 102, 102);
    display: block;
	padding-left:5px;
}

#form_container_main .fieldLabel {
	float: left;
	font-size: 0.75em;
	width: 100%;
	height: auto;
	text-align: right;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0em 0.5em;
	display: inline-block;
	color: rgb(51, 51, 51);
	font-family: arial;
}

#page_container {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 940px;
    max-width: 940px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
	padding-bottom:80px;
	padding-left:10px;
	padding-right:10px;
}

#header {
    float: left;
    height: auto;
    margin: 0px 0% 0px 0px;
    clear: none;
    width: 100%;
}

#main_container {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    display: block;
}

#notes_selected_product_name {
    float: left;
    font-size: 1.375em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: 0px;
    margin-top: -20px;
    clear: none;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(85, 85, 85);
    display: block;
    margin-right: 0%;
    min-width: 0px;
    margin-bottom: 0px;
}

#product_name_Text {
    float: left;
    font-size: 1.1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(102, 102, 102);
}

#breadcrumb {
    float: none;
    line-height: 1em;
    font-weight: 600;
}

#logo_box{
    float: left;
    height: 69px;
    margin-left: 0px;
    margin-top: 8px;
    clear: both;
    width: 148px;
    background-image:url("../images/logo.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat !important;
}

#country_name {
    float: left;
    font-size: 20px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    margin-left: 1.062185%;
    margin-top: 38px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    color: rgb(134, 197, 51);
}

#ad_container {
    float: right;
    height: 300px;
    margin-left: 0px;
    margin-top: 15px;
    clear: none;
    width: 24.468085%;
    min-height: 50px;
    margin-right: 0px;
}

#primaryContainer {
    height: auto;
    margin: 0px auto;
    min-height: 100%;
    width: 100%;
}

#side_selected_card {
	padding-left:20px;
}

#selected_cards {
	float: right;
	width: 225px;
	position: relative;
	margin: 20px 0 0 0;
	background-color: #ededed;
	display: block;
	clear: both;
	padding-left:20px;
}

#provide_document_text {
	clear:both;
	margin-bottom:5px;
	font-size:0.75em;
}

.float_left {
	float: left;
	padding: 0 20px 0 0;
}
	
.declaration_radio_label {
	width: 95%;
	padding-right: 0px;
	font-size: 1em;
	float: left;
	padding-left: 10px;
}

div.form2_pcl_question_container div.field_container label {
	width:95%;
}
	
#form2_declaration_control div.custom-checkbox, #form2_declaration_control_2 div.custom-checkbox {
	float:left;
}

#form2_postal_code_findbutton {
	float: left;
	height: 18px;
	width: 126px;
	display: block;
	background: url(../images/btn_find_address.gif) no-repeat 0 0;
	margin-left: 5px;
	color: #fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0 0 5px;
	margin-top:2px;
}

#form2_postal_code_findbutton:hover {
	background-position: 0 -18px;
	text-decoration:none;
}

#form2_postal_code_findbutton span {
	text-decoration:none;
}

.custom-checkbox,.custom-radio{position:relative}
.custom-checkbox input,.custom-radio input{position:absolute;z-index:-100;*top:0;*left:0;*width:0;*height:0;visibility:hidden; visibility: visible \9; *visibility:visible;}
.custom-checkbox label,.custom-radio label{display:block;position:relative;z-index:1;line-height:1;padding:7px 5px 5px 25px;margin:0 0 .3em 0;cursor:pointer;float:left;margin-left:-7px \0;}
.custom-checkbox label{background:url(../images/checkbox.gif) no-repeat}
.custom-radio label{background:url(../images/radiobutton.gif) no-repeat}
.custom-checkbox label,.custom-radio label{background-position:-10px -14px}
.custom-checkbox label.hover,.custom-checkbox label.focus,.custom-radio label.hover,.custom-radio label.focus{background-position:-10px -114px}
.custom-checkbox label.checked,.custom-radio label.checked{background-position:-10px -214px}
.custom-checkbox label.checkedHover,.custom-checkbox label.checkedFocus{background-position:-10px -314px}
.custom-checkbox label.focus,.custom-radio label.focus{outline:1px dotted #ccc}
.custom-checkbox label,.custom-radio label{line-height:16px}
.custom-radio label,.custom-checkbox label{padding-top:0}
.custom-checkbox label.cb_text{padding-bottom:0}


	
@media only screen and (max-width: 1024px) {
    .form_container {
        width: 75%;
    }
	
	select { 
		width: 235px; 
	}

    #header {
        width: 100%;
    }
}

@media only screen and (max-width: 940px) {
    #page_container {
        margin-right: 0px;
        margin-left: 0px;
        min-width: 0px;
        max-width: none;
        width: 100%;
    }

    #header {
        margin-left: 1.015625px;
        clear: none;
    }
	
    #notes_selected_product_name {
        clear: none;
    }	
	
	#footer_messages_container {
		width: 65%;
	}
}

@media only screen and (max-width: 922px) {
    .form_container {
        width: 95%;
    }

    .error_msg_container {
        clear: none;
    }

    .hint_container {
        margin-top: 5px;
        margin-left: 30%;
        clear: none;
    }
	
    #ad_container {
        display: none;
    }

}

@media only screen and (max-width: 870px) {
    #footer_messages_container {	
		max-width:500px;
	}	
}

@media only screen and (max-width: 768px) {
    .form_container {
        width: 93%;
    }

    #footer_messages_container {	
		max-width:400px;
	}		
/*	
	input[type=radio], input[type=checkbox]{
		width:16px !important;
		height:16px ! important;
	}	
*/	
	#form2_declaration {
		width: 30px !important;
		height:30px !important;
	}
	.declaration_radio_label {
		width: 80% ! important;
	}		
	div.form2_pcl_question_container div.field_container label {
		width:90%;
	}	
}

@media only screen and (max-width: 742px) {
}

@media only screen and (max-width: 691px) {
	select { 
		width: 100% ! important; 
	}
	
    #form_container_main div.field_row_container {
        margin-left: 0px;
        clear: both;
        width: 100%;
        height: auto;
    }

    #form_container_main .error_msg_container {
        margin-top: 10px;	
        margin-left: 32%;
        margin-right: 0px;
        float: left;
        clear: left;
		width:235px;
    }

    #footer_messages_container {
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        margin-top: 10px;
        clear: both;
		width:100%;
		max-width:inherit;
    }

    #footer_messages_text {
        text-align: left;
    }

    #browsers_requirements_container {
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
        clear: none;
    }
	#browsers_requirements_container > p {
		text-align:left;
	}
	div.form2_pcl_question_container div.field_container label {
		width:85%;
	}	
}

@media only screen and (max-width: 570px) {
	.mandatory_text {
		display:none;
	}	
	
    .buttons_container {
        width: 95%;
        margin-left: 15px;
    }

    .section_heading {
        margin-left: 0px;
    }
	
    #notes_selected_product_name {
        clear: none;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        display: none;
    }	

    #main_container {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
    }

    #header {
        height: auto;
    }

    #footer_container {
        width: 95%;
        margin-left: 0px;
    }

    #product_name_Text {
        margin-left: 0px;
    }

}

@media only screen and (max-width: 485px) {

	body{ font-size:20px;}

	.section_heading {
		float:none;
		clear:both;
	}
	
	.field_container.wider {
		width:100%;
	}	

	.field_container.wider input[type=text]{
		width:100% ! important;
	}	

    .field_container {
        clear: left;
        margin-top:  0px;
        margin-left: 0px;
		width:100%
    }
	
	.error_msg_container {
        clear: left;
        margin-left: 0px;
        margin-top: 10px;		
        width: 235px;
		float:left;
    }
	
    .hint_container {
        margin-left: 0px;
        clear: left;
    }
	
	.hints {
		margin-left:0px;
	}

	.textarea {
		height:auto ! important;
		overflow-y: auto ! important;
	}

	input[type=text], input[type=tel],input[type=number],input[type=email]{	
        margin-top: 0px ! important;
        margin-left: 0px ! important;
        clear: none ! important;
        width: 90%;
        float: none;
        display: block ! important;
		height:30px ! important;
    }

    select{
        float: none ! important;
        display: block;
        width: 100% ! important;
		border-radius:0.5em ! important;		
		height:30px ! important;	
		line-height:26px ! important;	
    }
	
	#form_container_main .field_row_container div.secondField{
		margin-left:0;
		padding-left:0;
	}
	
    #form_container_main .field_row_container {
        height: auto;
        width: 90%;
        margin-left: 15px;
    }

    #form_container_main .field_row_container  .label_container {
        text-align: left;
        margin-left: 0px;
		width:100%;
    }

    #form_container_main .fieldLabel {
        text-align: left;
        padding: 0.2em 0em;
        float: none;
        display: block;
		width: 100%;
    }

    #form_container_main .field_row_container .label_container {
        text-align: left;
    }

    #By_clicking_Text {
        margin-top: 20px;
        margin-left: 0;
        clear: both;
		width:95%;
		padding-left:0px;
    }
/*
	input[type=radio],input[type=checkbox]{
		width:18px ! important;
		height:18px! important;
	}		
*/	
	input {
		border-radius:0.5em;
	}

	select.ui-datepicker-year, select.ui-datepicker-month{
		height:2em;
	}	
	
	#form_container_main .error_msg_container {	
		margin-left:10px;
	}

	#form2_declaration_help	{
		display:none ! important;
	}	
	
	#form2_declaration_control {
		display:block ! important;	
	}

	.custom-checkbox label{background:url(../images/checkbox2.gif) no-repeat}
	.custom-checkbox label{background-position:-35px -28px;margin-top:-2px \0; margin-left:0 \0;}
	.custom-checkbox label.hover,.custom-checkbox label.focus{background-position:-35px -228px}
	.custom-checkbox label.checked{background-position:-35px -428px}
	.custom-checkbox label.checkedHover,.custom-checkbox label.checkedFocus{background-position:-35px -628px}

	.custom-radio label{background:url(../images/radiobutton2.gif) no-repeat}
	.custom-radio label{background-position:-17px -17px;margin-top:-1px \0; margin-left:-6px \0;}
	.custom-radio label.hover,.custom-radio label.focus{background-position:-17px -142px}
	.custom-radio label.checked{background-position:-17px -267px}

	#lbl_form2_unit_number_container2 label {
		line-height:30px ! important;
		padding-left:30px! important;
	}
	
	#form2_declaration_control label {
		padding-top:30px ! important;
		width:5px;
	}	
}

@media only screen and (max-width: 400px) {

    .buttons_container {
        width: 93%;
    }
	
    #By_clicking_Text {
/*        width: 70%;*/
        height: auto;
        min-height: 43px;
        padding-left: 0px;
/*        margin-left: 30%;*/
    }

    #product_name_Text {
/*        display: none;*/
    }

	#top_bar_line.marginTop30 {
		margin-top:8px;
	}

	#ui-datepicker-div {
		font-size: 0.75em;
	}
	
}

@media only screen and (max-width: 320px) {
    .buttons_container {
        width: 91%;
    }

    .hint_container {
        margin-top: 31px;
        margin-left: 0%;
        clear: both;
        width: 100%;
    }

    #By_clicking_Text {
        margin-top: 20px;
        clear: both;
	}

}
