/*********** Global ***********/
*{margin:0; padding:0;}
body {
	background: #f3f3f3;
	font-family: 'Helvetica Neue', 'Helvetica', 'sans-serif';
	font-size: 16px;
	color: #4C4B50;
}
div {
	padding: 0px;
}
a {
	text-decoration: none;
	color: #F16522;
}
#wrapper {
	background: #fff;
	box-shadow: 12px 0 8px -4px #92AAAB, -12px 0 8px -4px #92AAAB;
	width: 950px;
	margin: 0px auto;
}

h2.bar {
	margin-top: 15px;
	padding: 2px 0px;
	font-size: 16px;
	display: block;
	background: #01B57D;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	overflow-y: scroll;
	background-image: url(../images/front-end/overlay.png);
	width: auto;
	height: auto;
	z-index: 100;
}

#screenshots {
	display: none;
}
#screenshots div {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 10px 10px 20px #000;
}

/*********** Errors ***********/
#errors, #messages{
	margin: 15px 30px 5px;
	padding: 10px;
	background-color:#FFFAA6;
	border: 2px solid #FFC01B;
	border-radius: 4px;
}
.alert-icon {
	width: 16px;
	height: 16px;
	display: block;	
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
}
#errors .required, #messages .required {
	margin-left: 26px;
	display: block;
}
#errors .alert-icon {
	background-image: url(themes/grove/images/ui-icons_cd0a0a_256x240.png);
	background-position: 0 -144px;	
}
#messages .alert-icon {
	background-image: url(themes/grove/images/ui-icons_2e621a_256x240.png);
	background-position: -16px -144px;	
}

/*********** Login info ***********/
#login-wrapper {
	color: #fff;
}
#login-wrapper a {
	color: #fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
#logo-wrapper {
	margin-top: 40px;
	text-align: center;
	width: 557px;
}
#login-wrapper a {
	display: block;
}
#contact-column {
	width: 172px
}
#contact-column div {
	text-align: center;
	padding: 7px;
	margin-bottom: 5px;
}
div#login-contact {
	padding: 8px 0px 9px;
	background: #01B57D;
}
#login-contact p {
	margin:  6px;
}
#login-demo {
	text-transform: uppercase;
	background: #FFBC2D;
}
#login-signup:hover, #login-demo:hover {
	background: #FFDA15;
}
#login-signup {
	text-transform: uppercase;
	background: #FFBC2D;
}
#login-column {
	width: 180px;
	margin-left: 11px;
	background: #4C4D4F;
	padding: 15px;
}
.defaultText {
	color: #a1a1a1;
}
.login-username, .login-password 
{
	border: 1px solid #81B0A0;
}
.image-icon {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 45px;
	height: 29px;
	position: absolute;
}
.icon-password {
	background-image: url(../images/front-end/password-icon.png);
}
.icon-user {
	background-image: url(../images/front-end/username-icon.png);
}
.remember {
	color: #ddd;
	font-size: 9px;
	display: none;
}
.remember ul {
	font-size: 10px;
	font-family: monospace;
	cursor: pointer; 
	background: #00B57F;
	padding-left: 3px;
	margin-top: 3px;
	width: 10px;
	list-style: none;
	border: 1px solid #444;
	float: left;
}
.remember li {
	margin-left: 0;
	text-decoration: none;
}
.remember span {
	cursor: pointer; 
	padding-top: 5px;
	padding-left: 5px;
	display: block;
	float: left;
}
.uncheck {
	display: none;
}
.remember a {
	display: block;
	padding-top: 5px;
	float: right;
	color: inherit;
	text-decoration: underline;
}
.icon-input input {
	border: none;
	margin-bottom: 3px;
	width: 131px;
	padding: 0px 2px;
	padding-left: 45px;
	height: 29px;
}
.icon-input input:focus {
	outline-color: #4C4D4F;
	outline-width: 5px;
}
.login {
	margin-top: 6px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px;
	background: #01B57D;
	
}
.login a {
	display: block;
	color: #fff;
}
.login:hover {
	background: #18C079;
}
#login-content {
	margin: 10px auto;
	padding: 10px;
	width: 300px;
}
#login-content .icon-input input {
	width: 251px;
	margin-bottom: 0px;
}
#login-content .icon-input {
	border: 1px solid #4C4D4F;
	margin-bottom: 3px;
}
#login-content .remember a {
	color: #4C4D4F;
}
#login-content span.rememberme {
	color: #4C4D4F;
}

/*********** Navigation ***********/
#nav-wrapper {
	margin-top: 15px;
}
#nav-wrapper ul {
	padding-left: 0px;
}
#nav-wrapper li {
	margin-left: 1px;
	width: 189px;
	display: block;
	border-bottom: 5px solid #fff;
	float: left;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
#nav-wrapper li.first {
	margin-left: 0px;
	width: 190px; /* this is one pixel bigger than above because we have no margin left. Keep them in sync */
}
#nav-wrapper a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	color: inherit;
	background: #4C4D4F;
}
#nav-wrapper li:hover, #nav-wrapper li.current:hover {
	border-bottom-color: #FFBC2D;
}
#nav-wrapper li.current {
	border-bottom-color: #01B57D;
}

/*********** Body ***********/
#content-wrapper {
	font-size: 13px;
}
.grouptitle {
	font-weight: bold;
	font-size: 2em;
}
#content-wrapper .grouptitle, #content-wrapper h1 {
	text-transform: uppercase;
	font-family: "Times New Roman";
	color: #01B57D;
	font-weight: normal;
}

#content-column {
	width: 610px;
	padding: 15px;
	float: left;
}
#content-column label {
	text-transform: uppercase;
	padding-right: 5px;
}
#content .section {
	margin-bottom: 40px;
}


/*********** Login info ***********/
#privacy-policy {
	line-height: 20px;
}
#privacy-policy ul, #privacy-policy ol {
	margin-left: 25px;
}
#privacy-policy p {
	padding: 10px 0px;
}

/*********** Side Bar ***********/
#sidebar {
	width: 280px;
	padding: 15px;
	float: left;
	background: #FBFBFB;
}
.widget a {
	color: inherit;
	text-decoration: underline;
}
.widget .grouptitle {
	text-align: center;
}
.widget .top-image {
	margin: 12px 0px;
	text-align: center;
}
.widget .top-image img {
	border: 1px solid #EAEAEA;
}
#sidebar .blog-widget, #sidebar .update-widget {
	margin-top: 5px;
	border-top: 2px solid #EBEBEB;
	padding-top: 5px;
}
.widget h5 {
	text-transform: uppercase;
}
.widget p {
	line-height: 20px;
	padding: 10px 0px;
}
/*********** Contact Us ***********/
#contact-us-page {
	padding: 15px;
	margin-bottom: 50px;
}
#contact-us-page h1 {
	padding-bottom: 10px;
}
#contact-us-page li, #contact-us-page p {
	line-height: 24px;
}
#contact-us-page a:hover {
	color: #FFBC2D;
}
#contact-us-page ul {
	list-style: none;
	padding-left: 25px;
}
#contact-us-page .label {
	display: block;
	width: 150px;
	float: left;
}
#contact-us-page .phone, #contact-us-page a {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
#contact-us-page p span {
	font-style: italic;
}
/*********** Products ***********/
#products-page p {
	padding: 10px 0px;
	line-height: 24px;
}
#demo-form {
	margin-top: 20px;
}
#demo-form label {
	width: 200px;
	padding-top: 7px;
	display: block;
	text-align: right;
	float: left;
}
#demo-form input {
	width: 401px;
	height: 25px;
	margin-bottom: 15px;
	display: block;
	text-align: right;
	float: left;
}
#required-field {
	text-align: right;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
}
#submit-demo {
	text-transform: uppercase;
	font-size: 16px;
	background: #FFBC2D;
	text-align: center;
	padding: 7px;
	margin: 0px auto;
	width: 158px;
	cursor: pointer;
	color: #fff;
}

/*********** Index ***********/
#top-intro {
	margin-top: 21px;
	background: #01B57D;
	width: 358px;
	height: 249px;
	color: #fff;
	padding: 35px 30px 15px;
	font-size: 26px;
	font-family: "Georgia";
	line-height: 40px;
	float: left;
}
#top-intro h1 {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-transform: inherit;
    display: inline;
    color: inherit;
}
#top-image {
	float: left;
	width: 532px;
	height: 299px;
	margin-top: 21px;
	background-image: url(../images/front-end/index-top-image-wide.jpg);
    background-image: -webkit-image-set(url(../images/front-end/index-top-image-wide.jpg) 1x,
                                   		url(../images/front-end/index-top-image-wide_2x.jpg) 2x);
   background-repeat: no-repeat;
   background-position: center top;
}
#top-image img {
	position: relative;
	top: -250px;
}
#top-intro .intro-demo a{
	width: 300px;
	display: block;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	background: #FFBC2D;
	color: white;
}
#top-intro .intro-demo a:hover {
	background: #FFDA15;
}

#widgets .widget {
	width: 285px;
	padding: 15px;
	float: left;
}
#widgets .blog-widget {
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}
#why-grove {
	float: left;
	margin-left: 30px;
	font-weight: lighter;
}
#why-grove .grouptitle{
	text-transform: uppercase;
	font-size: 28px;
}
#why-grove p {
	margin: 15px 0px;
	margin-left: 10px;
	color: #4C4C4E;
	font-size: 22px;
	padding: 9px 0px;
	padding-left: 70px;
	background-image: url(../images/front-end/why-grove-icons.png);
	background-repeat: no-repeat;
}
#dietitian-approved {
	background: 0px 0px;
}
#seasonal-options {
	background: 0px -65px;
}
#time-saving-tools {
	background: 0px -118px;
}
#flexible-menus {
	background: 0px -180px;
}

#whiteboard {
    padding: 0px 0px;
    width: 472px;
    height: 266px;
    border: 1px solid #D3D3D3;
    margin-left: 25px;
    float: left;
}
#whiteboard .myplayer {
	background-image: url(../images/front-end/graph.jpg);
	background-repeat: no-repeat;
	background-position: center; 
}
#grove-demo-vid .myplayer {
	background-color: #000;
	background-image: url(../images/front-end/see-grove-cover.jpg);
    background-image: -webkit-image-set(url(../images/front-end/see-grove-cover.jpg) 1x,
                                   		url(../images/front-end/see-grove-cover_2x.jpg) 2x);
	background-position: top left; 
	height: 265px;
	width: 470px;
	border: 3px solid #E2B417;
}
#learn-more div {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: center;
	cursor: pointer;
}
#learn-more span.wrap {
	display: block;
	color: #fff;
	width: 243px;
	height: 50px;
	padding: 10px 20px;
}
#learn-more p {
	display: block;
	background: #01B57D;
	font-size: 16px;
	color: #fff;
}
#learn-more span.learn-more {
	font-size: 12px;
}

#see-solutions #testimonials {
	width: 290px;
	padding: 10px 60px;
	padding-right: 60px;
	float: left;
	line-height: 20px;
}
#see-solutions .grouptitle {
	margin-bottom: 5px;
}
/* 
#see-solutions p {
	display: block;
	background: #01B57D;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0px;
	font-size: 20px;
	line-height: 16px;
	color: #fff;
}
#see-solutions span {
	font-size: 12px;
}
 */
#grove-demo-vid {
	float: left;
	margin-left: 60px;
}


/*********** Video ***********/
.flowplayer .fp-remaining, .flowplayer .fp-duration {
    right: 147px !important;
}
.flowplayer .fp-volume {
	right: 36px !important;
}

.flowplayer div.fp-timeline {
	margin-right: 193px !important;
}

.flowplayer .fp-fullscreen {
	top: 6px !important;
}
/*********** About Us ***********/
#about-us {
	line-height: 20px;
}
#about-us h1 {
	margin-bottom: 10px;
}
#about-us p {
	margin-bottom: 10px;
}
#about-us h2 {
	line-height: 24px;
}
#about-us .bio-image {
	float: left;
	margin-right: 10px;
}
#about-us #content-column {
	padding: 0px;
	width: 640px;
}
#about-us .section {
	padding: 10px;
}
/*********** Testimonials ***********/
#testimonials {
	line-height: 24px;
}
#testimonials #content-column {
	padding: 0px;
	width: 640px;
}
#testimonials h1 {
	margin-left: 15px;
}
.signature {
	font-weight: normal;
	text-align: right;
}
div.slideshow-text {
	margin: 15px;
	border-top: 2px solid #EBEBEB;
	padding-top: 15px;
}
div.slideshow-text.first {
	padding-top: 0px;
	border-top: none;
}

/*********** Sample Menu ***********/
#sample-menu {
	background-image: url(../images/front-end/sample-menu-bg.png);
	color: #fff;
	padding: 0px;
	font-size: 30px;
	font-family: "time new roman";
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 113px;
}
#sample-menu div{
	padding-top: 40px;
	float: left;
	margin-left: 7px;
}
#sample-menu div.input {
	padding-top: 35px;
}
#sample-menu div#sample-menu-download {
	padding-top: 37px;
}
#sample-menu input {
	color: #515151;
}
#sample-menu a {
	font-family: "helvetica";
	padding: 7px 20px;
	font-size: 20px;
	text-decoration: none;
	color: inherit;
	background: #FFBC2D;
}
#sample-menu input {
	border: none;
	margin-bottom: 3px;
	width: 153px;
	margin-top: 0px;
	padding: 4px 2px;
	padding-left: 10px;
	height: 29px;
}
#free-menu {
	background-image: url(../images/front-end/Free.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 185px;
	height: 73px;
}

/*********** The Program ***********/

#menus #content-column {
	padding: 0px;
	width: 640px;
}
#menus p {
	line-height: 20px;
}
#menus .myplayer {
	background: #000;
}
#menus p {
	padding: 5px 0px;
}
#menus .grouptitle, #menus h1 {
	margin: 10px auto;
	margin-left: 15px;
}
#menus .section {
	padding: 10px;
}
/*********** Sign Up ***********/

button {
	background: #f7f7f7;
	border: 1px solid #d3d3d3;
	color: #555;
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: bold;
}
button.disabled {
	color: #d3d3d3;
	font-weight: normal;
}
button.disabled:hover {
	color: #d3d3d3;
	font-weight: normal;
	border: 1px solid #d3d3d3;
	background: #f7f7f7;
}
button:hover {
	border: 1px solid #90b885;
	color: #2e6d1a;
	background: #dadada;
}
.buttonpane {

}
.buttonset {
	float: right;
}
.buttonset button {
	margin-left: 10px;
}
.buttonpane {
	border-top: 1px solid #90b885;
	margin-top: 10px;
	padding-top: 10px;
}
.remove-link {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background: #f0f0f0 url(/css/themesthemes/grove/images/ui-bg_glass_75_f0f0f0_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #555;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
}
.remove-icon {
	background: transparent;
	background-image: url(themes/grove/images/ui-icons_888888_256x240.png);
	background-position: -96px -128px;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	border-collapse: separate;
	border-color: rgb(85, 85, 85);
	-webkit-border-horizontal-spacing: 2px;
	-webkit-border-vertical-spacing: 2px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.rate-plans {
	width: 420px;
	margin: 0px auto;
}
.btn-plan {
	display: block;
	float: left;
	padding: 10px;
	color: #4C4B50;
	border: 3px solid #4c4d4f;
	background: #f7f7f7;
	width: 160px;
	text-align: center;
	border-radius: 10px;
	margin-right: none;
	margin: 10px;
	min-height: 100px;
}
.btn-plan:hover {
	border-color: #fdbb3f;
	cursor: pointer;
	
}
.btn-plan .pricing {
	font-size: 1.2em;
	font-weight: bold;
}
.btn-plan-selected, .btn-plan-selected:hover {
	border-color: #01B57D;
}
.btn-plan {
	color: inherit;
}
.btn-plan a {
	display: block;
}
#sign-up-content input {
	width: 200px;
	height: 25px;
}
#sign-up-content p {
	margin-bottom: 15px;
}
.contact-info .payment-group {
	float: left;
}
.contact-info div.first {
	padding-left: 0;
}
.contact-info p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sign-up-content .contact-info input[type='text'], #sign-up-content .contact-info input[type='password']  {
	width: 125px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
}
#sign-up-content .contact-info select {
	margin-top: 6px;
	width: 141px;
}
#sign-up-content .contact-info select.date {
	width: 70px;
}
#sign-up-content .contact-info input[type='checkbox'] {
	margin-top: 3px;
	width: auto;
}
#sign-up-content .contact-info select, #sign-up-content .contact-info input[type='checkbox'] {
	padding: 0px;
	display: block;
	float: left;
}
.payment-group {
	margin-bottom: 10px;
}
.contact-info div.group {
	float: none;
}
.payment-group h3 {
	padding: 2px 0px;
	font-size: 16px;
	display: block;
	background: #01B57D;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
	border: 1px solid #999;
	color: #fff;
	border-bottom: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.half {
	width: 300px;
	float: left;
}
.second {
	margin-left: 10px;
}
/* 298 + 399 */
.payment-group .group { 
	background: #FBFBFB;
	border: 1px solid #999;
	border-top: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
}
.license-agreement {
	height: 500px;
	overflow-y: scroll;
}
.contact-info label {
	width: 132px;
	height: 25px;
	display: block;
	text-align: right;
	padding-top: 8px;
	float: left;
	font-size: 13px;
}

#case-study {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    font-family: Times, serif;
}
#case-study h1 {
    color: black;
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
}

#case-study h3 {
    color: #BA4424;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#case-study h4 {
    margin: 20px 0;
    font-weight: normal;
    font-size: 20px;
}

#case-study .info .title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px; 
}
#case-study .info {
    background: #BA4424;
    width: 200px;
    color: #fff;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 300px;
}
#case-study .quote {
    color: #01B57D;
    margin: 20px 0;
    font-size: 18px;
}
#case-study p {
	margin-bottom: 20px;
}

/*********** Footer ***********/
#footer {
	margin-top: 10px;
	font-weight: lighter;
}
#copyright {
	text-align: center;
	color: #888;
	padding: 10px;
}
#footer-nav a {
	color: #ddd;
}
#footer-nav {
	padding-left: 100px;
	background: url(../images/front-end/footer-nav-bg.png);
	height: 27px;
	color: #ddd;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 13px;
}
#footer-nav div {
	float: left;
}
#footer-nav .text {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 600px) {
	#wrapper {
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	#logo-wrapper {
		margin-top: 10px;
		width: 100%;
	}
	#logo-wrapper img[alt="Grove Menus Fruit"] {
		display: none;
	}
	#nav-wrapper {
		display: none;
	}
	#nav-wrapper li, #nav-wrapper li.first {
		border-bottom: none;
		padding-bottom: 2px;
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#nav-wrapper li a:hover {
		background-color: #01B57D;
	}
	.column {
		float: none;
	}
	#contact-column {
		width: 100%;
	}
	#login-demo, #login-contact {
		display: none;
	}
	.image-icon {
		width: 11%;
	}
	.icon-input input {
		border: none;
		margin-bottom: 3px;
		padding: 0px 1% 0px 13%;
		height: 29px;
		width: 86%;
	}
	#login-column {
		width: auto;
		margin: 0;
	}
	#top-intro {
		width: auto;
		height: auto;
		text-align: center;
		font-size: 1.8em;
	}
	#top-intro .intro-demo a {
		width: auto;
	}
	#top-image {
		width: 100%;
	}
	#top-image img {
		display: none;
	}
	#why-grove {
		float: none;
		margin: 0 auto;
		width: 290px;
	}
	#why-grove p {
		font-size: 18px;
	}
	#whiteboard {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		float: none;
		clear: both;
		display: none;
	}
	#content .section {
    	margin-bottom: 10px;
	}
	#learn-more div {
		margin: 0 0 10px;
		float: none;
		text-align: center;
	}
	#learn-more span.wrap {
		width: auto;
	}
	#learn-more img {
		display: none;
	}
	#sample-menu, #widgets, #sidebar {
		display: none;
	}
	#footer-nav {
		height: auto;
		background: none;
		padding: 0;
	}
	#footer-nav div {
		display: none;
		float: none;
	}
	#footer-nav .text {
		padding: 0;
		display: block;
	}
	#footer-nav .text a {
		font-weight: normal;
		display: block;
		padding: 5px 0px;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		background: #4C4D4F;
		border-bottom: none;
		margin-bottom: 2px;
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#footer-nav .text a:hover {
		background: #01B57D;
	}
	#footer-nav div {
		float: none;
	}
	#footer-nav span {
		display: none;
	}
	#content-column, #about-us #content-column, #menus #content-column, #testimonials #content-column {
		padding: 0;
		float: none;
		width: 100%;
	}
	#content-column .section{
		padding: 15px;
	}
	#login-page {
		display: none;
	}
	#contact-us-page .label {
		text-align: right;
		width: auto;
		margin-right: 10px;
	}
	#contact-us-page a {
		font-size: 18px;
	}
	#sign-up-content {
		padding: 5px;
	}
	#sign-up-content input {
		width: 145px;
	}
	.buttonpane {
		padding-right: 10px;
	}
	.rate-plans {
		width: auto;
	}
	.btn-plan {
		float: none;
		width: auto;
		margin: 10px 0;
		padding: 10px 0;
	}
	#demo-form input, .contact-info input {
		width: 99%;
		display: block;
	}
	#demo-form label, .contact-info label {
		display: block;
		text-align: left;
		float: none;
		width: auto;
		margin-left: 10px;
	}
	#required-field {
		padding-right: 10px;
	}
	#products-page {
		padding: 10px;
	}
	.contact-info .payment-group {
		float: none;
		padding-left: 0;
	}
	#sign-up-content .contact-info input[type="text"], #sign-up-content .contact-info input[type="password"] {
		width: 99%;
		padding: 0;
		float: none;
	}
	.payment-group {
		width: auto;
		float: none;
	}
	.payment-group.second {
		margin-left: 0;
	}
	.half {
		width: auto;
		float: none;
	}
	.license-agreement {
		height: auto;
		overflow-y: auto;
	}
}

