/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrapper{ margin:0 10px}
	 #form_container { width:99%;}
	.logo_top{ float:left; width:100%; text-align:center; margin:10px 0 10px 0;}
	#outer.left{ width:93%;}
	.uploader { width:85%;}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	.wrapper{ margin:0 5px}
    #form_container { width:99%;}
	.left_box { width:100%; margin-right:0;}
	.right_box { float:left; width:100%;}
	.left_row { width:100%;}
    .main_row select { width:96%;}
	.main_row input.row { width:96%;}
	.tcalInput { width:96% !important;}
	.logo_top{ float:left; width:100%; text-align:center; margin:10px 0 10px 0;}
	#form_container.spacer_coll{ width:99%; margin:0;}
	.main .spacer_new { width:25%;}
	.main .coll { width:50%;}
	.contact { float:left; width:100%}
	#outer.left{ width:93%;}
	.ui-helper-reset { font-size: 87% !important;}
	.left_container { width:100%; border-right:none;}
	.right_container { width:100%; margin-top:20px;}
	.uploader { width:98%;}
	.ui-widget-content { min-height:100% !important;}
	.radio_detail .radio_box.radio_2 { width: 25%;}
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	

}