.myhr {
 color: #BBDAF7;
 background-color: #BBDAF7;
 height: 2px;
}


.mybutton {
 /*-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
 -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
 box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
 background-color:#79bbff;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 /*border:1px solid #84bbf3;*/
 display:inline-block;
 color:#ffffff;
 /*color:#4477bb;*/
 font-family:arial;
 font-size:15px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
/* text-shadow:1px 1px 0px #528ecc;*/
}

.mybutton:hover {
color:#FFFFFF;
background-color:#378de5;
}

.mybutton:active {
 position:relative;
 top:1px;
}

.mytable {
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 margin-top:15px;
}

.mylogin {
	width: 400px;
	padding: 15px;
	border: 5px solid #ccc;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
	
	-webkit-border-radius: px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d3efff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3efff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d3efff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d3efff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d3efff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3efff',GradientType=0 );
	background: linear-gradient(to bottom,  #ffffff 0%,#d3efff 100%);

	overflow: hidden;

}

/* Shadow */
/*
.mylogin:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.5);
}
*/

.mylogin div {
	overflow: hidden;
}

/* Input */
.input-email {
	padding: 14px 10px;
	width: 70%;
	border: 1px solid #ccc;
	display: block;
	float: right;
	
	background: #d3efff;
	background: -moz-linear-gradient(top,  #d3efff 0%, #ffffff 55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3efff), color-stop(55%,#ffffff));
	background: -webkit-linear-gradient(top,  #d3efff 0%,#ffffff 55%);
	background: -o-linear-gradient(top,  #d3efff 0%,#ffffff 55%);
	background: -ms-linear-gradient(top,  #d3efff 0%,#ffffff 55%);
	background: linear-gradient(top,  #d3efff 0%,#ffffff 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3efff', endColorstr='#ffffff',GradientType=0 );
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.input-pass {
	margin-top: 5px;
}

/* Buttons */
.loginbtn {
	display: inline-block;
	text-decoration: none;
	font: 14px/18px Arial, sans-serif;
	color: white;
	padding: 12px 40px;
	margin: 15px 0 0;
	cursor: pointer;
	
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(to bottom, #049cdb, #0064cd);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);

    border: 1px solid #ccc;
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.loginbtn:hover {
    background-position: 0 -15px;
    text-decoration: none;
}


.myLoginText {
    font: 16px sans-serif;
    color: #1E90FF;
    margin-left: auto;
    margin-right: auto;
}
