it/itf/static/css/register.css
2011-10-23 22:52:54 +05:30

102 lines
2.0 KiB
CSS
Executable File

#wooden
{width:100%;
height:680px;
background:url(/static/images/noel/wooden1.jpg) repeat;
display:table;
overflow:hidden;
position:relative;
border-top:1px solid #d3d3d3;
border-bottom:1px solid #d3d3d3;
-moz-box-shadow:2px -10px 50px #ddd;
-webkit-box-shadow:2px -10px 50px #ddd;
box-shadow:2px -10px 50px #ddd;}
#regContent
{width:450px;
background-color:#FFF;
position:absolute;
right:0px;
left:0px;
display: table-cell; vertical-align: middle;margin:0 auto;
padding:30px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
-moz-box-shadow:2px 3px 20px #252425;
-webkit-box-shadow:2px 3px 20px #252425;
box-shadow: 2px 3px 20px #252425;
margin-top:100px;
font-family:'Century Gothic', Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:15px;
color:#737373;}
#notMember
{font-size:24px;
padding-bottom:18px;
text-align:center;}
.orangeForm
{color:#f7bd00;}
table
{margin:0 auto;
margin-bottom:8px;
font-weight:600;
}
.registerLink:link, .registerLink:visited, .registerLink:active
{text-decoration:none;
font-size:12px;
color:#8A8A8A;
font-weight:bold;
display:block;
padding-left:92px;
padding-bottom:12px;}
.registerLink:hover
{color:#F7BD00;
font-weight:bold;}
.errorlist
{font-size:12px;
color:#FF8400;}
#formItf input[type=text], #formItf input[type=password], #formItf textarea {
border:1px solid #e3e3e3;
padding:2px 2px 2px 4px;
width:200px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
-moz-box-shadow:inset 2px 2px 6px #d7d7d7;
-webkit-box-shadow:inset 2px 2px 6px #d7d7d7;
box-shadow:inset 2px 2px 6px #d7d7d7;
margin-bottom:10px;}
#formItf textarea{
vertical-align:text-top;
}
#formItf input:focus
{outline:none;
border:1px solid #999;}
#formItf input[type=submit]
{background-color:#f7bd00;
color:#FFF;
font-size:14px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
padding:3px 24px;
border:1px solid transparent;
margin-top:10px;}
#alreadyUser
{font-size:12px;
margin-left:70px;
}