@CHARSET "UTF-8";

.quote_form				{
	width: 460px;
	margin: 10px auto;
	font-family: Arial, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}
.quote_form input, .quote_form select, .quote_form textarea		{width:90%;background:rgb(30,190,208); color:white;}
.quote_form textarea			{width:96%;height:120px;}
.quote_form input[type=radio]	{width:auto;}
.quote_form span#loading		{display:none;font-size;10px;color:red;text-align:center;width:auto;}

.quote_form_table				{width:100%;border:0;border-collapse:collapse;}
.quote_form_table tr th	h1		{color:red;font-size:18px;font-weight:bold;text-align:left;line-height:30px;}
.quote_form_table tr td			{font-size:14px;line-height:26px;}
.quote_form_table tr td.must	{color:red;}
.quote_form_table tr td span.note	{color:black;font-size:12px;font-style:italic;}

#first_table #postal			{width:100px;}
#second_table #origin, #second_table #destination		{width:160px;}
#fifth_table tr td #equipment	{width:96%;}
#sixth_table tr td.head			{width:200px;}
#sixth_table tr td input		{width:208px;}
#sixth_table tr td input.short	{width:50px;}

#tip							{width:96%;border:1px solid grey; margin:20px 0; background:whitesmoke;display:none;}
#tip p							{text-align:center;color:red;font-size:14px;font-weight:bold;}
.submit_form					{width:96%;}
.submit_form #submit_btn		{width: auto;height:30px;display:block;margin:20px auto 5px;font-size:14px;font-weight:bold;color:red;background:white;border-radius:6px;}
