top_user.css 1.07 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6
#top_content{
	width:780px;
	float:left;
}

#top_content_left{
7
	width:750px;
Kim Gyeongeun committed
8
	float:left;
9
	padding-top: 10px;
Kim Gyeongeun committed
10 11 12
}

#top_message{
13
	margin:20px 0px 20px 10px;
Kim Gyeongeun committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
	font-size:10pt;
	color:#005284;
	line-height:1.3;
}

#top_news{
	margin-left:10px;
	font-size:11pt;
	color:#005284;
	line-height:1.3;
}

#top_news ul{
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
}

#top_news li{
	margin:0 0 8px 0;
	padding:0;
}

#top_content_right{
38
	width:0px;
Kim Gyeongeun committed
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
	margin:30px 20px 0 0;
	float:left;
}

#registration_title{
	width:300px;
	text-align:center;
	padding-bottom:3px;
	border-bottom:2px solid #005284;
}

.input_form td{
	/*font-size:8pt;*/
	padding-bottom:3px;
}

.inputBox{
	width:200px;
	border:1px solid #999999;
	font-size:13pt;
	margin:0 0 0 10px;
	padding:7px;
	height:35px;
}
63
/* ���_���u���E�U���� inputBox�̍������� */
Kim Gyeongeun committed
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
html>/**/body .inputBox{
   height:23px;
}


A.reminder:link {
	COLOR: #005284; TEXT-DECORATION: underline
}
A.reminder:visited {
	COLOR: #005284; TEXT-DECORATION: underline
}
A.reminder:hover {
	COLOR: #ff6600; TEXT-DECORATION: underline
}