/*
 * Comparables v1
 * Copyright 2013 comprables, Inc
 * File responsible for all styles mydata page
 * Designed and built by LmbInterativa.
 */

/*IMPORT CSS*/
@import url("feed.css");
@import url("account.css");

.mydata .account form .padding
{
	background:none;
}
	.mydata .formContainer 
	{
		background-image: linear-gradient(bottom, rgb(206,212,219) 34%, rgb(223,227,231) 67%, rgb(235,238,241) 84%);
		background-image: -o-linear-gradient(bottom, rgb(206,212,219) 34%, rgb(223,227,231) 67%, rgb(235,238,241) 84%);
		background-image: -moz-linear-gradient(bottom, rgb(206,212,219) 34%, rgb(223,227,231) 67%, rgb(235,238,241) 84%);
		background-image: -webkit-linear-gradient(bottom, rgb(206,212,219) 34%, rgb(223,227,231) 67%, rgb(235,238,241) 84%);
		background-image: -ms-linear-gradient(bottom, rgb(206,212,219) 34%, rgb(223,227,231) 67%, rgb(235,238,241) 84%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.34, rgb(206,212,219)),color-stop(0.67, rgb(223,227,231)),color-stop(0.84, rgb(235,238,241)));
		padding:26px 28px;
	}
		.mydata .formContainer > div
		{
			padding:25px 8px;
		}
		.mydata form h2
		{
			color:#283a4b;
			font-size: 36px;
			font-weight: bold;
		}
		.mydata form #login
		{
			width:43%;
		}
			.mydata .submit 
			{
				top:-37px;
				left:34px;
			}
				.mydata .submit button
				{
					float: left;
					margin: 0;
					margin-right: 10px;
					width:13%;
				}
				.mydata .submit .cancel
				{
					background-image: linear-gradient(bottom, rgb(200,29,46) 34%, rgb(216,48,68) 67%, rgb(225,78,100) 84%);
					background-image: -o-linear-gradient(bottom, rgb(200,29,46) 34%, rgb(216,48,68) 67%, rgb(225,78,100) 84%);
					background-image: -moz-linear-gradient(bottom, rgb(200,29,46) 34%, rgb(216,48,68) 67%, rgb(225,78,100) 84%);
					background-image: -webkit-linear-gradient(bottom, rgb(200,29,46) 34%, rgb(216,48,68) 67%, rgb(225,78,100) 84%);
					background-image: -ms-linear-gradient(bottom, rgb(200,29,46) 34%, rgb(216,48,68) 67%, rgb(225,78,100) 84%);
					background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.34, rgb(200,29,46)),color-stop(0.67, rgb(216,48,68)),color-stop(0.84, rgb(225,78,100)));
				}
				.mydata .submit .save 
				{
					background-image: linear-gradient(bottom, rgb(5,101,36) 34%, rgb(11,136,63) 67%, rgb(20,158,89) 84%);
					background-image: -o-linear-gradient(bottom, rgb(5,101,36) 34%, rgb(11,136,63) 67%, rgb(20,158,89) 84%);
					background-image: -moz-linear-gradient(bottom, rgb(5,101,36) 34%, rgb(11,136,63) 67%, rgb(20,158,89) 84%);
					background-image: -webkit-linear-gradient(bottom, rgb(5,101,36) 34%, rgb(11,136,63) 67%, rgb(20,158,89) 84%);
					background-image: -ms-linear-gradient(bottom, rgb(5,101,36) 34%, rgb(11,136,63) 67%, rgb(20,158,89) 84%);
					background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.34, rgb(5,101,36)),color-stop(0.67, rgb(11,136,63)),color-stop(0.84, rgb(20,158,89)));
				}