﻿body 
{
	background-color: white;
    font-family: Verdana;
    color: #00025C;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.Textbox
{
	font-size: 11px;
	font-family: Verdana;
	color: navy;
	background-color: white;
	padding-top: 1px;
	padding-bottom: 3px;
	border-right: gainsboro 1px solid;
	/*border-top: silver 2px solid;
	border-left: silver 2px solid;*/
	border-bottom: gainsboro 1px solid;
	border-radius: 5px;
}

.float-container {
	border: solid 1px #ccc;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0 8px;
	position: relative;
	width: 300px;
	input

{
	border: none;
	font-size: 16px;
	outline: 0;
	padding: 16px 0 10px;
	width: 100%;
}

label {
	font-size: 16px;
	position: absolute;
	transform-origin: top left;
	transform: translate(0, 16px) scale(1);
	transition: all .1s ease-in-out;
	//speed
}

/** active label */
&.active {
	label

{
	//move the x coordinate and reduce size transform: translate(0, 4px) scale(.75);
}

}
}

.SmallTextbox
{
    font-size: 9px;
	font-family: Verdana;
	color: navy;
	background-color: whitesmoke;
	padding-top: 1px;
	padding-bottom: 3px;
	border-right: gainsboro 1px solid;
	border-top: silver 2px solid;
	border-left: silver 2px solid;
	border-bottom: gainsboro 1px solid;
}
.HeaderGrayBack
{
	background-attachment: fixed;
	background-image: url(Images/backgroundGray.gif);
	background-repeat: repeat-x;
	background-color: #cdcaca;
	vertical-align: middle;
}

.TextRegular,
A.TextRegular:link,
A.TextRegular:visited,
A.TextRegular:Active,
A.TextRegular:hover 
{
	font-size: 11px;
}

.TextSmall,
A.TextSmall:link,
A.TextSmall:visited,
A.TextSmall:Active,
A.TextSmall:hover 
{
	font-size: 9px;
}
