initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

31
html/css/email.css Executable file
View File

@ -0,0 +1,31 @@
#emailPopUp{
border:1px solid black;
width: 170px;
height: 80px;
background-color: #4AA7BE;
z-index: 400;
padding: 5px;
}
.emailButton{
border: 1px solid black;
background-color: #3333FF;
font-size:12px;
font-family: arial;
color: #fff;
}
#email_pop_inner{
width: 160px;
height: 70px;
border: 1px solid black;
}
#tech_name_span{
font-weight:bold;
}
#close_butt_ajax{
margin-top: 5px;
margin-left: 70px;
}
.tech_email_error{
color: red;
font-weight: bold;
}