﻿.TxtBox
{
    border: 1px solid #CCCCCC;
   /* margin: 0.2em 0 0.8em 0.2em;    */
    margin-left: 10px;
    margin-bottom:5px;
    width:163px;
}

.Label
{
    float:right;
    text-align:right;
    font-family: Arial;
	font-size:11px;	
}

.BlackButton 
{
	float:right;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/form_buttonShadow.png); /*registration_buttonShadow.png  button_bg.jpg*/
	background-repeat:no-repeat;
	width:101px;
	height:26px;
	border:none;
	color:White;
	font-weight:bold;
	font-family: "trebuchet ms", sans-serif;
	font-size:12px;
	background-color:Transparent;
	position:relative;
	left:5px;
}
