body {
	background-color: #fcfcfc;
}

* {
	font-family: Arial;
	/*font-size: 11px;*/
	color: #333;
}

.hidden	{
	display: none !important;
}

.password, .blue {
	color: #427fed;
}
	
input.loginInput, span.readOnly {
	direction: ltr;
	font-size: 16px;
	height: 44px;
	display: block;
	position: relative;
 	width: 275px;
 	padding:0px 8px;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
 }

 input.loginInput {
 	width: 100% !important;
 }
 
 .placeholder { 
 	color: #aaa; 
 }

button {
	margin-top: 10px;
	width: 291px;
	background: url(../images/btn_login_bg.jpg) repeat-x top left;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #F58F31;
	height: 44px;
}

button.hover	{
	background: url(../images/btn_login_bg.jpg) repeat-x left -46px ;
}
  		
button div {
    font-size: 16px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	font-weight: bold;
}

#container {
    /* left: 50%;
    margin-left: -170px;
    width: 360px; 
    padding-top: 100px; */
    padding-top: 25px;
    position: relative;
}

.launch-doc-img {
	margin: 0 auto;
    margin-bottom: 10px;
    height: 125px;
}


.columns {
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E5E5E5)); 
	background: -webkit-linear-gradient(#FAFAFA, #E5E5E5);
	background: -moz-linear-gradient(top, #FAFAFA, #E5E5E5); 
	background: -ms-linear-gradient(#FAFAFA, #E5E5E5); 
	background: -o-linear-gradient(#FAFAFA, #E5E5E5);
	background: linear-gradient(#FAFAFA, #E5E5E5); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E5E5E5');
	zoom: 1;    		
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	padding-bottom: 20px;
	border: 1px solid #ccc;
	overflow:auto;
	display: block;
	position: relative;
}

#leftColumn {
	position: relative;
	width: 300px;
	padding: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
	/* float: left; */
}

.login-box {
	padding: 30px 0px !important;
}

#logo-bullhorn {
	height: 250px;
	background: url(../images/logo_bullhorn_api.png) no-repeat center center;
	margin-bottom: 20px;
}

#logo {
	width: 291px;
	height: 48px;
	background: url(../images/logo_cxs_api.png) no-repeat center center;
	margin-bottom: 20px;
}

#error	{
	background: none repeat scroll 0 0 #D3DFED;
    border: 1px solid #DDDDDD;
    width: 100%;
}

#errorMessage	{
	padding: 15px 15px 15px 35px;
	background:  url(../images/ic_info.gif) no-repeat 14px 14px transparent;	
}