﻿.mainbody {
	margin-right: 25px;
}

.buttons {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}

	.buttons > * {
		margin-right: 5px;
	}

.buttons-hover > *:hover {
	border: 1px solid #ababab;
}

.no-wrap {
	text-wrap: avoid;
}

.text-right {
	text-align: right;
}

.text-center{
	text-align: center;
}

.title {
	font-weight: bold;
}

/*padding*/
.padding-top {
	margin-top: 10px !important;
}

.vpad-md {
	padding-top: 5px;
	padding-bottom: 5px;
}
.vpad-sm {
	padding-top: 2px;
	padding-bottom: 2px;
}

.b {
	font-weight: bold;
}

.info{
	font-style: italic;
	font-size: smaller;
	color: #808080;
}

/* colors */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #909;
	font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #909;
	font-style: italic;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #909;
	font-style: italic;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #909;
	font-style: italic;
}


/* fixes */
#MainContent_m_shippingControl_m_shipDateDate
{ 
  margin-bottom: -15px
}