/*
Description: Style Box Plugin with Short Codes
Author: Puneet Sahalot
Author URI: http://icustomizethesis.com/
Date:20011-05-05
*/


/* Style box ------------------------------------------------------------ */
.sb_alert, .sb_info, .sb_download, .sb_note, .sb_talk, .sb_finder, .sb_tip, .sb_tool, .sb_twitter, .important, .linux, .windows, .help {
    display: block;
    margin: 15px 0;
    padding: 10px 10px 10px 50px;
}

.sb_alert {
    background: url("images/alert.png") no-repeat scroll 10px 50% #FFD6D6;
    border-bottom: 3px solid #FE7B7A;
    border-top: 3px solid #FE7B7A;
    color: #CC0000;
}

.sb_info, .important {
    background: url("images/info.png") no-repeat scroll 10px 50% #D8E5F8;
    border-bottom: 3px solid #629DE3;
    border-top: 3px solid #629DE3;
    color: #0055BB;
}

.sb_note {
    background: url("images/note.png") no-repeat scroll 10px 50% #FEF6D8;
    border-bottom: 3px solid #FDE179;
    border-top: 3px solid #FDE179;
    color: #B79000;
}

.sb_download {
    background: url("images/download.png") no-repeat scroll 10px 50% #EEF7DD;
    border-bottom: 3px solid #C2DF88;
    border-top: 3px solid #C2DF88;
    color: #57861A;
}

.sb_tip {
    background: url("images/tip.png") no-repeat scroll 10px 50% #FDFBB9;
    border-bottom: 3px solid #D0A21E;
    border-top: 3px solid #D0A21E;
    color: #514C2A;
}

.sb_finder {
    background: url("images/finder.png") no-repeat scroll 10px 50% #F2F2F2;
    border-bottom: 3px solid #2A4881;
    border-top: 3px solid #2A4881;
    color: #2A4881;
}

.sb_talk {
    background: url("images/talk.png") no-repeat scroll 10px 50% #E8F6FC;
    border-bottom: 3px solid #89B4C2;
    border-top: 3px solid #89B4C2;
    color: #5699AD;
}

.sb_tool {
    background: url("images/tool.png") no-repeat scroll 10px 50% #F7F9FF;
    border-bottom: 3px solid #B5B6B5;
    border-top: 3px solid #B5B6B5;
    color: #333333;
}

.sb_twitter {
    background: url("images/twitter.png") no-repeat scroll 10px 50% #DAF6FB;
    border-bottom: 3px solid #3997E4;
    border-top: 3px solid #3997E4;
    color: #3997E4;
}

.linux {
    background: url("images/linux.png") no-repeat scroll 10px 50% #FBF0A0;
    border-bottom: 3px solid #FD7E00;
    border-top: 3px solid #FD7E00;
    color: #FD7E00;
}

.windows {
    background: url("images/windows.png") no-repeat scroll 10px 50% #9CDCF7;
    border-bottom: 3px solid #024A96;
    border-top: 3px solid #024A96;
    color: #024A96;
}

.help {
    background: url("images/help.png") no-repeat scroll 10px 50% #EFEFEF;
    border-bottom: 3px solid #3485C7;
    border-top: 3px solid #3485C7;
    color: #3485C7;
}