
@charset "utf-8";
/* CSS Document */

fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

fieldset input:focus { border:2px solid #3e9c18; }
fieldset input { border-radius:5px; height:20px; border:1px solid #000;}
fieldset tr { padding:2px 0 2px 0; }
fieldset select { font-size: 16px; border-radius:5px;}
.formSubmit { padding:5px 10px 5px 10px; font-size: 16px; font-weight: bold; color:#fff; background-color: #1AB718; border-radius: 7px; border:1px solid #000; cursor: pointer;max-width: 90%; white-space: normal; height:auto;   }
#addonfields { border-radius:5px; }


legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
#signin {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	width:100%;
}
#addons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	width:100%;
}
#delivery  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width:100%;
}
#recipientinfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width:100%;
}
#senderinfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width:100%;
}
#paymentinfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width:100%;
}