}
.notify {
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+
background-image: url('img/najole_light.png');
background-attachment: fixed;
}
input.input_sub {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
border: 1px solid gray;
margin: 0px;
padding: 1px;
display: inline;
}
+button {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
+ border: 1px solid gray;
+ margin: 1px;
+ padding: 2px;
+ color: black;
+ background-color: RGB(246,246,246);
+ vertical-align: middle;
+ text-decoration: none;
+ font-size: 100%;
+ cursor: pointer;
+ display: inline;
+}
+
input.button {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
border: 1px solid gray;
margin: 1px;
padding: 2px;
}
table.room_tab td {
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+
background-image: url('img/najole_light.png');
background-attachment: fixed;
}
table.room_standup {
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+
position: relative;
width: 100%;
border: 1px solid gray;
}
table.login {
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+
margin: auto;
border: 1px solid gray;
margin-top: 8px;
border: 1px solid gray;
vertical-align: text-bottom;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
background-image: url('img/najole_light.png');
background-attachment: fixed;
}
}
.webstart_hilite {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
background: #ffd780;
border: 1px solid #ffae00;
padding: 6px;
}
.webstart {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
position: absolute;
background-color: white;
left: 80px;
}
.sidebanner {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+
/* Top Right Bottom Left */
margin: 4px auto 0px auto;
position: relative;