it/itf/static/css/register.css
2011-10-26 14:44:19 +05:30

111 lines
2.3 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:#666;
text-align:right;
text-transform:capitalize;}
#titleLogin
{font-size:24px;
padding-bottom:18px;
text-align:center;
text-transform:none;}
.orangeForm, .orangeForm:visited
{color:#f7bd00;
text-decoration:none;}
table
{margin:0 auto;
margin-bottom:8px;
font-weight:600;
}
.registerLink, .registerLink:link, .registerLink:visited, .registerLink:active
{text-decoration:none;
font-size:12px;
color:#666;
font-weight:bold;
display:block;
padding-left:92px;
padding-bottom:12px;
text-transform:none;}
/*.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;
margin-left:8px;}
#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;
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;
cursor:pointer;}
#alreadyUser
{font-size:12px;
margin-left:70px;
margin-top:10px;
display:block;}