body {
	color:#333344;
	font-size:10pt;
	font-family:verdana,arial,helvetica,geneva,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
a{
	border:0px;
	margin:0px;
}
a, img{
	border:0px;
}
h1{
	margin:0px;
	padding:0px;
	font-size:14pt;
}
h2{
	font-size:10pt;
	text-align:left;
	font-weight:bold;
}
p{
	text-align:left;
}
#c_buttons{
	text-align:center;
}
#c_main {
	width:730px;
	height:474px;
	background-color:#FFFFFF;
    background-image: url(img/ysit_bg.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}
#c_logo{
	position:absolute;
	top:30px;
	left:40px;
	height:125px;
	border:0px solid grey;
    background-image: url(img/ysit_logo_280x111.gif);
    background-repeat:no-repeat;
    background-position: center center;
}
#c_bottomline{
	position:absolute;
	top:435px;
	left:40px;
	width:640px;
	height:12px;
	border:0px solid grey;
	text-align:right;
	line-height:12px;
}
#c_bottomline a{
	font-size:7pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	color: #C1244F;
}
#c_content_left,
#c_content_right,
#c_logo{
	width:315px;
}
#c_content_left{
	position:absolute;
	top:170px;
	left:40px;
	height:245px;
	border:0px solid grey;
}
#c_content_right{
	position:absolute;
	top:100px;
	left:370px;
	height:320px;
	border:0px solid grey;
}

#credentials,
#userdata {
	width:315px;
}
fieldset{
	padding:5px;
	border:1px solid #ffffff;
}
label,
input {
	float:left;
}
label{
	margin-top:2px;
	clear:both;
}
label{
	text-align:right;
	margin-top:12px;
	margin-right:10px;
	width:90px;
}
input.ltext{
	margin-top:10px;
	width:170px;
	border:1px solid #bfbfbf;
}
input.stext{
	margin-top:10px;
	width:140px;
	border:1px solid #bfbfbf;
}
input.submit{
	width:142px;
	margin-top:10px;
}

#errormsg{
	margin-top:10px;
    color:#A01E42;
}
