::-webkit-appearance: none !important;
::-webkit-input-placeholder {
    color:    #ffffff;
}
:-moz-placeholder {
    color:    #ffffff;
}
::-moz-placeholder {
    color:    #ffffff;
}
:-ms-input-placeholder {
    color:    #ffffff;
}
legend {
	color: black;
	font-weight: bolder;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}
fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
#extras li {
        margin: 0px 00px 0px 20px;
	list-style-type: square;
}
#warnings {
	display: block;
	margin: 15px auto 0 15px;
	width: 700px;
	font-size: 8pt;
	background: transparent;
}
.cartBox {
	background: transparent;
}
.cartBox fieldset {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	background: transparent;
}
.cartBox table {
	border: solid 1px;
	width: 100%;
	border-collapse:collapse;
	border:1px solid black;
}
.cartBox tr {
	background: #eeeeee;
	min-height: 30px;
}
.cartBox th {
	padding: 5px;
	background: #334D83;
	font-weight: bolder;
	color: white;
} 
.cartBox td {
	color: black;
	padding: 5px;
	border: 1 black solid;
}
.cartBox td ul {
	margin: 0px 0px 5px 0px;
	padding: 0 0 0 10px;
}
.cartBox li {
	font-size: 10pt;
	margin: 10px 0 0 10px;
}
.cartTable {
	border: black 1px solid;
}
.cartTable td {
	border: black 1px solid;
}
.cartTable th {
	padding: 10px 0 10px 0;
}

#wishlist {
}
#wishlist fieldset {
	display: block;
	margin: 0px 0 0 px;
	width: 900px;
	font-size: 8pt;
	background: transparent;
}
#wishlist table {
	border: solid 1px #ccc;
}
#wishlist tr {
	background: #ccc;
	min-height: 30px;
}

#mycart {
	display: block;
	margin: 15px auto 0 15px;
	width: 700px;
	font-size: 8pt;
	background: transparent;
}
.cartrow {
	display: table-row;
	height: 18px;
}
.cartrow input {
	height: 12px;
	background: #ccc;
}
.itemDescription {
	float: left;
	display: block;
	width: 368px;
	height: 35px;
	text-align: left;
	background: #ccc;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
}
.cartCol2 {
	float: left;
	display: block;
	width: 50px;
	background: #ccc;
	height: 35px;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
}
.cartColTrailer {
	float: left;
	display: block;
	background: #ccc;
	width: 419px;
	height: 14px;
	text-align: right;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
}
.cartTotal1 {
	float: left;
	display: block;
	width: 395px;
	text-align: right;
	padding-right: 5px;
	margin-right: 1px;
	background: #ccc;
}
.cartTotal2 {
	float: left;
	display: block;
	width: 80px;
	text-align: center;
	margin-right: 1px;
	background: #ccc;
}
.cartTotal3 {
	float: left;
	display: block;
	width: 80px;
	text-align: center;
	margin-right: 1px;
	background: #ccc;
}
.cartButtonBox {
	float: left;
	display: block;
	width: 678px;
	text-align: center;
	margin-right: 1px;
	background: #536595;
	height: 25px;
}
.cartPrice {
	width: 40px;
	text-align: right;
}
.cartall {
	color: #white;
	background: black;
	width:800px;
	border: 5px solid green;
}
.cartTableCell {
	background: blue;
}
.noRightBorder {
	border-right: 0px;
}
.cartbtn {
	border-color: #00c #00c #00c #00c;
  background: #9999cc;
  color: white;
	padding: 2px 2px 2px 2px;
}
.cartbtn:hover {
    border-color: #f00 #f00 #f00 #f00;
    background: #ccc;

}
a.courseInfo {
	display:inline-block;
	vertical-align:top;
	width:auto;
}

a.courseInfo:hover {
	overflow: visible;
	text-decoration: none;
}

a.courseInfo span{
	visibility: hidden;
}

a.courseInfo:hover span{
	visibility: visible;
}

a.courseInfo span{
	text-decoration: none;
	font-weight: normal;
	color: black;
	position: absolute;
	display: inline;
	border: 1px #000000 solid;
	background: #ffffff;
	z-index: 1;
	width: 400px;
	padding: 5px;
	margin-top: 2px;
}
a.courseInfo span ul li {
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: black;
}
a.courseInfo span ol {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
a.courseInfo span ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	color: black;
}
a.courseInfo dl {
	height: 400px;
	overflow: scroll;
}
a.courseInfo dt {
	margin-top: 10px;
}
.cartCol0 a:link {
	font-weight: normal;
	font-size: 0.85em;
}
.cartCol0 a:visited {
	font-weight: normal;
	font-size: 0.85em;
}
.cartCol0 a:hover {
	font-weight: normal;
	font-size: 0.85em;
	color: red;
}

/* shopping cart checkout */
.secureDialog {
	display: block;
	margin: 10px auto 0 15px;
	font-size: 0.85em;
	background: transparent;
	color: #333;
	background: white;
}
.secureDialog div.salesbox {
	display: block;
	background: #fefefe;
	padding: 5px 5px 5px 5px;
	width: 690px; border:
	thin black solid;
	background: orange;
}
.secureDialog legend {
}
.secureDialog label {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 300px;
	text-align: right;
}
.secureDialog div.statement {
	padding: 0 0 0 5px;
	float:left;
	font-size: 0.85em;
}
.secureDialog div.qty {
	display: block;
	float: left;
	width: 30px;
	margin-left: 40px;
	text-align: center;
	font-size: 0.85em;
	background: transparent;
}
.secureDialog div.description {
	display: block;
	float: left;
	width: 500px;
	font-size: 0.85em;
	background: transparent;
}
.secureDialog div.cost {
	display: block;
	float: left;
	width: 75px;
	font-size: 0.85em;
	text-align: right;
	background: transparent;
}
.secureDialog div.discount {
	display: block;
	float: left;
	width: 75px;
	font-size: 0.85em;
	text-align: right;
	background: transparent;
}
.secureDialog div.price {
	display: block;
	float: left;
	width: 75px;
	font-size: 0.85em;
	text-align: right;
	background: transparent;
}
.secureDialog div.longdesc {
	display: block;
	float: left;
	width: 590px;
	font-size: 0.85em;
	text-align: right;
	background: transparent;
}
.secureDialog div.purchase {

}
.secureDialog div.purchase label {

	padding: 0 10px 0 0;
}
.secureDialog div.purchase input {
	background: #eee;
	width: 175px;
}
.secureDialog div.purchase input:hover {
	background: #ccc;
}
.secureDialog br {
	clear: both;
}
/* checkOut Form */
.checkoutForm {
	background: transparent;
}
.checkoutForm fieldset {
	margin: 10px auto 0 auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.checkoutForm label {
	display: block;
	width: 30%;
	float: left;
	margin: 0 0 0 15%;
}
.checkoutForm input[type=text] {
	float: left;
}
div .noted {
	background: transparent;
	float: left;
	display: inline-block;
}
#noteBlock {
	padding: 10px;
	margin: 0 auto 0 auto;
	border: 1px solid darkred;
	color: darkred;
	width: 90%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.messageBox {
	display: block;
	margin: 10px auto 0 15px;
	width: 700px;
	font-size: 8pt;
	background: transparent;
}
.messageBox ul {
	list-style-type: disc;
}
.messageBox li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: black;
}

.messageBox p {
	padding: 5px 5px 5px 15px;
}
.errorBox {
	display: block;
	margin: 10px auto 0 15px;
	width: 700px;
	font-weight: bolder;
	font-size: 1.0em;
}
.errorBox p {
	margin-left: 50px;
}
.errorBox legend {
	color: red;
}
.errorBox ul {
	list-style-type: disc;
}
.errorBox li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: black;
}

.errorBox p {
	padding: 5px 5px 5px 15px;
}

.warningBox {
	display: block;
	margin: 10px auto 0 15px;
	width: 700px;
	font-weight: bolder;
	font-size: 1.0em;
}
.warningBox legend {
	color: orange;
	font-style: blink;
}
.warningBox p {
	margin-left: 50px;
}
.warningBox ul {
	list-style-type: disc;
}
.warningBox li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: black;
}

.warningBox p {
	padding: 5px 5px 5px 15px;
}

ul.leaders {
    max-width: 700px;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 "......................................."
 "......................................."
 "......................................."
 "......................................."
 "..............................."
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.vAlignMiddle {
	display: table-cell;
  vertical-align: middle;
}
.checkBtn {
	border-color: #00c #00c #00c #00c;
  background: #9999cc;
  color: white;
	padding: 2px 2px 2px 2px;
}
.checkBtn:hover {
	background: #ccc;
	border: red thin solid;
}
/*****************************/

#horizontalNav {
	background: red;
	display: block;
	width: 100%;
	margin: 0;
	height: 20px;
}
#horizontalNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 20px;
}

#horizontalNav ul li {
	display: inline;
	height: 20px;
	padding: 5px;
	margin: 1px;
}

#horizontalNav ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #036;
}

#horizontalNav ul li a:hover {
	color: #fff;
	background-color: #369;
}
/*************************************/
#horzNav {
	width: 100%;
	float: left;
	padding: 3px 0 3px 0;
	list-style: none;
	background-color: #369;
	border-bottom: 1px solid #ccc;
/*	border-top: 1px solid #ccc; */
}
#horzNav ul {
	margin: 0;
}
#horzNav ul li {
	display: inline;
	margin: 3px 0px 3px 0px;
	font-size: 1.0em;
	float: left;
	background: #036;
	padding: 0 0px 0 0px;
}

#horzNav li {
	float: left;
}
#horzNav li a {
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	border-right: 1px solid #fff;
/*	background: black; */
}

#horzNav li a:hover {
	color: #fff;
	background-color: #069;
}
.btnHolder {
	text-align: left;
}
.buttonHolder {
}

.inner-middle {
}
#intro {
	display: block;
	width: 95%;
}
#intro h1	{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-style:italic;
	margin:0px 0px 10px 0px;
	color:#3B5087;
	font-weight: bold;
}
h2	{
	font:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	font-size:1.5em;
	color:#3B5087;
	font-weight: bold;
}
h3	{
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:1.2em;
	color:#3B5087;
	font-weight: bold;
}
#intro p {
	font: Arial, sans-serif;
	color:#000000;
	margin: 0 10px 20px 20px;
	font-size: 1.2em;
}
.ppcce-sum {
	background: transparent;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid black;
}
.ppcce-sum table {
	border-collapse: collapse;
	width: 100%;
	background: transparent;
	border: 5px black solid;
}
.ppcce-sum table tr {
	border: 1px black solid;
}
.p20 {padding: 10px 0 0 20px !important; }
.p10 {padding: 10px 0 0 10px !important; }
.redTxt { color:red;}
.boldTxt { font-weight: bolder;}
.underlineTxt { text-decoration: underline;}

#shoppingCart
{
        border: solid black thin;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        margin: 10px;
}

#shoppingCart label {
        height: 20px;
        margin: 0 0 10px 0px;
        padding: 10px 0 10px 20px;
        font-size: 12pt;
        text-align:left;
        float: left;
        display:block;
        background: #ccc;
}

#shoppingCart .summary {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
}
#shoppingCart button{
	float: left;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 1.0em;
	text-align: center;
	margin: 5px;
	padding: 0px 0px 0px 10px !important;
	background-color: #EEEEEE;
	border: black solid 1px;
	color: black;
	width: 40%;
	height: 30px;
}
#shoppingCart button:hover {
    background-color: #EEEEEE;
    border: red solid 1px;
    color: red;
}

#shoppingCart .button3 {
    border-radius: 4px;
    border: black solid 1px;
    color: black;
 background-color: #EEEEEE;
}

#shoppingCart .button3:hover {
  background-color: #EEEEEE;
    border: red solid 1px;
    color: red;
}

#shoppingCart .biggerText {
	font-size: 1.2em;
}
#shoppingCart .padding10 {
	padding: 10px 0 10px 0;
}
#shoppingCart .bolderText {
	font-weight: bolder;
}
#shoppingCart .undelineText a {
	text-decoration: underline;
}
#shoppingCart .button2 {
	float: left;
	display: block;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 10px 5px 5px 10px;
	background: #536595;
	color: darkred;
	width: 30%;
}
#shoppingCart .button2:hover {
	color: red;
	background: #eeeeff;
	border: red solid 1px;
}

#shoppingCart select {
	display: block;
	float: left;
	height: 30px;
	font-size: 1.0em;
	font-wight: bold;
	margin: 5px;
	padding: 0px 5px 0px 10px;
	width: 45%;
}
#shoppingCar30px{}
.myBtn2 {
	float: left:
	display: block;
	background-color: #536595;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
	padding: 3px 3px 3px 3px;
	width: 100px;
}
.myBtn2:hover {
	color: white;
	background: #8E99B4;
	border: black solid 1px;
}
.myBtn3 {
	float: left:
	display: block;
//	background-color: red;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
	padding: 3px 3px 3px 3px;
	width: 200px;
//	background: #536595;
	background: red;
}
.myBtn3:hover {
	color: white;
	background: #8E99B4;
	border: black solid 1px;
}
.myBtn4 {
	float: left:
	display: block;
	background-color: #334D83;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
	padding: 3px 3px 3px 3px;
	width: 200px;
}
.myBtn4:hover {
	color: white;
	background: #8E99B4;
	border: black solid 1px;
}
.myTextArea {
	width: 100%;
	height:70px;
}
.myInlineLi2 {
	background:red;
	padding: 0 0 0 0px;
	margin: 0 0 0 -10px;
}
.myInlineLi2 li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 0 ;
	float: left;
}

.myInlineLi {
	background:transparent;
}
.myInlineLi li {
	float: left;
}
.blackLink { margin: 10px 0 0 20px !important; color: black; text-decoration: underline; }
.blackLink .myInLineLi a { color:black; text-decoration: underline !important;}
.blackLink .myInLineLi2 a { color:black; text-decoration: underline !important;}
.blackLink a:visited { color:black !important; }
.blackLink:hover { color:red !important;}
.s30p { width: 30%;}
.s50p { width: 50%; margin: 0 0 0 10px;}
.s100p { width: 90%; margin: 0 5% 0 5%;}
.purchaseForm {
	background: transparent;
}
.myBtn {
	display: block;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #ccccff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 10px 5px 5px 10px;
	background: #536595;
}
.myBtn:hover {
	color: red;
	background: #eeeeff;
	border: red solid 1px;
}
table.personalPage {
		border-collapse: collapse;
		border: white solid 1px;
		margin: 10px 0 0 0;
		width: 100%;
}
table.personalPage th {
	background: #666699;
	color: white;
	font-weight: bolder;
}
table.personalPage td {
/*
	border: black solid 1px;
	color: #333333;
	background: #ccccff;
*/
	padding: 5px;
	font-size: 1.1em;
}
table.personalPage td a {
	text-decoration: underline;
}
table.personalPage td a:hover {
	color: red;
	text-decoration: none;
}

.searchbox {
	float: left;
	height: 28px;
	width: 296px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 0 0 0 10px;
	border: 2px solid #334D83;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #334D83;
	text-color: #FFFFFF !important;
	color: #FFFFFF !important;
}
.searchbutton {
        float: left;
        display: block;
	background-color: #334D83;
	height: 31px;
	padding: 0px 0px 0px 10px !important;
	margin-left: 10px;
}
.searchbutton :hover{
	background-color: #8E99B4;
}

.textred {
	color: white;
}
.tab1 {
	padding: 0 0 0 10px;
}
.tab2 {
	padding: 0 0 0 20px;
}
@media only screen and (max-width: 900px) {
/*
	#myDebug:before { content: "900px"; }
*/
}
@media only screen and (max-width: 800px) {
/*
	#myDebug:before { content: "800px"; }
*/
}
@media only screen and (max-width: 768px) {
/*
	#myDebug:before { content: "768px"; }
*/
}
@media only screen and (max-width: 667px) {
/*
	#myDebug:before { content: "667px"; }
*/

}

@media only screen and (max-width: 640px) {
/*
	#myDebug:before { content: "640px"; }
*/
	.s50p { width: 95%; margin: 5px 10px 5px 10px ;}
	.checkoutForm .summary { background: red; }
}
@media only screen and (max-width: 600px) {
/*
	#myDebug:before { content: "600px"; }
*/
	.checkoutForm label { width: 90%; background:#eeeeff; margin: 20px 0 0 0; padding: 5px; }
	.checkoutForm input[type='text'] { width: 90%; padding: 5px; }
	.checkoutForm input[type='text']:hover { font-weight: bolder; background: #eeeeee; }
	.checkoutForm select { float: left; width: 90%; padding: 5px;}
	#checkoutSummary label { width: 60%; text-align: right; display: block; float: left; }
	#checkoutSummary span { width: 30%; display: block; float: left;}
}

.button {
  background-color: #334D83;
  border: none;
  color: white;
//  padding: 10px;
  text-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 6px;
//  cursor: pointer;
  height: 26px;
  width: 296px;
  -webkit-appearance: none !important;
}

.button:hover {
  background-color: #8E99B4;
}

.button1 {border-radius: 2px;}
.button2 {
    border-radius: 4px;
    width: 200px;
 }
.button3 {
    border-radius: 4px;
    border: black solid 1px;
    color: black;
 background-color: #EEEEEE;
}

.button3:hover {
  background-color: #EEEEEE;
    border: red solid 1px;
    color: red;
}

.button4 {
    border-radius: 3px;
    -webkit-appearance: none;
}

.info {
  background-color: #334D83;
  border: none;
  color: white;
  text-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 6px;
  height: 26px;
  width: 70px;
  border-radius: 4px;
  align: left;
  -webkit-appearance: none !important;
}

.info:hover {
  background-color: #8E99B4;
}

.drop {
	background-color: #334D83;
	border: black solid 1px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 5px 0 0 40px;
	height: 26px;
	width: 45%;
	text-align-last: center;
	-webkit-appearance: none !important;
	border-radius: 4px;
	background: url(/images/droparrow.png) no-repeat right #334D83;
}
.drop:hover {
	background: #8E99B4;
}
.drop-info {
	margin: 5px 0 0 150px;
	text-align: center;
	color: red;
}
.shortButtons {
	background-color: #334D83;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0 0 40px;
	height: 26px;
	width: 45% !important;
	text-align-last: center;
	-webkit-appearance: none !important;
	border-radius: 4px;
}
.shortButtons:hover {
	background: #8E99B4;
}
.shortButtons2 {
	background-color: #334D83;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0 0 40px;
	height: 26px;
	width: 45% !important;
	text-align-last: center;
	-webkit-appearance: none !important;
	border-radius: 4px;
}
.shortButtons2:hover {
	background: #8E99B4;
}
.shortInput {
	background-color: #334D83;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0 0 40px;
	height: 26px;
	width: 45% !important;
	text-align-last: center;
	-webkit-appearance: none !important;
	border-radius: 4px;
}
.shortInput:hover {
	background: #8E99B4;
}

#search4 {
	color: white;
	width: 100%;
}
#search4::placeholder {
	color: white;
	text-align: center;
}

#messageBody {
	float: left;
	height: auto;
	width: auto;
	background-color: #ffffff;
	padding: 6px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#messageBody legend {
	font-size: 1.2em;
}
#messageBody p {
  margin: 10px 0 0 0;
}
#messageBody2 {
	float: left;
	height: auto;
	width: auto;
	background-color: #ffffff;
	padding: 6px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#messageBody2 legend {
	font-size: 1.2em;
}
#messageBody2 p {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 700px) {
	.shortButtons2 {
		width: 75% !important;
	}
	.shortButtons {
		width: 90% !important;
	}
	.shortInput {
		width: 90% !important;
	}
	.drop {
		width: 90% !important;
	}
}