/*
  Mac Tax
  Author: Bao Kim Tran
  Version: HTML 5, CSS 3
  Date: 10.10.2015

  Filename:         contactEQ.css

  Supporting files: contact.htm
	
	form {
	
		background-color: rgb(255,255,245);
}
*/

table.info tr td  {
	font-size: .7em;
}

table#info tr td  {
	font-size: .7em;
}

@media only screen and (min-width: 768px) {
	table.info tr td  {font-size: 1em;}
	table#info tr td  {font-size: 1em;}
}


#beginProgram p .clientinfo,
#endProgram  p .clientinfo {
color: orange;
}


table.info tr td label {
	font-weight: bold;
	color: rgb(145, 5, 10);
}

table.info tr td input{
	width: 100%;
	background-color: rgb(255,255,245);

}

table#info tr td {
	font-weight: bold;
	color: rgb(145, 5, 10);
	border: 0px solid black;
}

fieldset {
	font-weight: bold;
	color: rgb(145, 5, 10);
	border-color: rgb(145, 5, 10);
}

table.message  tr td textarea {
	width: 100%;
	height: 200px;

}

table.message  tr td input {
	width: 100%;
	height: 2em;
}

#status {
	color: rgb(145, 5, 10);
}



table#form {
	width: 100%;
	margin:  8px auto 0 auto;
	border-spacing: 20px;

}

table#form tr td {
	border: 0px solid black;
}

table#form col.firstcol {
	width: 50%;
		border: 1px solid gray;
}

table#form col.secondcol {
	width: 50%;
}






