﻿#myFormLogin
{
    width: 500px;
    background-color: #F0F0F0;
    border: solid 1px #888888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px #828282;
    -moz-box-shadow: 0px 0px 6px #828282;
    -o-box-shadow: 0px 0px 6px #828282;
    box-shadow: 0px 0px 6px #828282;
    text-align: left;
    padding: 20px 20px 20px 20px;
    color: #828282;
    font-family: Arial;
    font-size: 10pt;
    margin: 30px auto 30px auto;
}

h1
{
    font-family: Arial;
    color: #828282;
    font-size: 14pt;
}

.buttonRegister
{
    width: 173px;
    height: 42px;
    position: absolute;
    margin-left: 635px;
    margin-top: 20px;
    color: black;
    color: #828282;
    font-family: Arial;
    font-size: 10pt;
    border-style: none;
    text-decoration: none;
}

/*@-moz-document url-prefix() {  
	.buttonRegister 
	{
		width:173px;
		height:42px;
		position:absolute;
		margin-left:135px;	
		margin-top:20px;
		color:black;
		color:#828282; 
		 font-family:Arial;
		font-size:10pt;	
		border-style:none;
	}	
}*/

.buttonRegister img
{
    border: 0px none;
}

.buttonTextRegister
{
    position: absolute;
    width: 100px;
    text-align: right;
    color: Red;
    padding: 8px 0px 0px 0px;
}

.buttonSend
{
    width: 116px;
    height: 28px;
    position: absolute;
    margin-left: 510px;
    margin-top: 200px;
    color: black;
    color: #828282;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
}

.buttonSend img
{
    border: 0px solid;
}


.buttonLost
{
    width: 116px;
    height: 29px;
    position: absolute;
    margin-left: 635px;
    margin-top: 200px;
    color: black;
    color: #828282;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

.buttonLost img
{
    border: 0px solid;
}

.buttonTextLost
{
    position: absolute;
    width: 70px;
    text-align: right;
    color: #828282;
    padding: 4px 0px 0px 0px;
    font-family: Arial;
    font-size: 7pt;
}
