@charset "utf-8";
/* CSS Document */
/*Blue: #48baeb */
/*Pink: #cd3584 */


#signInContent{
        width:1010px;
}

a{
color:#cd3584;
text-decoration:none;
}
a:hover{
color:#48baeb;
}


#contactLeftColumnSignIn{
	position:relative;
	float:left;
	width:335px;
	/*top:50px;*/
	margin-left:0px;
	
	
}

#contactRightColumnSignIn{
	position:relative;
	float:left;
	width:335px;
	/*top:50px;*/
	
	
}

.boxHeaderSignIn{
	width:998px;
	background: #51514F; /* for non-css3 browsers */

        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cecdc6'); /* for IE
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecdc6)); /* for webkit browsers 
        background: -moz-linear-gradient(top,  #ffffff,  #cecdc6); /* for firefox 3.6+ */

        border-left: none;
        border-top: none;
        border-right: none;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright:4px;
        -moz-border-radius-topleft:4px;

	height: 36px;
        margin-top: 3px;
	padding-left: 12px;
	padding-top: 12px;

	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.boxMiddleSignIn{
	width:1006px;

	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#464648;
	padding:0px;
	padding-top:0px;
	margin-top:-16px;
	min-height:150px;

background: #ffffff;
        border-left: 2px solid #cecdc6;
        border-right: 2px solid #cecdc6;
        border-bottom: 2px solid #cecdc6;

        margin-bottom: 10px;
}

.boxBottomSignIn{
	
	width:1010px;

	height:12px;

        display: none;
}



/*Blue: #48baeb */
/*Pink: #cd3584 */
